Skip to content

Commit

Permalink
Fix code analysis suppressions
Browse files Browse the repository at this point in the history
  • Loading branch information
y-iihoshi committed Jan 1, 2025
1 parent 80bb4a9 commit 635cb83
Show file tree
Hide file tree
Showing 24 changed files with 24 additions and 23 deletions.
2 changes: 1 addition & 1 deletion ThScoreFileConverter/Models/Th075/Converter.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
// </copyright>
//-----------------------------------------------------------------------

#pragma warning disable SA1600 // ElementsMustBeDocumented
#pragma warning disable SA1600 // Elements should be documented

using System.Collections.Generic;
using System.IO;
Expand Down
2 changes: 1 addition & 1 deletion ThScoreFileConverter/Models/Th08/Converter.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
// </copyright>
//-----------------------------------------------------------------------

#pragma warning disable SA1600 // ElementsMustBeDocumented
#pragma warning disable SA1600 // Elements should be documented

using System;
using System.Collections.Generic;
Expand Down
2 changes: 1 addition & 1 deletion ThScoreFileConverter/Models/Th09/Converter.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
// </copyright>
//-----------------------------------------------------------------------

#pragma warning disable SA1600 // ElementsMustBeDocumented
#pragma warning disable SA1600 // Elements should be documented

using System;
using System.Collections.Generic;
Expand Down
2 changes: 1 addition & 1 deletion ThScoreFileConverter/Models/Th095/Converter.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
// </copyright>
//-----------------------------------------------------------------------

#pragma warning disable SA1600 // ElementsMustBeDocumented
#pragma warning disable SA1600 // Elements should be documented

using System;
using System.Collections.Generic;
Expand Down
2 changes: 1 addition & 1 deletion ThScoreFileConverter/Models/Th10/Converter.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
// </copyright>
//-----------------------------------------------------------------------

#pragma warning disable SA1600 // ElementsMustBeDocumented
#pragma warning disable SA1600 // Elements should be documented

using System;
using System.Collections.Generic;
Expand Down
2 changes: 1 addition & 1 deletion ThScoreFileConverter/Models/Th105/Converter.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
// </copyright>
//-----------------------------------------------------------------------

#pragma warning disable SA1600 // ElementsMustBeDocumented
#pragma warning disable SA1600 // Elements should be documented

using System.Collections.Generic;
using System.IO;
Expand Down
2 changes: 1 addition & 1 deletion ThScoreFileConverter/Models/Th11/Converter.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
// </copyright>
//-----------------------------------------------------------------------

#pragma warning disable SA1600 // ElementsMustBeDocumented
#pragma warning disable SA1600 // Elements should be documented

using System;
using System.Collections.Generic;
Expand Down
2 changes: 1 addition & 1 deletion ThScoreFileConverter/Models/Th12/Converter.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
// </copyright>
//-----------------------------------------------------------------------

#pragma warning disable SA1600 // ElementsMustBeDocumented
#pragma warning disable SA1600 // Elements should be documented

using System;
using System.Collections.Generic;
Expand Down
2 changes: 1 addition & 1 deletion ThScoreFileConverter/Models/Th123/Converter.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
// </copyright>
//-----------------------------------------------------------------------

#pragma warning disable SA1600 // ElementsMustBeDocumented
#pragma warning disable SA1600 // Elements should be documented

using System.Collections.Generic;
using System.IO;
Expand Down
2 changes: 1 addition & 1 deletion ThScoreFileConverter/Models/Th125/Converter.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
// </copyright>
//-----------------------------------------------------------------------

#pragma warning disable SA1600 // ElementsMustBeDocumented
#pragma warning disable SA1600 // Elements should be documented

using System;
using System.Collections.Generic;
Expand Down
2 changes: 1 addition & 1 deletion ThScoreFileConverter/Models/Th128/Converter.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
// </copyright>
//-----------------------------------------------------------------------

#pragma warning disable SA1600 // ElementsMustBeDocumented
#pragma warning disable SA1600 // Elements should be documented

using System;
using System.Collections.Generic;
Expand Down
2 changes: 1 addition & 1 deletion ThScoreFileConverter/Models/Th13/Converter.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
// </copyright>
//-----------------------------------------------------------------------

#pragma warning disable SA1600 // ElementsMustBeDocumented
#pragma warning disable SA1600 // Elements should be documented

