Skip to content

Commit

Permalink
unfix a megalinter bugfix
Browse files Browse the repository at this point in the history
megalinter could stand to learn a thing or 2 about backwards compatibility (in general and specifically this case)
  • Loading branch information
iggy authored Aug 12, 2024
1 parent 7c28054 commit 14ed61d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/megalinter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ jobs:
VALIDATE_ALL_CODEBASE: true
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
DISABLE_LINTERS: SPELL_CSPELL
GO_GOLANGCI_LINT_CLI_LINT_MODE: project
# GO_GOLANGCI_LINT_CLI_LINT_MODE: project
GO_REVIVE_CLI_LINT_MODE: project

0 comments on commit 14ed61d

Please sign in to comment.