1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-21 16:07:24 +08:00

Add inspectcodereport to the gitignore

This commit is contained in:
miterosan 2018-08-05 22:26:32 +02:00
parent fce2be9dc7
commit 90c08a447e
2 changed files with 2 additions and 18 deletions

2
.gitignore vendored
View File

@ -262,3 +262,5 @@ paket-files/
__pycache__/
*.pyc
Staging/
inspectcodereport.xml

View File

@ -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>