Closed rakaramos closed 1 year ago
Does it re-enable at EOF? Or do we force you to enable it manually like SwiftLint, to prevent mistakes where you leave it on for more of the file than you meant to?
@ZevEisenberg no need to force it, visitors are created on demand, for each file, so the state is not global but rather scoped.
Renames the current
skip
directive todisable
/enable
.