phpro / grumphp

A PHP code-quality tool
MIT License
4.13k stars 430 forks source link

Add Stylelint task #904

Closed yguedidi closed 3 years ago

yguedidi commented 3 years ago
Q A
Branch master
Bug fix? no
New feature? yes
BC breaks? no
Deprecations? no
Documented? yes
Fixed tickets

Add a task to support Stylelint tool. Heavily inspired from the existing ESLint task. Supports relevant CLI supported arguments, based on the --help output, the inspiration for the sorting. Parameter description is comming from the official documentation

Extra commit for a small CS fix in ESLint test.

New Task Checklist:

yguedidi commented 3 years ago

@veewee hello, any missing thing here? if any don't hesitate to tell me!

yguedidi commented 3 years ago

@veewee updated with fixup commits, tell me if it's OK for you so I squash them before merge

veewee commented 3 years ago

Looks good, thanks for the PR and sorry for the long time of silence in between :)

yguedidi commented 3 years ago

@veewee it's a pleasure! if I knew you planned to merge it, I would have squashed the fixup commit, for a cleaner git history :)