mirror of
https://github.com/bitwarden/server.git
synced 2025-06-08 04:00:31 -05:00
Ignore flavor suggestions too
This commit is contained in:
parent
af69591b58
commit
392d3bfd83
@ -6,7 +6,7 @@ FILES=$(git diff --cached --name-only --diff-filter=ACMR | sed 's| |\\ |g')
|
||||
if npx mega-linter-runner --containername "megalinter-incremental" \
|
||||
--flavor formatters --remove-container --fix --env "'APPLY_FIXES=all'" \
|
||||
--env "'CLEAR_REPORT_FOLDER=true'" --env "'LOG_LEVEL=warning'" \
|
||||
--filesonly $FILES; then
|
||||
--env "'FLAVOR_SUGGESTIONS=false'" --filesonly $FILES; then
|
||||
echo "$FILES" | xargs git add
|
||||
exit 0
|
||||
fi
|
||||
|
Loading…
x
Reference in New Issue
Block a user