tighten / tlint

Tighten linter for Laravel conventions.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

`--only` is limited by the currently selected preset

driftingly opened this issue · comments

When running TLint from the command line there is an --only option to run a single liner. This works only if it's in the currently selected preset. We should update the --only option to run the provided linter regardless of it being in the current preset.

Check if --only option works with formatters as well.