chore(ci): snyk configuration (#22)

* chore(ci): snyk configuration

* chore: fix editorconfig violations
This commit is contained in:
2025-08-06 11:08:24 +03:00
committed by GitHub
parent f3693e67fc
commit de19fab17e
5 changed files with 11 additions and 25 deletions

View File

@@ -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