Linting (phpcs) (pint) new radicle project

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

  1. Clone radicle repo
  2. composer install
  3. composer lint
  4. composer pint

:+1: Agreed! Tracking here: https://github.com/roots/radicle/issues/47

1 Like

gr8! just for the sake of it, linting with pint is done via pint --test :slight_smile:

Done :white_check_mark: https://github.com/roots/radicle/pull/50

@QWp6t made the config a bit nicer, too

1 Like