-
Notifications
You must be signed in to change notification settings - Fork 1.2k
housekeeping tasks #4468
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
Comments
Could consider disabling it. Seems like our linter job is doing the thing and we don't actually use restyler's PRs that often, as people tend to fix their patches when they see that linter complains. |
Should we make some of them hacktoberfest tickets for the upcoming event? |
@shcheklein, sure, we can split this ticket. |
I've just spotted the missed year and copyright owner in LICENSE file: Line 189 in 11382cc
Should it be added as a housekeeping item as well? |
@DiPaolo, it is a boilerplate to copy in your work (or, source files) that you want to specifically apply Apache License (and, replace that syntax with information). Here's what Apache License says:
Which is close to what's in the Lines 180 to 184 in 11382cc
To emphasize the last line:
|
I guess we can simply use the official |
Closing as stale. |
Uh oh!
There was an error while loading. Please reload this page.
Some of the things in addition to "move to GHA" and changelog:
CI
pre-commit
's caches on CI.Tests
Also, since these days we use
RepoTree
for external repo scenario, lots of tests involvingls
/update
/import
/get
could be reduced (which by the way are the slowest). At least mark them asslow
.Something like
pytest --disable-hdfs
?coverage
. Display coverage report on the GHA log and measure branch coverage #4760flakey
.Packaging
The text was updated successfully, but these errors were encountered: