-
Notifications
You must be signed in to change notification settings - Fork 3
chore(lint): migrate to flint v2 binary #272
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
Merged
Merged
Changes from all commits
Commits
Show all changes
19 commits
Select commit
Hold shift + click to select a range
28b0f10
chore(lint): migrate to flint v2 binary
zeitlinger 7b5f4bd
chore(lint): disable MD013 line-length (handled by editorconfig)
zeitlinger 124e306
fix: refresh flint v2 migration
zeitlinger 57d24e1
chore: switch flint migration to v0.20.3
zeitlinger d05594d
ci: normalize flint init output
zeitlinger 90cf18a
chore: align lint docs and tasks
zeitlinger 2088c7a
chore: exclude generated changelog
zeitlinger e942f0f
fix: exclude generated template path
zeitlinger 7d04a6f
chore: clarify tool grouping
zeitlinger 875c025
chore: separate tools from linters
zeitlinger 7636bda
chore: let flint own go linting
zeitlinger 1cd823e
docs: document check and build workflow
zeitlinger 96564a3
chore: group flint with linters
zeitlinger 5b4f4fc
chore: drop redundant tools heading
zeitlinger b4ea80a
chore: tighten mise tool spacing
zeitlinger b233f4e
chore: group renovate with linters
zeitlinger 2657b07
chore: stop enforcing markdown line length
zeitlinger 2c1334a
Revert "chore: stop enforcing markdown line length"
zeitlinger c744759
chore: align CI docs and workflow name
zeitlinger File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Some comments aren't visible on the classic Files Changed page.
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,4 @@ | ||
| root = true | ||
|
|
||
| [*.md] | ||
| max_line_length = 120 | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,9 @@ | ||
| [settings] | ||
| exclude = [ | ||
| "CHANGELOG.md", | ||
| "yaml/testdata/**", | ||
| "yaml/docker-compose-docker-lgtm-template.yml", | ||
| ] | ||
|
|
||
| [checks.renovate-deps] | ||
| exclude_managers = ["github-actions", "github-runners"] |
This file was deleted.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,2 @@ | ||
| # Line length is enforced by editorconfig-checker via .editorconfig | ||
| MD013: false | ||
|
zeitlinger marked this conversation as resolved.
|
||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,7 @@ | ||
| { | ||
| // Keep JSON formatting aligned with the repo's two-space style. | ||
| "formatter": { | ||
| "indentStyle": "space", | ||
| "indentWidth": 2 | ||
| } | ||
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.