diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 715e8a36f4c45d0169c1a6eb5f27d3e9e9ca7c51..c7015fbb6b5eb898d830459c730541771362edad 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -45,7 +45,7 @@ pylint: before_script: - python3 -m pip install pylint script: - - pylint $PWD/pyotb --disable=fixme + - pylint $PWD/pyotb --disable=fixme --ignore=functions.py codespell: extends: .static_analysis