mirror of
https://hub.njuu.cf/TheAlgorithms/C-Plus-Plus.git
synced 2023-10-11 13:05:55 +08:00
No backslash
This commit is contained in:
parent
88c7121c84
commit
4f65b23c36
4
.github/workflows/ccpp.yml
vendored
4
.github/workflows/ccpp.yml
vendored
@ -8,8 +8,8 @@ jobs:
|
|||||||
- uses: actions/setup-python@v1
|
- uses: actions/setup-python@v1
|
||||||
- run: pip install cpplint
|
- run: pip install cpplint
|
||||||
- run: |
|
- run: |
|
||||||
cpplint --filter=-build/include_order,-build/namespaces,-legal/copyright,\
|
cpplint --filter=-build/include_order,-build/namespaces,-legal/copyright,
|
||||||
-readability/casting,-readability/todo,-runtime/arrays,-runtime/explicit,\
|
-readability/casting,-readability/todo,-runtime/arrays,-runtime/explicit,
|
||||||
-runtime/int,-runtime/references,-runtime/threadsafe_fn,-whitespace --recursive .
|
-runtime/int,-runtime/references,-runtime/threadsafe_fn,-whitespace --recursive .
|
||||||
# whitespace/blank_line,-whitespace/braces,-whitespace/comma,-whitespace/comments
|
# whitespace/blank_line,-whitespace/braces,-whitespace/comma,-whitespace/comments
|
||||||
# whitespace/empty_loop_body,-whitespace/end_of_line,-whitespace/ending_newline
|
# whitespace/empty_loop_body,-whitespace/end_of_line,-whitespace/ending_newline
|
||||||
|
Loading…
Reference in New Issue
Block a user