Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

draft: Agrega analisis via phpstan #123

Draft
wants to merge 2 commits into
base: develop
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,8 @@
"siu/arai-cli": "*",
"siu/arai-crypto": "*",
"siu/arai-json-parser": "*",
"siu/manejador-salida-bootstrap": "~1.3"
"siu/manejador-salida-bootstrap": "~1.3",
"phpstan/phpstan": "^0.12.2"
},
"suggest": {
"simplesamlphp/simplesamlphp": "Permite conectarse a un IDP centralizado (see onelogin)",
Expand Down
22 changes: 22 additions & 0 deletions phpstan.neon
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
parameters:
paths:
- php/
- src/
autoload_directories:
- vendor
- php
autoload_files:
- vendor/autoload.php
- php/toba_autoload.php
excludes_analyse:
- php/3eros/
- php/instalacion/
- php/convenciones/
- php/modelo/migraciones_instancia/
- vendor/rospdf/
- vendor/ezyang/
- vendor/markbaker/
- vendor/simpletest/
- vendor/ircmaxell/
- vendor/pear/