We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Adding more munchers prompts a review of what is already in place. Relates to #8, #7.
\s
[:blank:]
.cc
.C
.cu
These munchers need a full review and testing.
A rule with no muncher is essentially an instruction to ignore.
The text was updated successfully, but these errors were encountered:
Updated schema URL from Gist to repo. #36
33e2899
Renamed GH Action .yaml -> .yml #36
ebd5e14
Added GitHubCICD muncher #36
d9c3780
Testing a language search in GH:
curl \ -H "Accept: application/vnd.github.v3+json" \ https://api.github.com/search/repositories?q=language:Go+sort:updated
Sorry, something went wrong.
No branches or pull requests
Adding more munchers prompts a review of what is already in place. Relates to #8, #7.
\s
use and replace it with[:blank:]
to exclude line breaks.cc
,.C
and other variations to C++.cu
CUDA files somewhereOlder munchers
These munchers need a full review and testing.
Ignore list
A rule with no muncher is essentially an instruction to ignore.
Some files may need to be added to anti-patterns such as including /bin/ in your repo. Not sure it's a good idea.
The text was updated successfully, but these errors were encountered: