Skip to content

Commit 5372d16

Browse files
committed
Add perlvars to linters
1 parent a6d0436 commit 5372d16

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

precious.toml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,12 @@ expect-stderr = true
1919
# ok-exit-codes = 0
2020
# lint-failure-exit-codes = 2
2121

22+
[commands.perlvars]
23+
type = "lint"
24+
include = ["**/*.{pl,pm,psgi}"]
25+
cmd = ["perlvars"]
26+
ok-exit-codes = 0
27+
2228
[commands.perltidy]
2329
type = "both"
2430
include = ["**/*.{pl,pm,t,psgi}"]

0 commit comments

Comments
 (0)