Skip to content

Commit ec0900b

Browse files
authored
Fix stringslint version command (#1021)
The version command for stringslint looks like a typo
1 parent 76ba8d9 commit ec0900b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

linters/stringslint/plugin.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,4 +44,4 @@ lint:
4444
known_good_version: 0.1.1
4545
version_command:
4646
parse_regex: ${semver}
47-
run: swiftlint --version
47+
run: stringslint --version

0 commit comments

Comments
 (0)