This is an issue that has occurred previously:
Issue #51: Swiftlint plugin is triggering the plugin File Watcher
It's not clear what the resolution was before or if the issue was, in fact, resolved since the issue reporter did not respond for further comments.
In particular, I have a watcher setup to trigger swiftformat on a file save. With all other inspections disabled, any change to a file (without manually saving, auto-save disabled) results on swiftlint running but then also a trigger of the swiftformat File Watcher as the file is visibly reformatted.
This is an issue that has occurred previously:
Issue #51: Swiftlint plugin is triggering the plugin File Watcher
It's not clear what the resolution was before or if the issue was, in fact, resolved since the issue reporter did not respond for further comments.
In particular, I have a watcher setup to trigger
swiftformaton a file save. With all other inspections disabled, any change to a file (without manually saving, auto-save disabled) results on swiftlint running but then also a trigger of theswiftformatFile Watcher as the file is visibly reformatted.