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.
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
[Linting] Enforce 120 max lines, and import order with custom linting #319
[Linting] Enforce 120 max lines, and import order with custom linting #319
Changes from 25 commits
a9c5727
9b4e1c5
c4b82d2
26f3598
cd50b47
c209ac5
fb7d589
5830bf3
38dca85
5ec364d
8fd7aaf
2ba6dfc
24c1195
4955f75
27217d4
0fa5f81
b3ba99b
f070da6
39734f0
019799d
2eb47ca
03ff717
1866316
95cb78f
b0cebf5
4e71478
a6b790b
34f9e8a
0574b25
38e4df2
11c1885
5f5615b
eed0aed
3c74ca0
520e07b
1fb1820
6a23c05
f4f40a2
321c64e
879b388
a4838e6
577c3d7
3021487
c77c217
098a1d2
041f0eb
522361d
040cec9
cb09498
51cb379
1953b7e
0ae08d2
7f32c69
ecf6ef8
160e857
087e6f7
4bec743
00da2e6
a949347
f9f0923
91d2907
943669e
ed4ebf1
67a8a6b
0ddd1c4
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Does this modify the code in CI (i.e. outside of version control)?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes according to filters but yes
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It did previously with the
make goimports
step so I added these if this isnt intended then Ill remove them altogetherThere was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It doesn't make sense to me for linting fixes to be applied in CI. The CI linter should fail if there are any issues, as opposed to fixing and then abandoning the changes.