Skip to content

Commit

Permalink
Ignore whitespace/indent_namespace cpplint rule (#112)
Browse files Browse the repository at this point in the history
  • Loading branch information
uurien authored Oct 17, 2024
1 parent 68dbe8b commit fbd5646
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-python@v3
- run: pip install cpplint
- run: cpplint --filter=-build/include_subdir --linelength=120 --recursive ./src
- run: cpplint --filter=-build/include_subdir,-whitespace/indent_namespace --linelength=120 --recursive ./src

js-lint:
needs: ['check-licenses']
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-python@v3
- run: pip install cpplint
- run: cpplint --filter=-build/include_subdir --linelength=120 --recursive ./src
- run: cpplint --filter=-build/include_subdir,-whitespace/indent_namespace --linelength=120 --recursive ./src

js-lint:
needs: ['check-licenses']
Expand Down

0 comments on commit fbd5646

Please sign in to comment.