ebgraham

Results 5 comments of ebgraham

Extensions do actually get little-known lifecycle notifications: ``` NSExtensionHostDidBecomeActiveNotification NSExtensionHostDidEnterBackgroundNotification NSExtensionHostWillEnterForegroundNotification NSExtensionHostWillResignActiveNotification ```

> Hi @ebgraham, how are you running SwiftLint? If you're just running the `swiftlint` command by itself from the root directory, I'd expect this to work. If you're passing in...

This is definitely a key feature enhancement for larger organizations to use SwiftLint. Forking is indeed the current solution. Not sure if you saw https://github.com/realm/SwiftLint/issues/2529 but I think a plugin...

> I have a suspected resolution, but may take a few, since I'm working on another project right now. @ebgraham would you have time to look into this? I'll have...

> Which command are you running and what is the configuration in use? using `swiftlint --fix --format` with an empty configuration file.