File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ pytest -v fre/[tool]/tests/test_functionality.py::test_a_single_test
5252pytest -v fre/app/[app]/tests/test_functionality.py::test_a_single_test
5353
5454# Code quality
55- pylint --fail-under 0.1 --max-line-length 120 --max-args 6 -ry --ignored-modules netCDF4,cmor fre/
55+ pylint --fail-under 7.00 --max-line-length 120 --max-args 6 -ry --ignored-modules netCDF4,cmor fre/
5656```
5757
5858** Critical notes** :
Original file line number Diff line number Diff line change 5353 - name : Run pylint in fre-cli environment
5454 run : |
5555 # run pylint, ignored modules avoid warnings arising from code internal to those modules
56- pylint --fail-under 0.1 --max-line-length 120 --max-args 6 -ry --ignored-modules netCDF4,cmor fre/
56+ pylint --fail-under 7.00 --max-line-length 120 --max-args 6 -ry --ignored-modules netCDF4,cmor fre/
5757
5858 - name : Upload results to Codecov
5959 uses : codecov/codecov-action@v5
Original file line number Diff line number Diff line change 6767 - fre.run
6868 - fre.yamltools
6969 commands :
70- - pylint --fail-under 0.1 --max-line-length 120 --max-args 6 -ry --ignored-modules netCDF4,cmor fre/
70+ - pylint --fail-under 7.00 --max-line-length 120 --max-args 6 -ry --ignored-modules netCDF4,cmor fre/
7171 # run pytest but ignore any tests that require compilation
7272 - pytest --durations=20 --log-level INFO --ignore=fre/make/tests/compilation fre/
7373 - fre --help
You can’t perform that action at this time.
0 commit comments