We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e116cd6 commit 02741a6Copy full SHA for 02741a6
.github/workflows/validate-cpp.yml
@@ -26,7 +26,7 @@ jobs:
26
with:
27
github_token: ${{ secrets.github_token }}
28
reporter: github-pr-review
29
- flags: --linelength=230
+ flags: --linelength=140
30
targets: --recursive packages/react-native-quick-crypto/cpp packages/react-native-quick-crypto/android/src/main/cpp
31
filter: "-legal/copyright\
32
,-readability/todo\
@@ -35,4 +35,5 @@ jobs:
35
,-build/include_order\
36
,-whitespace/indent_namespace\
37
,-whitespace/parens\
38
+ ,-build/include_what_you_use\
39
"
0 commit comments