Skip to content

Commit

Permalink
pylint: do not lint utils/
Browse files Browse the repository at this point in the history
  • Loading branch information
tomba committed Aug 23, 2024
1 parent 496c7d5 commit 573af2e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pylint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ jobs:
python3 -m unittest -v tests/test_install.py
- name: Analysing the code with pylint
run: |
pylint $(git ls-files '*.py')
pylint $(git ls-files 'v4l2/*.py' 'tests/*.py')
2 changes: 1 addition & 1 deletion .pylintrc
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ ignore=CVS

# Add files or directories matching the regex patterns to the ignore-list. The
# regex matches against paths and can be in Posix or Windows format.
ignore-paths=v4l2/uapi/v4l2.py,v4l2/uapi/ctypes_preamble.py,extra/,utils/
ignore-paths=v4l2/uapi/v4l2.py,v4l2/uapi/ctypes_preamble.py,extra/

# Files or directories matching the regex patterns are skipped. The regex
# matches against base names, not paths.
Expand Down

0 comments on commit 573af2e

Please sign in to comment.