[PHP] Improve generated codestyle

This commit is contained in:
Arne Jørgensen
2016-05-14 12:56:11 +02:00
parent b3a335f97b
commit cc395fdf63
10 changed files with 87 additions and 57 deletions

View File

@@ -0,0 +1,10 @@
<?xml version="1.0"?>
<!-- See http://pear.php.net/manual/en/package.php.php-codesniffer.annotated-ruleset.php -->
<ruleset name="PhpSwaggerCodegen">
<description>Arnes Drupal code checker</description>
<rule ref="PSR2" />
<rule ref="Generic.Files.LineLength">
<exclude-pattern>*</exclude-pattern>
</rule>
</ruleset>