Skip to content

Commit 92aa835

Browse files
committed
Update cpplint config to ignore newline warnings
1 parent 5673e87 commit 92aa835

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
with:
2323
python-version: 3.x
2424
- run: pip install cpplint
25-
- run: cpplint --linelength 140 --filter=-legal/copyright,-runtime/int,-build/include_subdir,-readability/casting,-readability/todo,-build/include_order,-build/include_what_you_use --recursive ./inc/ ./lib/ ./src/
25+
- run: cpplint --linelength 140 --filter=-legal/copyright,-runtime/int,-build/include_subdir,-readability/casting,-readability/todo,-build/include_order,-build/include_what_you_use,-whitespace/newline --recursive ./inc/ ./lib/ ./src/
2626

2727
pio-test:
2828
name: PlatformIO Tests

0 commit comments

Comments
 (0)