-
Notifications
You must be signed in to change notification settings - Fork 11
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
Add pontos-update-header option to ignore files #144
Merged
Merged
Conversation
This file contains 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
Codecov Report
@@ Coverage Diff @@
## master #144 +/- ##
==========================================
- Coverage 88.13% 85.64% -2.49%
==========================================
Files 11 11
Lines 826 871 +45
Branches 126 136 +10
==========================================
+ Hits 728 746 +18
- Misses 68 90 +22
- Partials 30 35 +5
Continue to review full report at Codecov.
|
The script can be passed a file path or check the directory given with the --directory option for .pontos-header-ignore. All files matching the paths or globs listed in this filed will be skipped when adding or updating the headers.
timopollmeier
force-pushed
the
add-header-ignore-file
branch
from
June 24, 2021 12:36
5f61867
to
4ee2cc3
Compare
y0urself
previously approved these changes
Jun 29, 2021
Co-authored-by: Jaspar L. <[email protected]>
bjoernricks
requested changes
Jun 29, 2021
y0urself
reviewed
Jun 29, 2021
y0urself
force-pushed
the
add-header-ignore-file
branch
2 times, most recently
from
July 2, 2021 10:52
4c8f381
to
3997107
Compare
auto-merge was automatically disabled
July 2, 2021 10:56
Pull request was converted to draft
…glob, so only relative patterns should be used.
y0urself
force-pushed
the
add-header-ignore-file
branch
from
July 2, 2021 11:06
3997107
to
3b34849
Compare
bjoernricks
approved these changes
Jul 2, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
What:
The script can be passed a file path or check the directory given with
the --directory option for a .pontos-header-ignore file.
All files matching the paths or globs listed in this filed will be
skipped when adding or updating the headers.
Why:
To allow skipping build directories and other files that should not have a header.
How:
By running the script on a directory with a .pontos-header-ignore file
that has both a normal path and a recursive glob.
Checklist: