-
-
Notifications
You must be signed in to change notification settings - Fork 34
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 option for customizing file extensions #79
Comments
This would be good for Objective-C which uses |
I would also like this. Our codebase uses a lot of CUDA and so we need to be able to format |
If anyone needs a fork adding Use this line in your yml: But agree, official support for a custom extension list would be ideal! |
This change factors out the existing C/C++/Protobuf/CUDA regex into a variable that's exposed to a new input in action.yml. Resolves: #79
This change factors out the existing C/C++/Protobuf/CUDA regex into a variable that's exposed to a new input in action.yml. Resolves: #79
Addressed in #125 🙂. Sorry that it took so long for me to get around to this! 4.10.0 release contains this feature. |
Now that the last issue is resolved, let me continue complaining :D
It would be nice if there was an additional option to this action that would allow to specify a set of file extensions for files to check. This could default to the current list of files, but gives the user more flexibility in terms of which files are to be checked by this action.
In that step it would probably also be nice to make the regex parsing used for finding the files with given extension case-insensitive, such that one does not have to worry about casing when specifying file extensions.
The text was updated successfully, but these errors were encountered: