Skip to content

Commit

Permalink
comment out the old setting that was required
Browse files Browse the repository at this point in the history
and now it's not required... now it's an error... megalinter is so stupid sometimes
  • Loading branch information
iggy committed Aug 12, 2024
1 parent 2c6515d commit 2903cb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/megalinter.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ 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
# yes, I did put a fake slack token in my code... get over it
REPOSITORY_SECRETLINT_DISABLE_ERRORS: true

0 comments on commit 2903cb2

Please sign in to comment.