Skip to content

Commit

Permalink
[multiple-examples] - 'Nothing will make SonarQube happy about these …
Browse files Browse the repository at this point in the history
…classes, but it turns out there is quite a useful reason to keep them empty, so it can go to hell - TT'
  • Loading branch information
Tyler-Keith-Thompson committed Dec 9, 2019
1 parent 74f0938 commit 8617440
Showing 1 changed file with 7 additions and 18 deletions.
25 changes: 7 additions & 18 deletions CucumberSwift/Gherkin/AST/Nodes.swift
Original file line number Diff line number Diff line change
Expand Up @@ -23,22 +23,11 @@ extension AST {
}
}

class FeatureNode: Node {
//this class is merely a way to hold onto hierarchy, it's very useful in the parser
}
class RuleNode: Node {
//this class is merely a way to hold onto hierarchy, it's very useful in the parser
}
class BackgroundNode: Node {
//this class is merely a way to hold onto hierarchy, it's very useful in the parser
}
class ScenarioNode: Node {
//this class is merely a way to hold onto hierarchy, it's very useful in the parser
}
class ScenarioOutlineNode: Node {
//this class is merely a way to hold onto hierarchy, it's very useful in the parser
}
class StepNode: Node {
//this class is merely a way to hold onto hierarchy, it's very useful in the parser
}
//these classes are merely a way to hold onto hierarchy, it's very useful in the parser
class FeatureNode: Node { }
class RuleNode: Node { }
class BackgroundNode: Node { }
class ScenarioNode: Node { }
class ScenarioOutlineNode: Node { }
class StepNode: Node { }
}

0 comments on commit 8617440

Please sign in to comment.