-
Notifications
You must be signed in to change notification settings - Fork 184
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
CMake warnings support #132
Conversation
src/test/java/edu/hm/hafner/analysis/parser/CMakeParserTest.java
Outdated
Show resolved
Hide resolved
… by RegexpLineParser
Codecov Report
@@ Coverage Diff @@
## master #132 +/- ##
============================================
+ Coverage 87.85% 87.89% +0.04%
- Complexity 1207 1211 +4
============================================
Files 156 157 +1
Lines 3852 3865 +13
Branches 424 424
============================================
+ Hits 3384 3397 +13
Misses 311 311
Partials 157 157
Continue to review full report at Codecov.
|
src/test/java/edu/hm/hafner/analysis/parser/CMakeParserTest.java
Outdated
Show resolved
Hide resolved
… know if that even exists in cmake
Thanks! I'll make a snapshot then we can register it in warnings-ng. |
Thanks @uhafner for the review and maintaing this project!! |
If you want to change something or add icon, help, etc, please file a PR to warning-ng: |
I didn't find a parser that can parse warnings from CMake. So I took a shot at it.