I have some cucumber stepDef steps which are more than more than 120 characters in length, I want to exclude all stepDef files from Scala style warning.
Is there a way to to exclude a specific files/directories, using xml tag only for FileLineLengthChecker condition?
Wrapping the entire file in the following comment filter in effect excludes the file from
FileLineLengthCheckerrule:line.size.limitis the ID ofFileLineLengthCheckerrule.Multiple rules can be switched off simultaneously like so