Skip to content

Commit

Permalink
add skip_pylint=True to st2tests/integration
Browse files Browse the repository at this point in the history
  • Loading branch information
cognifloyd committed Dec 8, 2022
1 parent 077bc42 commit 64782f7
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions st2tests/integration/BUILD
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
__defaults__(
all=dict(
skip_pylint=True,
),
)

shell_sources(
name="shell",
skip_shellcheck=True,
Expand Down

0 comments on commit 64782f7

Please sign in to comment.