Skip to content
Snippets Groups Projects
Commit 9a5f0aa5 authored by Walter Lampl's avatar Walter Lampl
Browse files

Merge branch 'flake8_enable' into 'master'

Projects: Enable flake8 checking for all python modules

Closes ATLINFR-3889

See merge request atlas/athena!39531
parents d8274fd1 9df13089
No related branches found
No related tags found
No related merge requests found
...@@ -12,7 +12,7 @@ set( ATLAS_FLAKE8 flake8_atlas --select ATL,F,E101,E7,E9,W6 ...@@ -12,7 +12,7 @@ set( ATLAS_FLAKE8 flake8_atlas --select ATL,F,E101,E7,E9,W6
--ignore ATL238,ATL9,E701,E702,E704,E741 --ignore ATL238,ATL9,E701,E702,E704,E741
--enable-extensions ATL902 --enable-extensions ATL902
CACHE STRING "Default flake8 command" ) CACHE STRING "Default flake8 command" )
set( ATLAS_PYTHON_CHECKER ${ATLAS_FLAKE8} --filterFiles AthenaConfiguration set( ATLAS_PYTHON_CHECKER ${ATLAS_FLAKE8}
CACHE STRING "Python checker command to run during Python module compilation" ) CACHE STRING "Python checker command to run during Python module compilation" )
# Find the ATLAS CMake code: # Find the ATLAS CMake code:
......
...@@ -12,7 +12,7 @@ set( ATLAS_FLAKE8 flake8_atlas --select ATL,F,E101,E7,E9,W6 ...@@ -12,7 +12,7 @@ set( ATLAS_FLAKE8 flake8_atlas --select ATL,F,E101,E7,E9,W6
--ignore ATL238,ATL9,E701,E702,E704,E741 --ignore ATL238,ATL9,E701,E702,E704,E741
--enable-extensions ATL902 --enable-extensions ATL902
CACHE STRING "Default flake8 command" ) CACHE STRING "Default flake8 command" )
set( ATLAS_PYTHON_CHECKER ${ATLAS_FLAKE8} --filterFiles AthenaConfiguration set( ATLAS_PYTHON_CHECKER ${ATLAS_FLAKE8}
CACHE STRING "Python checker command to run during Python module compilation" ) CACHE STRING "Python checker command to run during Python module compilation" )
# Find the ATLAS CMake code: # Find the ATLAS CMake code:
......
...@@ -52,7 +52,7 @@ set( ATLAS_FLAKE8 flake8_atlas --select ATL,F,E101,E7,E9,W6 ...@@ -52,7 +52,7 @@ set( ATLAS_FLAKE8 flake8_atlas --select ATL,F,E101,E7,E9,W6
--ignore ATL238,ATL9,E701,E702,E704,E741 --ignore ATL238,ATL9,E701,E702,E704,E741
--enable-extensions ATL902 --enable-extensions ATL902
CACHE STRING "Default flake8 command" ) CACHE STRING "Default flake8 command" )
set( ATLAS_PYTHON_CHECKER ${ATLAS_FLAKE8} --filterFiles AthenaConfiguration set( ATLAS_PYTHON_CHECKER ${ATLAS_FLAKE8}
CACHE STRING "Python checker command to run during Python module compilation" ) CACHE STRING "Python checker command to run during Python module compilation" )
# Find the ATLAS CMake code: # Find the ATLAS CMake code:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment