linter icon indicating copy to clipboard operation
linter copied to clipboard

Parboiled2 - MergeNestedIfs "False Positive"

Open thomassuckow opened this issue 7 years ago • 0 comments

Use of the parboiled2 library which uses scala macros causes a MergeNestedIfs warnings at every rule declaration

Parser.scala:6: warning: [MergeNestedIfs] These two nested ifs can be merged into one.
def Input = rule {
                 ^

thomassuckow avatar Sep 26 '17 00:09 thomassuckow