using System;
using System.Collections.Generic;
Expand Down
2 changes: 1 addition & 1 deletion ThScoreFileConverter/Models/Th135/Converter.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
// </copyright>
//-----------------------------------------------------------------------

#pragma warning disable SA1600 // ElementsMustBeDocumented
#pragma warning disable SA1600 // Elements should be documented

using System.Collections.Generic;
using System.IO;
Expand Down
2 changes: 1 addition & 1 deletion ThScoreFileConverter/Models/Th14/Converter.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
// </copyright>
//-----------------------------------------------------------------------

#pragma warning disable SA1600 // ElementsMustBeDocumented
#pragma warning disable SA1600 // Elements should be documented

using System;
using System.Collections.Generic;
Expand Down
2 changes: 1 addition & 1 deletion ThScoreFileConverter/Models/Th143/Converter.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
// </copyright>
//-----------------------------------------------------------------------

#pragma warning disable SA1600 // ElementsMustBeDocumented
#pragma warning disable SA1600 // Elements should be documented

using System;
using System.Collections.Generic;
Expand Down
2 changes: 1 addition & 1 deletion ThScoreFileConverter/Models/Th145/Converter.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
// </copyright>
//-----------------------------------------------------------------------

#pragma warning disable SA1600 // ElementsMustBeDocumented
#pragma warning disable SA1600 // Elements should be documented

using System.Collections.Generic;
using System.IO;
Expand Down
2 changes: 1 addition & 1 deletion ThScoreFileConverter/Models/Th15/Converter.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
// </copyright>
//-----------------------------------------------------------------------

#pragma warning disable SA1600 // ElementsMustBeDocumented
#pragma warning disable SA1600 // Elements should be documented

using System;
using System.Collections.Generic;
Expand Down
2 changes: 1 addition & 1 deletion ThScoreFileConverter/Models/Th155/Converter.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
// </copyright>
//-----------------------------------------------------------------------

#pragma warning disable SA1600 // ElementsMustBeDocumented
#pragma warning disable SA1600 // Elements should be documented

using System.Collections.Generic;
using System.IO;
Expand Down
2 changes: 1 addition & 1 deletion ThScoreFileConverter/Models/Th16/Converter.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
// </copyright>
//-----------------------------------------------------------------------

#pragma warning disable SA1600 // ElementsMustBeDocumented
#pragma warning disable SA1600 // Elements should be documented

using System;
using System.Collections.Generic;
Expand Down
2 changes: 1 addition & 1 deletion ThScoreFileConverter/Models/Th165/Converter.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
// </copyright>
//-----------------------------------------------------------------------

#pragma warning disable SA1600 // ElementsMustBeDocumented
#pragma warning disable SA1600 // Elements should be documented

using System;
using System.Collections.Generic;
Expand Down
1 change: 1 addition & 0 deletions ThScoreFileConverter/Models/Th165/HashtagFields.cs
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ static HashtagFields()
Masks[i] = BitVector32.CreateMask(Masks[i - 1]);
}
}
#pragma warning restore CA2207 // Initialize value type static fields inline

public IEnumerable<int> Data => this.data?.Select(vector => vector.Data) ?? [];

Expand Down
2 changes: 1 addition & 1 deletion ThScoreFileConverter/Models/Th17/Converter.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
// </copyright>
//-----------------------------------------------------------------------

#pragma warning disable SA1600 // ElementsMustBeDocumented
#pragma warning disable SA1600 // Elements should be documented

using System;
using System.Collections.Generic;
Expand Down
2 changes: 1 addition & 1 deletion ThScoreFileConverter/Models/Th175/Converter.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
// </copyright>
//-----------------------------------------------------------------------

#pragma warning disable SA1600 // ElementsMustBeDocumented
#pragma warning disable SA1600 // Elements should be documented

using System.Collections.Generic;
using System.IO;
Expand Down
2 changes: 1 addition & 1 deletion ThScoreFileConverter/Models/Th18/Converter.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
// </copyright>
//-----------------------------------------------------------------------

#pragma warning disable SA1600 // ElementsMustBeDocumented
#pragma warning disable SA1600 // Elements should be documented

using System;
using System.Collections.Generic;
Expand Down

0 comments on commit 635cb83

Please sign in to comment.