when running a new install of radicle both linting with phpcs and pint wants to fix things.
It should be green as a starting point.
steps to reproduce
- Clone radicle repo
- composer install
- composer lint
- composer pint
when running a new install of radicle both linting with phpcs and pint wants to fix things.
It should be green as a starting point.
steps to reproduce
Agreed! Tracking here: https://github.com/roots/radicle/issues/47
gr8! just for the sake of it, linting with pint is done via pint --test
Done https://github.com/roots/radicle/pull/50
@QWp6t made the config a bit nicer, too