This repository has been archived by the owner on Jun 28, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 196
CI: Add options to static-checks script #471
Merged
jodh-intel
merged 9 commits into
kata-containers:master
from
jodh-intel:ci-static-checks-script-add-options
Jul 4, 2018
Merged
Changes from all commits
Commits
Show all changes
9 commits
Select commit
Hold shift + click to select a range
5dbf548
CI: Remove commented out code
jodh-intel 6aa80ad
CI: Replace comments with messages
jodh-intel 4960d78
CI: Add explicit "skip" for TODO/FIXME check
jodh-intel 74ecd37
CI: Add message when repo auto-detected
jodh-intel 7598099
CI: Show error when repo not found
jodh-intel 503a13b
CI: Add options to static-checks script
jodh-intel b9e3986
CI: Improve static-checks usage
jodh-intel c9a381d
CI: Add --force to override static-check skip
jodh-intel 3d4343b
CI: Add usage note for static-check script
jodh-intel 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 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.
Somewhere, but I don't know where, we should probably try and note in the help that if you do not supply any options, then the default is 'all'. I don't think that is listed anywhere in the help?
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.
Done.