Skip to content

Commit

Permalink
Updated CodeSniffer to 2.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ondrejmirtes authored and kukulich committed Apr 16, 2016
1 parent 5f35a7f commit 5e00f25
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 10 deletions.
6 changes: 5 additions & 1 deletion SlevomatCodingStandard/ruleset.xml
Original file line number Diff line number Diff line change
@@ -1,2 +1,6 @@
<?xml version="1.0"?>
<ruleset name="Slevomat Coding Standard" />
<ruleset name="Slevomat Coding Standard">
<rule ref="Squiz.WhiteSpace.ControlStructureSpacing">
<exclude name="Squiz.WhiteSpace.ControlStructureSpacing.SpacingAfterOpenBrace"/><!-- errors on multiline ifs-->
</rule>
</ruleset>
11 changes: 2 additions & 9 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@
},
"require": {
"php": "^5.6|^7.0",
"jakub-onderka/php-parallel-lint": "^0.9.2",
"squizlabs/php_codesniffer": "^2.6.0"
"jakub-onderka/php-parallel-lint": "^0.9.2"
},
"require-dev": {
"consistence/coding-standard": "^0.11.0",
Expand All @@ -24,11 +23,5 @@
"files": [
"vendor/consistence/coding-standard/tests/Sniffs/TestCase.php"
]
},
"repositories": [
{
"type": "vcs",
"url": "git@github.com:slevomat/PHP_CodeSniffer.git"
}
]
}
}

0 comments on commit 5e00f25

Please sign in to comment.