This website requires JavaScript.
Explore
Help
Register
Sign In
tonyair
/
silverstripe-environmentcheck
Watch
1
Star
0
Fork
0
You've already forked silverstripe-environmentcheck
mirror of
https://github.com/silverstripe/silverstripe-environmentcheck
synced
2024-10-22 17:05:40 +02:00
Code
Issues
Projects
Releases
Wiki
Activity
fb0bddec2c
silverstripe-environmentcheck
/
.scrutinizer.yml
10 lines
109 B
YAML
Raw
Normal View
History
Unescape
Escape
Made supported
2015-09-10 23:13:48 +02:00
inherit
:
true
checks
:
php
:
code_rating
:
true
duplication
:
true
filter
:
SilverStripe 4.x compatibility (#38) * Update composer constraint for 4.x compat * 4.x compatibility: Rename "code" to "src" and add PSR-4 autoloading * Restructure code and tests for PSR-4 * Implement namespaces * Implement namespaced throughout * PSR-2 formatting updates, separate Result from CheckSuite, implement PSR-3 logging, fix tests * FIX Routes and template location * Update readme. Allow check classes to be namespaced or not. * Add entry to changelog * FIX Ensure DatabaseCheckTest always has a member. Allow strings or objects for $check in the suite * Update readme to be clearer about passing checks with or without namespaces * Revert namespace checking and implement Injector aliases instead. Update readme.
2017-01-04 23:16:12 +01:00
paths
:
[
src/*, tests/*]
Reference in New Issue
Copy Permalink