Skip to content

Commit

Permalink
chore: linter config
Browse files Browse the repository at this point in the history
  • Loading branch information
jkrilov committed Jun 8, 2024
1 parent 0c84605 commit a81ca5d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions 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 @@ -25,7 +25,7 @@ jobs:
runs-on: ubuntu-latest
permissions:
# Give the default GITHUB_TOKEN write permission to commit and push, comment issues & post new PR
# Remove the ones you do not need
#checkov:skip=CKV2_GHA_1:The permission is needed for linter commits
contents: write
issues: write
pull-requests: write
Expand Down
8 changes: 8 additions & 0 deletions .mega-linter.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
# Configuration file for Megalinter

DISABLE_LINTERS:
- SPELL_LYCHEE
- SPELL_CSPELL
PRINT_ALPACA: false
REPORTERS_MARKDOWN_TYPE: simple

0 comments on commit a81ca5d

Please sign in to comment.