Skip to content

Commit

Permalink
add known phpcs exclusions to stickler.yml
Browse files Browse the repository at this point in the history
These two sniffs are consistently violated in most files, but
due to stickler only looking at files modified in the current
commit, it sometimes passes. To avoid those, disable those two
rules for now.
  • Loading branch information
Krinkle committed Jan 5, 2019
1 parent 73eb5ea commit 9979a51
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .stickler.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
linters:
phpcs:
standard: PSR2
exclude: 'Squiz.Classes.ValidClassName,PSR1.Classes.ClassDeclaration'
csslint:
ignore: 'ids,known-properties'
files:
Expand Down

0 comments on commit 9979a51

Please sign in to comment.