Skip to content

Commit

Permalink
megalinter hooks uses --bash-framework-config
Browse files Browse the repository at this point in the history
  • Loading branch information
fchastanet committed Nov 15, 2023
1 parent 6ae44f3 commit 092911d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-hooks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
language: script
entry: bin/frameworkLint
args:
[--expected-warnings-count, '0', --format, plain, --theme, default-force]
[--bash-framework-config, .framework-config, --expected-warnings-count, '0', --format, plain, --theme, default-force]
pass_filenames: false
types: ['executable', 'file', 'shell', 'text']
always_run: false
Expand All @@ -46,8 +46,8 @@
Installing last version automatically
language: script
entry: bin/shellcheckLint
args: [-f, tty, --xargs, --staged]
pass_filenames: false
args: [--bash-framework-config, .framework-config, -f, tty, --xargs]
pass_filenames: true
files: \.sh$
types: ['executable', 'file', 'shell', 'text']

Expand Down

0 comments on commit 092911d

Please sign in to comment.