Transformation that removes all comment lines from the rules. Comments are lines starting with ! or #
readonly
name: string
Human-readable name of the transformation
readonly
type: TransformationType
The transformation type identifier
executeSync(rules: string[]): string[]
Removes all comment lines from the rules.