/
Flake8
Flake8
Flake8 is a static code analysis tool for Python. It is supported by setting the formatting to PyLint: --format=pylint
.
Shell command
#!/bin/bash
flake8 --format=pylint
Example for Bamboo
, multiple selections available,
Related content
Pylint
More like this
Hadolint
More like this
clang-tidy
clang-tidy
More like this
ShellCheck
ShellCheck
More like this
Show Code Analysis in PR
Show Code Analysis in PR
More like this
PHP CodeSniffer
PHP CodeSniffer
More like this