Skip to content

Commit 48f96cc

Browse files
author
Vincent Langlet
committed
💄 Respect all lint rules
1 parent d02452a commit 48f96cc

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

build.properties

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,3 @@ composer.path = ${basedir}/composer.phar
77
phpcs.bin = ${basedir}/vendor/bin/phpcs
88
phpcs.dir = ${basedir}/vendor/squizlabs/php_codesniffer
99
phpcs.symlink.path = ${basedir}/vendor/squizlabs/php_codesniffer/src/Standards/Symfony3Custom
10-
11-
## This project does not respect some PSR rules
12-
phpcs.exclude.sniffs = PSR1.Files.SideEffects,PSR1.Classes.ClassDeclaration,Squiz.Classes.ValidClassName

build.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@
3939
<arg value="--standard=Symfony3Custom"/>
4040
<arg value="--extensions=php"/>
4141
<arg value="--ignore=vendor/*"/>
42-
<arg value="--exclude=${phpcs.exclude.sniffs}"/>
4342
<arg path="${basedir}"/>
4443
</exec>
4544
</target>

0 commit comments

Comments
 (0)