Skip to content
This repository was archived by the owner on Dec 26, 2022. It is now read-only.

Commit d6c36a6

Browse files
Remove Shellcheck version overrides
Pants 2.10.0 includes Shellcheck 0.8.0 by default now, so we can remove our overrides. Signed-off-by: Christopher Maier <[email protected]>
1 parent 6759fb2 commit d6c36a6

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

pants.toml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -40,14 +40,3 @@ args = ["-i 4", "-ci", "-sr"]
4040

4141
[test]
4242
output = "all"
43-
44-
[shellcheck]
45-
# Currently, Pants only knows about v0.7.1, but v0.7.2 has some nice
46-
# relative sourcing features we'd like to take advantage of (namely,
47-
# `script-path=SOURCEDIR`). Once Pants knows about v0.7.2 natively, we
48-
# can remove these configuration values.
49-
version = "v0.7.2"
50-
known_versions = [
51-
"v0.7.2|macos_x86_64|969bd7ef668e8167cfbba569fb9f4a0b2fc1c4021f87032b6a0b0e525fb77369|3988092",
52-
"v0.7.2|linux_x86_64|70423609f27b504d6c0c47e340f33652aea975e45f312324f2dbf91c95a3b188|1382204"
53-
]

0 commit comments

Comments
 (0)