mirror of
https://github.com/ivuorinen/gh-action-readme.git
synced 2026-03-06 16:58:00 +00:00
chore(ci): snyk configuration (#22)
* chore(ci): snyk configuration * chore: fix editorconfig violations
This commit is contained in:
6
Makefile
6
Makefile
@@ -55,10 +55,11 @@ editorconfig: ## Check EditorConfig compliance
|
||||
-name "*.json" -o \
|
||||
-name "*.md" -o \
|
||||
-name "Makefile" -o \
|
||||
-name ".snyk" -o \
|
||||
-name "*.tmpl" -o \
|
||||
-name "*.adoc" -o \
|
||||
-name "*.sh" \
|
||||
\) -not -path "./.*" -not -path "./gh-action-readme" -not -path "./coverage*" \
|
||||
\) -not -path "./gh-action-readme" -not -path "./coverage*" \
|
||||
-not -path "./testutil.test" -not -path "./test_*" | \
|
||||
xargs eclint check
|
||||
|
||||
@@ -74,10 +75,11 @@ editorconfig-fix: ## Fix EditorConfig violations
|
||||
-name "*.json" -o \
|
||||
-name "*.md" -o \
|
||||
-name "Makefile" -o \
|
||||
-name ".snyk" -o \
|
||||
-name "*.tmpl" -o \
|
||||
-name "*.adoc" -o \
|
||||
-name "*.sh" \
|
||||
\) -not -path "./.*" -not -path "./gh-action-readme" -not -path "./coverage*" \
|
||||
\) -not -path "./gh-action-readme" -not -path "./coverage*" \
|
||||
-not -path "./testutil.test" -not -path "./test_*" | \
|
||||
xargs eclint fix
|
||||
|
||||
|
||||
Reference in New Issue
Block a user