mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 09:27:29 +08:00
Treat inspectcode warnings as errors (CI)
There are many instances we accidentally merge pull requests with outstanding warnings, as the fact warnings exists is not made obvious. This forces all `inspectcode` warnings to an error level.
This commit is contained in:
parent
fc43445063
commit
e727195187
@ -20,4 +20,4 @@ build:
|
||||
verbosity: minimal
|
||||
after_build:
|
||||
- cmd: inspectcode /o="inspectcodereport.xml" /caches-home="inspectcode" osu.sln
|
||||
- cmd: NVika parsereport "inspectcodereport.xml"
|
||||
- cmd: NVika parsereport "inspectcodereport.xml" --treatwarningsaserrors
|
Loading…
Reference in New Issue
Block a user