Skip to content

Commit 3e780c5

Browse files
committed
use pylint -E under pants
1 parent 237539f commit 3e780c5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pants.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -173,6 +173,8 @@ source_plugins = [
173173
"pylint_plugins",
174174
]
175175
args = [
176+
# match the current Makefile usage with -E (TODO: drop this)
177+
"--errors-only",
176178
# needed in st2* components, runners, packs
177179
"--load-plugins=api_models",
178180
# needed in st2* components, runners

0 commit comments

Comments
 (0)