Skip to content

Commit 4e0310c

Browse files
committed
[TMP]: This should fail miserably
1 parent c02dec5 commit 4e0310c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

packages/react-native-reanimated/Common/cpp/reanimated/CSS/svg/values/SVGPath.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ struct SVGPath : public CSSSimpleValue<SVGPath> {
1717
Point M;
1818
std::vector<Cubic> C;
1919
bool Z;
20-
explicit SubPath(Point M) : M{M}, Z{false} {}
20+
explicit SubPath(Point M) : M{M} {}
2121
};
2222

2323
std::vector<SubPath> subPaths;

scripts/clang-tidy-lint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ if [ ! -f "../../compile_commands.json" ]; then
1515
)
1616
fi
1717

18-
run-clang-tidy -quiet -p . -header-filter="^.*/$1/.*\.h$" "$1"
18+
run-clang-tidy -quiet -p="." -header-filter="^.*/$1/.*\.h$" "$1"

0 commit comments

Comments
 (0)