Skip to content
Snippets Groups Projects
.gitlab-ci.yml 118 B
pylint:
  stage: test
  image: it4innovations/docker-pycheck:latest
  script:
  - pylint --max-module-lines=3000 *.py