Skip to content

Commit 02741a6

Browse files
committed
chore: tweak filter
1 parent e116cd6 commit 02741a6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/validate-cpp.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
with:
2727
github_token: ${{ secrets.github_token }}
2828
reporter: github-pr-review
29-
flags: --linelength=230
29+
flags: --linelength=140
3030
targets: --recursive packages/react-native-quick-crypto/cpp packages/react-native-quick-crypto/android/src/main/cpp
3131
filter: "-legal/copyright\
3232
,-readability/todo\
@@ -35,4 +35,5 @@ jobs:
3535
,-build/include_order\
3636
,-whitespace/indent_namespace\
3737
,-whitespace/parens\
38+
,-build/include_what_you_use\
3839
"

0 commit comments

Comments
 (0)