Code Review Doctor checks over 70 security, performance, and maintainability problems.
This can be customized using a pyproject.toml file: add it to the root of your project and specify some check codes in enable
and disable
, like the examples below.
[tool.codereviewdoctor]
disable = ["redundant-settings"]
[tool.codereviewdoctor]
disable = ["redundant-settings", "missing-hsts-subdomain"]
[tool.codereviewdoctor]
disable = ["all"]
enable = ["redundant-settings", "missing-hsts-subdomain"]
[tool.codereviewdoctor]
directories = ["my_app_one", "my_app_two"]
ignore = ["my_app_one/tests", "my_app_two/tests"]
Use these codes in the enable
and disable
section of your pyproject.toml file to customize the checks that Code Review Doctor performs.
Are you ready to improve your team agility through lower tech debt? Add Code Review Doctor to GitHub.