Update default config, add phpci config file
This commit is contained in:
parent
4622b6efa9
commit
c5f3093a78
@ -26,11 +26,11 @@ $config = [
|
|||||||
// the _path suffixed options to an empty string, and set 'route_by' to 'host'.
|
// the _path suffixed options to an empty string, and set 'route_by' to 'host'.
|
||||||
// ----------------------------------------------------------------------------
|
// ----------------------------------------------------------------------------
|
||||||
|
|
||||||
'route_by' => 'host', // host or path
|
'route_by' => 'path', // host or path
|
||||||
'anime_host' => 'anime.timshomepage.net',
|
'anime_host' => '',
|
||||||
'manga_host' => 'manga.timshomepage.net',
|
'manga_host' => '',
|
||||||
'anime_path' => '',
|
'anime_path' => 'anime',
|
||||||
'manga_path' => '',
|
'manga_path' => 'manga',
|
||||||
|
|
||||||
// Which list should be the default?
|
// Which list should be the default?
|
||||||
'default_list' => 'anime', // anime or manga
|
'default_list' => 'anime', // anime or manga
|
||||||
|
23
phpci.yml
Normal file
23
phpci.yml
Normal file
@ -0,0 +1,23 @@
|
|||||||
|
build_settings:
|
||||||
|
verbose: true
|
||||||
|
ignore:
|
||||||
|
- "tests"
|
||||||
|
- "vendor"
|
||||||
|
|
||||||
|
setup:
|
||||||
|
env:
|
||||||
|
PHPCI: true
|
||||||
|
|
||||||
|
test:
|
||||||
|
php_unit:
|
||||||
|
config: 'phpunit.xml'
|
||||||
|
php_docblock_checker:
|
||||||
|
allowed_warnings: 0
|
||||||
|
skip_classes: true
|
||||||
|
php_loc:
|
||||||
|
php_mess_detector:
|
||||||
|
allow_failures: true
|
||||||
|
rules:
|
||||||
|
- "unusedcode"
|
||||||
|
- "naming"
|
||||||
|
complete:
|
Loading…
Reference in New Issue
Block a user