Skip to content

Commit 0c60091

Browse files
committed
Prospector: turn off pylint
Pylint is officially supported in Codady on its own. Since we want better configurability, disabling Pylint in Prospector and using the standalone "Pylint" tool in Codacy. Signed-off-by: Robin Getz <[email protected]>
1 parent 168d165 commit 0c60091

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.prospector.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@ pyroma:
1616
mypy:
1717
run: false
1818

19+
pylint:
20+
run: false
21+
1922
pydocroma:
2023
run: true
2124

0 commit comments

Comments
 (0)