Closed
Description
I see excluded_paths
is supported, but it would be fantastic to be able to exclude filenames (especially with wildcard support for partial matches) using something like excluded_filenames
.
Perhaps this logic could be squeezed in here:
Lines 27 to 29 in 4a6d3b8
An example use case is excluded_filenames=*.Designer.cs,*.resx
to exclude automatically-generated .NET files from large Windows Forms applications.
PS: consider adding a CONTRIBUTING.md to this repo