muter-mutation-testing / muter

🔎 Automated mutation testing for Swift 🕳️
MIT License
496 stars 39 forks source link

feature/add muter disable #241

Closed rakaramos closed 1 year ago

rakaramos commented 1 year ago

Renames the current skip directive to disable/enable.

ZevEisenberg commented 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?

rakaramos commented 1 year ago

@ZevEisenberg no need to force it, visitors are created on demand, for each file, so the state is not global but rather scoped.