Lint check reports same error twice
See original GitHub issueLint error reports and even counts the same error twice(See screenshot below).
Steps to reproduce:
- Change
describe
tofdescribe
in any *Spec.js file - Run
python scripts/pre_commit_linter.py
- See error log.
Issue Analytics
- State:
- Created 4 years ago
- Comments:11 (10 by maintainers)
Top Results From Across the Web
Android Lint report <issue> duplication - xml - Stack Overflow
In Window > Preferences > Android > Lint Error Checking, uncheck "When saving files check for errors". Enjoy. Share.
Read more >SSRS Quick Tip – An item with the same key has already ...
I was in the process of creating a new report in SQL Server Reporting Services ... error: "Could not create a list of...
Read more >Lint runs twice as slow on AGP 4 Beta 1 + False Positive
I update AGP from 3.6 RC to 4.0 Beta 1 and now `:app:lintRelease` runs twice as slow. It also throws an error `Error:...
Read more >Meet Android Studio | Android Developers
For example, selecting the Problems view of your project displays links to the source files containing any recognized coding and syntax errors, ...
Read more >Linter rules - Dart
Details about the Dart linter and its style rules you can choose. ... for conditions that can be inferred at compile time or...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@anmolshkl, This issue occurs sometimes and I don’t know how we can reproduce. I’ll add the full log if I’ll see this again!
This no longer occurs. I made the following changes from commit 812fd09d38268036f8072de3e5fa365ba72f70e3:
Then I ran the linter:
The error only appeared once.