-
-
Notifications
You must be signed in to change notification settings - Fork 26
refactor(lint): modularize json linters #64
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
* zig format support * add goimports support * add gofumpt and jq
feat(lint): luacheck
feat(lint): support hadolint
I think can |
Ready for review. Code actually works very nicely. All linters have been refactored - only 20 lines max! Seeking advice in file Should the file be extracted to |
The unified conversion interface looks good. But git log can be a bit confusing |
I'm bad at git lol. Closing this and re-opening with cleaner git history. |
refactor linters using json to use "from_json"
still wip
prep for "guard-collection"