• Home
  • Components
  • Examples
  • About
  • Pipeline Components Logo
    Pipeline Components Logo
  • Home
  • Components
  • Examples
  • About
  • Components

  • alex
  • ansible-lint
  • awesome-lint
  • black
  • checkov
  • deployer
  • eslint
  • flake8
  • go-lint
  • hadolint
  • haskell-hlint
  • jsonlint
  • luacheck
  • markdown-spellcheck
  • markdownlint
  • markdownlint-cli2
  • perl-critic
  • phinx
  • php-codesniffer
  • php-cs-fixer
  • php-linter
  • php-security-checker
  • phpunit
  • pylint
  • python-safety
  • remark-lint
  • rubocop
  • ruff
  • shellcheck
  • snyk
  • stylelint
  • tslint
  • xmllint
  • yamllint
  • flake8


    The image is for running flake8.

    Examples

    flake8:
      stage: linting
      image: registry.gitlab.com/pipeline-components/flake8:latest
      script:
        - flake8 --verbose .