mirror of https://github.com/ppy/osu
Add inspectcodereport to the gitignore
This commit is contained in:
parent
fce2be9dc7
commit
90c08a447e
|
@ -262,3 +262,5 @@ paket-files/
|
||||||
__pycache__/
|
__pycache__/
|
||||||
*.pyc
|
*.pyc
|
||||||
Staging/
|
Staging/
|
||||||
|
|
||||||
|
inspectcodereport.xml
|
||||||
|
|
|
@ -1,18 +0,0 @@
|
||||||
<?xml version="1.0" encoding="utf-8"?>
|
|
||||||
<!-- Generated by JetBrains Inspect Code 2018.1.3 -->
|
|
||||||
<Report ToolsVersion="112.0.20180626.161933">
|
|
||||||
<Information>
|
|
||||||
<Solution>osu.sln</Solution>
|
|
||||||
<InspectionScope>
|
|
||||||
<Element>Solution</Element>
|
|
||||||
</InspectionScope>
|
|
||||||
</Information>
|
|
||||||
<IssueTypes>
|
|
||||||
<IssueType Id="UnusedField.Compiler" Category="Compiler Warnings" CategoryId="CompilerWarnings" Description="Field is never used" Severity="WARNING" />
|
|
||||||
</IssueTypes>
|
|
||||||
<Issues>
|
|
||||||
<Project Name="osu.Game.Tests">
|
|
||||||
<Issue TypeId="UnusedField.Compiler" File="osu.Game.Tests\WaveformTestBeatmap.cs" Offset="593-595" Line="22" Message="Field 'OK' is never used" />
|
|
||||||
</Project>
|
|
||||||
</Issues>
|
|
||||||
</Report>
|
|
Loading…
Reference in New Issue