mirror of
https://github.com/10h30/genesis-simple-sidebars.git
synced 2026-07-19 22:43:28 +09:00
Introducing coding standards validation.
This commit is contained in:
committed by
Nathan Rice
parent
6e40c921ab
commit
fd504d41ac
+13
@@ -0,0 +1,13 @@
|
||||
parameters:
|
||||
ignoreErrors:
|
||||
-
|
||||
message: '~^Undefined variable: \$phpCodeSnifferConfig$~'
|
||||
path: %currentWorkingDirectory%/src/Config.php
|
||||
|
||||
dynamicConstantNames:
|
||||
- PHP_CODESNIFFER_IN_TESTS
|
||||
- PHP_CODESNIFFER_CBF
|
||||
- PHP_CODESNIFFER_VERBOSITY
|
||||
|
||||
excludes_analyse:
|
||||
- */Tests/*
|
||||
Reference in New Issue
Block a user