tighten / tlint

Tighten linter for Laravel conventions.
MIT License
521 stars 32 forks source link

Ability to silence "LGTM!" messages #356

Open indykoning opened 7 months ago

indykoning commented 7 months ago

I'm automating running TLint using Duster with https://github.com/indykoning/grumphp-duster With small changes this task creates a lot of spam in the form of LGTM! messages

This is what it looks like with ~20 files image Which blows up with more files, pushing any useful feedback away.

It would be really nice to have an option to configure where the positive output is silenced and only things that need to be fixed get outputted

patrick-vlt commented 3 months ago

What does this LGTM! even mean? Im trying to lint a blade file and all I get is one LGTM error, thats it.