Skip to content

Instantly share code, notes, and snippets.

@soyFelixBarros
Created December 20, 2016 22:19
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save soyFelixBarros/7ddcff10b08fe07c2d8fece3c54394dc to your computer and use it in GitHub Desktop.
Save soyFelixBarros/7ddcff10b08fe07c2d8fece3c54394dc to your computer and use it in GitHub Desktop.
Configuration - StyleCI - Laravel
preset: laravel
linting: true
enabled:
- strict
- unalign_double_arrow
- phpdoc_order
- phpdoc_separation
disabled:
- short_array_syntax
finder:
exclude:
- "public"
- "resources"
- "tests"
name:
- "*.php"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment