Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Libs(Go): disable superlinter for go modules
Browse files Browse the repository at this point in the history
We rely on golangci, run as part of a separate workflow, to lint our Go
code.
svix-onelson committed Jun 25, 2024
1 parent 7c7d235 commit 4278854
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/other-lint.yml
Original file line number Diff line number Diff line change
@@ -40,6 +40,7 @@ jobs:
VALIDATE_PYTHON_MYPY: false
VALIDATE_PYTHON_PYLINT: false
VALIDATE_GO: false
VALIDATE_GO_MODULES: false
VALIDATE_JSCPD: false
VALIDATE_PHP_PHPSTAN: false
VALIDATE_PHP_PSALM: false

0 comments on commit 4278854

Please sign in to comment.