mirror of
https://github.com/ivuorinen/gh-action-readme.git
synced 2026-03-11 14:59:45 +00:00
chore: even more linting, test fixes (#24)
* chore(lint): funcorder * chore(lint): yamlfmt, ignored broken test yaml files * chore(tests): tests do not output garbage, add coverage * chore(lint): fix editorconfig violations * chore(lint): move from eclint to editorconfig-checker * chore(lint): add pre-commit, run and fix * chore(ci): we use renovate to manage updates
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
---
|
||||
# yaml-language-server: $schema=https://golangci-lint.run/jsonschema/golangci.jsonschema.json
|
||||
version: "2"
|
||||
|
||||
@@ -19,7 +20,7 @@ linters:
|
||||
- errname
|
||||
- exhaustive
|
||||
- forcetypeassert
|
||||
# - funcorder
|
||||
- funcorder
|
||||
- goconst
|
||||
- gocritic
|
||||
- gocyclo
|
||||
|
||||
Reference in New Issue
Block a user