Core

/bin/check.bat (229 B)

1
2
3
4
5
6
7
8
9
@ECHO OFF

rem Runs code statistics, checks for outdated dependencies, then runs linters

cd %~dp0\..

echo "=== linting ==="
@ECHO ON
golangci-lint run --fix --max-issues-per-linter=0 --sort-results{{{ .IgnoredSetting }}} ./...