Skip to content

Commit

Permalink
Remove ament_uncrustify linter and setup flake8 config
Browse files Browse the repository at this point in the history
  • Loading branch information
Wiktor-99 committed Jul 6, 2024
1 parent 626aa11 commit f49152a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ros.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
strategy:
fail-fast: false
matrix:
linter: [uncrustify, xmllint, flake8, pep257]
linter: [xmllint, flake8, pep257]
steps:
- name: Checkout code
uses: actions/checkout@v3
Expand Down
3 changes: 3 additions & 0 deletions python_linter.flake8
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[flake8]
exclude = .git,__pycache__,grasp_service_parameters.py
max-line-length = 120

0 comments on commit f49152a

Please sign in to comment.