Guest User

Untitled

a guest
Dec 9th, 2018
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.44 KB | None | 0 0
  1. phpcs --extensions=php --standard=phpcs/ruleset.xml --report=checkstyle --report-file=build/logs/checkstyle.xml $(find ./src -type f -newermt '2018-12-10' -printf '%p ')
  2.  
  3. # Ignorando um diretório, pode ser também um arquivo ou vários separados sempre por virgula
  4. phpcs --extensions=php --standard=phpcs/ruleset.xml --report=checkstyle --report-file=build/logs/checkstyle.xml --ignore=src/View $(find ./src -type f -newermt '2018-12-10' -printf '%p ')
Add Comment
Please, Sign In to add comment