Upgrade StyleCop.Analyzers to Unstable 1.2.0.556

This commit is contained in:
Bogdan
2025-06-06 13:18:01 +03:00
parent 8eec321a0e
commit bdc3b63df2
110 changed files with 297 additions and 292 deletions
@@ -84,7 +84,7 @@ namespace NzbDrone.Core.Indexers.Definitions.PassThePopcorn
public class PassThePopcornFlag : IndexerFlag
{
public static IndexerFlag Golden => new ("golden", "Release follows Golden Popcorn quality rules");
public static IndexerFlag Approved => new ("approved", "Release approved by PTP staff");
public static IndexerFlag Golden => new("golden", "Release follows Golden Popcorn quality rules");
public static IndexerFlag Approved => new("approved", "Release approved by PTP staff");
}
}
@@ -16,7 +16,7 @@ namespace NzbDrone.Core.Indexers.Definitions.PassThePopcorn
public class PassThePopcornSettings : NoAuthTorrentBaseSettings
{
private static readonly PassThePopcornSettingsValidator Validator = new ();
private static readonly PassThePopcornSettingsValidator Validator = new();
public PassThePopcornSettings()
{