|
|
|
@ -16,9 +16,6 @@ checks: |
|
|
|
|
|
|
|
|
|
|
|
filter: |
|
|
|
filter: |
|
|
|
excluded_paths: |
|
|
|
excluded_paths: |
|
|
|
- 'cli-config.php' |
|
|
|
|
|
|
|
- 'var/cache/*' |
|
|
|
|
|
|
|
- 'var/logs/*' |
|
|
|
|
|
|
|
- 'app/config/*' |
|
|
|
- 'app/config/*' |
|
|
|
- 'app/SymfonyRequirements.php' |
|
|
|
- 'app/SymfonyRequirements.php' |
|
|
|
- 'documentation/*' |
|
|
|
- 'documentation/*' |
|
|
|
@ -69,5 +66,8 @@ filter: |
|
|
|
- 'plugin/ims_lti/OAuthSimple.php' |
|
|
|
- 'plugin/ims_lti/OAuthSimple.php' |
|
|
|
- 'plugin/sepe/src/wsse/*' |
|
|
|
- 'plugin/sepe/src/wsse/*' |
|
|
|
- 'tests/*' |
|
|
|
- 'tests/*' |
|
|
|
|
|
|
|
- 'var/cache/*' |
|
|
|
|
|
|
|
- 'var/log/*' |
|
|
|
- 'vendor/*' |
|
|
|
- 'vendor/*' |
|
|
|
- 'web/*' |
|
|
|
- 'web/*' |
|
|
|
|
|
|
|
- 'public/*' |
|
|
|
|