Open Arcanemagus opened 8 years ago
Using a non-public method there is a way to trigger activationHooks in specs, allowing us to actually reliably use this again. See https://github.com/AtomLinter/linter-jscs/pull/295 for details.
activationHooks
See also: https://discuss.atom.io/t/activationhooks-break-unit-tests/
https://github.com/atom/atom/pull/13200 introduces an interesting new hook that might be a good candidate for packages that need more than a simple language hook (like linters with configurable scopes).
Using a non-public method there is a way to trigger
activationHooks
in specs, allowing us to actually reliably use this again. See https://github.com/AtomLinter/linter-jscs/pull/295 for details.