Skip to content

Commit

Permalink
fix: [nautilus-cyberneering#287] disable gitleaks linter
Browse files Browse the repository at this point in the history
We are using secretlint and there is no way to disable a single line or
a block.

gitleaks/gitleaks#779
  • Loading branch information
josecelano committed Jul 25, 2022
1 parent 8a3d5d7 commit 1f87057
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .cspell.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
"eslintcache",
"Garnham",
"ghaction",
"GITLEAKS",
"GNUPGHOME",
"gpgsign",
"Gpgsign",
Expand Down
1 change: 1 addition & 0 deletions .mega-linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ DEFAULT_BRANCH: main # Usually master or main
# - SPELL # Uncomment to disable checks of spelling mistakes
DISABLE_LINTERS:
- TYPESCRIPT_STANDARD
- REPOSITORY_GITLEAKS
SHOW_ELAPSED_TIME: true
FILEIO_REPORTER: false
JAVASCRIPT_ES_FILTER_REGEX_EXCLUDE: (dist|cinder|jest.config.js)
Expand Down

0 comments on commit 1f87057

Please sign in to comment.