Add inputs for regex, files, after_context, before_context, context#86
Open
spetrosi wants to merge 5 commits intocodespell-project:masterfrom
Open
Add inputs for regex, files, after_context, before_context, context#86spetrosi wants to merge 5 commits intocodespell-project:masterfrom
spetrosi wants to merge 5 commits intocodespell-project:masterfrom
Conversation
peternewman
requested changes
Feb 5, 2025
Collaborator
peternewman
left a comment
There was a problem hiding this comment.
Some copy/paste errors to address...
| fi | ||
| echo "Files or directories to check: '${INPUT_SKIP}'" | ||
| if [ "x${INPUT_FILES}" != "x" ]; then | ||
| command_args="${command_args} --regex ${INPUT_FILES}" |
Collaborator
There was a problem hiding this comment.
Which argument are you trying to populate here?
Author
There was a problem hiding this comment.
Author
There was a problem hiding this comment.
[spetrosi@fedora network]$ codespell --help | grep "\--regex" -A5
-r REGEX, --regex REGEX
regular expression that is used to find words. By
default any alphanumeric character, the underscore,
the hyphen, and the apostrophe are used to build
words. This option cannot be specified together with
--write-changes.
3d942f7 to
fc07c24
Compare
Author
|
@peternewman any update on this? |
Member
|
@spetrosi can you fix the conflicts? |
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
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.
Adding some missing parameters from CLI and config file to GH action.