Skip to content

Commit

Permalink
expand compliance validation
Browse files Browse the repository at this point in the history
now includes items from php-pds/skeleton_research#4 (thanks @stof)
  • Loading branch information
Paul M. Jones committed Jan 8, 2017
1 parent 6423391 commit 5672cc8
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions src/ComplianceValidator.php
Original file line number Diff line number Diff line change
Expand Up @@ -214,6 +214,12 @@ protected function checkDocs($lines)
'doc/',
'guide/',
'phpdoc/',
'apidocs/',
'apidoc/',
'api-reference/',
'user_guide/',
'manuals/',
'phpdocs/',
]);
}

Expand Down Expand Up @@ -245,6 +251,11 @@ protected function checkPublic($lines)
'public_html/',
'publish/',
'pages/',
'javascripts/',
'icons/',
'imgs/',
'wwwroot/',
'font/',
]);
}

Expand Down Expand Up @@ -272,6 +283,7 @@ protected function checkSrc($lines)
'code/',
'classes/',
'func/',
'src-dev/',
]);
}

Expand All @@ -282,6 +294,10 @@ protected function checkTests($lines)
'unit-tests/',
'phpunit/',
'testing/',
'unittest/',
'unit_tests/',
'unit_test/',
'phpunit-tests/',
]);
}

Expand Down

0 comments on commit 5672cc8

Please sign in to comment.