-
Notifications
You must be signed in to change notification settings - Fork 20
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 inputs for regex, files, after_context, before_context, context #86
base: master
Are you sure you want to change the base?
Conversation
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.
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}" |
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.
Which argument are you trying to populate here?
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.
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.
[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
@peternewman any update on this? |
Adding some missing parameters from CLI and config file to GH action.