Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
LHCb
DaVinci
Commits
3bd61429
Commit
3bd61429
authored
Sep 07, 2021
by
Eduardo Rodrigues
Browse files
Run linting on all DaVinci files
parent
6a182a3a
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
3bd61429
...
...
@@ -39,5 +39,4 @@ python-linting:
script
:
-
. /cvmfs/lhcb.cern.ch/lib/LbEnv.sh
# Only run the pyflakes linter and a few select pycodestyle errors
# TOD: package DaVinciTests/ does not fully pass the linter checks!
-
flake8 --exclude '*.opts.py' --exclude './Phys/DaVinci/python/DaVinci/Configuration.py' --select=F,E71,E9,W1,W6 $(find Phys/DaVinci -name '*.py')
-
flake8 --exclude '*.opts.py' --select=F,E71,E9,W1,W6 $(find . -name '*.py')
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment