Skip to content
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

Issue with file's without extensions #114

Closed
boyter opened this issue Sep 27, 2019 · 1 comment
Closed

Issue with file's without extensions #114

boyter opened this issue Sep 27, 2019 · 1 comment
Labels
bug Something isn't working

Comments

@boyter
Copy link
Owner

boyter commented Sep 27, 2019

Consider the following,

touch java
scc

The file java will be counted as java, where it is not.

This logic is there to catch things such as Makefiles where the whole name is what is required to match but it picks up other files as a false positive. Need to modify the JSON to support this new requirement probably.

@boyter
Copy link
Owner Author

boyter commented Oct 1, 2019

Sitting in branch but waiting for #115

Going to close down as it will be done #115

@boyter boyter closed this as completed Oct 1, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant