* Stylecop Rules and Fixes
This commit is contained in:
Qstick 2020-01-03 07:49:24 -05:00
parent a602611a5f
commit a4b78b44ce
1307 changed files with 8702 additions and 7403 deletions

View file

@ -1,7 +1,4 @@
using System.Collections.Generic;
using System.Linq;
using FluentValidation.Results;
using NzbDrone.Core.Parser.Model;
namespace NzbDrone.Core.Organizer
{
@ -21,7 +18,6 @@ namespace NzbDrone.Core.Organizer
//TODO Add Validation for TrackFilename
//var parsedEpisodeInfo = Parser.Parser.ParseTitle(sampleResult.FileName);
//if (parsedEpisodeInfo == null)
//{
// return validationFailure;
@ -31,9 +27,7 @@ namespace NzbDrone.Core.Organizer
//{
// return validationFailure;
//}
return null;
}
}
}