AtomLinter / Meta

This is where we discuss the org itself
1 stars 0 forks source link

activationHooks #15

Open Arcanemagus opened 8 years ago

Arcanemagus commented 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.

walles commented 7 years ago

See also: https://discuss.atom.io/t/activationhooks-break-unit-tests/

Arcanemagus commented 7 years ago

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).