Clean up Skipper structure

This commit is contained in:
Matt Nadareski
2020-07-30 21:07:25 -07:00
parent 88d0d043ef
commit a4b2a4ff17
8 changed files with 423 additions and 359 deletions

View File

@@ -347,7 +347,7 @@ namespace SabreTools.Library.Tools
BaseFile baseFile;
if (header != null)
{
SkipperRule rule = Skipper.GetMatchingRule(input, Path.GetFileNameWithoutExtension(header));
SkipperRule rule = Transform.GetMatchingRule(input, Path.GetFileNameWithoutExtension(header));
// If there's a match, get the new information from the stream
if (rule.Tests != null && rule.Tests.Count != 0)