-
Notifications
You must be signed in to change notification settings - Fork 186
Validate config files #2225
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
Validate config files #2225
Changes from 12 commits
Commits
Show all changes
39 commits
Select commit
Hold shift + click to select a range
f5b0fe7
reorganize NEWS
MichaelChirico e96ac22
validate_config_file
MichaelChirico e943fd1
cross-reference in docs for clarity
MichaelChirico 3986c31
bad branching
MichaelChirico 4a8ab36
ugh
MichaelChirico 71d8bd0
proper linking
MichaelChirico b6ed2f3
catch expected warning
MichaelChirico 8427a65
attempt a more complete description of valid exclusions
MichaelChirico 898fecf
grammar
MichaelChirico 7360ae9
simplify validate_named_exclusion
MichaelChirico 8bdfbe0
add regression tests
MichaelChirico 67b0c76
delint
MichaelChirico e6ab0f9
allow vectors in exclusions
MichaelChirico 4a9a762
document
MichaelChirico 6cf4385
clearer warning
MichaelChirico bbcdb4c
correct warning in test
MichaelChirico 602b720
reuse is_linter()
MichaelChirico ac7f67e
Merge branch 'main' into validate-config
MichaelChirico b96e738
add explicit tests of character vector exclusions
MichaelChirico 10fbb39
Merge branch 'main' into validate-config
MichaelChirico ede3f3d
NEWS
MichaelChirico 455228e
Merge branch 'main' into validate-config
MichaelChirico 6a5c955
type-based validation
MichaelChirico e92af56
new tests
MichaelChirico 0190baa
delint
MichaelChirico 1b3fed2
Merge branch 'main' into validate-config
MichaelChirico a49ada5
Merge branch 'main' into validate-config
MichaelChirico 36ce8c7
consistent naming
MichaelChirico da9278c
Merge remote-tracking branch 'origin/validate-config' into validate-c…
MichaelChirico 04ecf8f
NEWS
MichaelChirico 4a13f52
stale comment
MichaelChirico 81515c7
simpler test
MichaelChirico c045a9d
attempt to clarify list naming, document Inf
MichaelChirico 58e4afc
add a test of exclude Inf lines
MichaelChirico 75b8af7
Merge branch 'main' into validate-config
MichaelChirico 7757e5a
reword further
MichaelChirico 7a5aa4d
delint
MichaelChirico 4b2fb93
Merge branch 'validate-config' of github.com:r-lib/lintr into validat…
MichaelChirico 74328be
Merge branch 'main' into validate-config
MichaelChirico 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
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
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
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
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.
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.
Isn't the name a filename or a directory?
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.
Agree it's confusing. But "the name is a path relative to the config" above refers to those names, this one refers to the more nested names. Taking another pass.
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.
PTAL