-
-
Notifications
You must be signed in to change notification settings - Fork 5.8k
Add 'checks' Make and CI tasks #12352
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
Not sure I like the "sanity" name, guess we need something more fitting. |
Renamed to "checks". |
I'm not sure if |
Misspell successfully ran. I think this is ready for merge. |
Introduce new "checks" targets that perform tasks that we've been piling onto the linting tasks. This will make the linter tasks faster and hopefully encourage some users to use them locally.
Codecov Report
@@ Coverage Diff @@
## master #12352 +/- ##
==========================================
+ Coverage 43.73% 43.75% +0.02%
==========================================
Files 631 631
Lines 69877 69877
==========================================
+ Hits 30561 30578 +17
+ Misses 34357 34344 -13
+ Partials 4959 4955 -4
Continue to review full report at Codecov.
|
These targets are actually using plural names, fix help output for them. Ref: go-gitea#12352
These targets are actually using plural names, fix help output for them. Ref: #12352
Introduce new "sanity" targets that perform tasks that we've been piling onto the linting tasks. This will make the linter tasks faster and hopefully encourage some users to use them locally.