Can't ignore "Code Issue"
See original GitHub issueIn the config.json configuration, I wrote this:
"^Comparison of floating point numbers can be unequal due to the differing precision of the two values.*"
And after that, my code wouldn’t load in for OmniSharp. Maybe it’s just with me, or I mistyped something, but can somebody help me out?
Issue Analytics
- State:
- Created 5 years ago
- Comments:6 (4 by maintainers)
Top Results From Across the Web
Can't ignore issues in blocks - Google Groups
I have some duplicated code in ClassA.java and ClassB.java and sonarqube complains about them as code smells. I want to ignore it in...
Read more >How to fix "gitignore not working" issue - gists · GitHub
Commit all the changes to git. Exclude the folder/files you don't want commit, in my case node_modules · Execute the following command to...
Read more >Cannot ignore specific code duplication (only option is to turn ...
Hi, we have started using the SonarCloud service recently and are still tweaking the settings to make sure how to get the most...
Read more >Parts of code are ignored by compiler, can't put breakpoint on ...
Hello, I have a problem in my program, At execution in debug mode the code I wrote is just ignored. The code is...
Read more >Ignore Issues in Blocks - sonarqube - Stack Overflow
Show activity on this post. Code lines between them should be ignored by SQ. Site http://docs.sonarqube.org/display/SONAR/Narrowing+the+Focus ...
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 Free
Top 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
Alright, omnisharp-server has been deprecated for a long time now,
I’m the new maintainer so I just updated omnisharp-roslyn(also removed omnisharp-server)
and it seems like you can’t ignore code issues in omnisharp-roslyn yet: https://github.com/OmniSharp/omnisharp-roslyn/issues/301
I’ll most likely release a new version of omnisharp-sublime soon, need to fix a few things and test some more. But while you’re at it, you can try the latest master.
Alright, I’ll close this since this is not my issue.