Skip to content

Commit

Permalink
Extend ignore of Q000, D103, D102, D107 warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
Wiktor-99 committed Jul 15, 2024
1 parent d20a2ea commit c942280
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ jobs:
- uses: ros-tooling/[email protected]
with:
linter: ${{ matrix.linter }}
distribution: rolling
package-name: '*'
distribution: humble
package-name: human_detector
ament_flake8:
name: ament_flake8
runs-on: ubuntu-latest
Expand All @@ -32,5 +32,5 @@ jobs:
with:
linter: flake8
distribution: humble
package-name: '*'
package-name: human_detector
arguments: --config python_linter.flake8
1 change: 1 addition & 0 deletions python_linter.flake8
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
[flake8]
exclude = .git,__pycache__, install/*, build/*
max-line-length = 120
extend-ignore = Q000, D103, D102, D107

0 comments on commit c942280

Please sign in to comment.