Skip to content
This repository has been archived by the owner on Jul 1, 2020. It is now read-only.

Commit

Permalink
Merge branch 'develop' into feature/fixFrontend
Browse files Browse the repository at this point in the history
  • Loading branch information
Maxelweb committed Apr 22, 2020
2 parents 6f6d3d6 + 8dd8f8e commit 736a307
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# Web application - ThiReMa

:fire: Versione componente: `v0.2.0-dev`
:fire: Versione componente: `v0.3.0-rc`

:pushpin: Main repo: [swe-thirema](https://github.com/RedRoundRobin/swe-thirema)

Expand All @@ -29,13 +29,15 @@

`npm install --package-lock`


### Comandi per il code style JS :fire:

- Check:

`npm run prettier-eslint-check`
`npm run prettier-eslint-test-check`

- Autofix:

`npm run prettier-eslint`
`npm run prettier-eslint-test`

Expand All @@ -48,13 +50,17 @@
### Comandi per il code style PHP :fire:

- Check:

`vendor/bin/phpcs -s`
`vendor/bin/php-cs-fixer fix --config=.php_cs.php --dry-run -vvv`

- Autofix:

`vendor/bin/phpcbf -n`
`vendor/bin/php-cs-fixer fix --config=.php_cs.php --diff -vvv`


### Comandi per i test PHP

`vendor/bin/phpunit -c phpunit.xml`

0 comments on commit 736a307

Please sign in to comment.