-
Notifications
You must be signed in to change notification settings - Fork 177
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
"is covered by" is wrong #228
Comments
Those rules are marked as covered because the rule that is marked as covering those subrules. For example If you'll create some template Can you please verify it ? |
I created a new file called |
Can I ask you to check if this issue is still present in v2.1.1? |
I don't seem to have any "is covered by" warnings anymore, but I have a lot of incorrect "entry is never used" warnings, which I've verified by removing the line and running |
Every single line for me says "entry is never used." This is in Rider 2017.2 EAP. My .gitignore file is in the root of my project. My project structure looks like: |-- .git I used direct paths to some directories and files, so there really is no reason for it. |
@mnpenner |
@toolforger Thanks. That does indeed turn up a whole bunch of files under |
Fixed and released with v3.1.1 |
Running version 1.4.1 now.
This warning is giving false positives:
~$
is not covered by(?<![^/])\.
nor^node_modules/
.Most of those "entry is never used" warnings are wrong too actually.
The text was updated successfully, but these errors were encountered: