Skip to content

Commit adf2c08

Browse files
authored
Libs(Go): pluralize GO_MODULES in superlinter (#1353)
Follow-on from #1351 which I didn't catch because editing the linter doesn't run the lints for the different langs, so problems only surfaced when I rebased the other branch... 😢
2 parents 43d2600 + 5ead1ce commit adf2c08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/other-lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
VALIDATE_PYTHON_MYPY: false
4141
VALIDATE_PYTHON_PYLINT: false
4242
VALIDATE_GO: false
43-
VALIDATE_GO_MODULE: false
43+
VALIDATE_GO_MODULES: false
4444
VALIDATE_JSCPD: false
4545
VALIDATE_PHP_PHPSTAN: false
4646
VALIDATE_PHP_PSALM: false

0 commit comments

Comments
 (0)