-
Notifications
You must be signed in to change notification settings - Fork 190
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
analyzer:bugfix - separate warnings from errors (#1013)
Both errors and warnings are handled using the same field, this causes a lot of confusion and a very complex code. This pull request removes warnings from the errors field, and adds them to the specific field for warnings. In the future with the refactoring of formaters this code can be removed, but for now it is a necessary workaround. Signed-off-by: Nathan Martins <nathan.martins@zup.com.br>
- Loading branch information
1 parent
df2e20c
commit 345c748
Showing
2 changed files
with
26 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters