Skip to content

Commit

Permalink
use pylint -E under pants
Browse files Browse the repository at this point in the history
  • Loading branch information
cognifloyd committed Dec 6, 2022
1 parent f4cb99f commit 4c7888d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pants.toml
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,8 @@ source_plugins = [
"pylint_plugins",
]
args = [
# match the current Makefile usage with -E (TODO: drop this)
"--errors-only",
# needed in st2* components, runners, packs
"--load-plugins=api_models",
# needed in st2* components, runners
Expand Down

0 comments on commit 4c7888d

Please sign in to comment.