Skip to content

Commit

Permalink
Merge pull request #10881 from iionly/disable-CS
Browse files Browse the repository at this point in the history
chore(core): disable code sniffer checks
  • Loading branch information
mrclay committed Apr 9, 2017
2 parents a40788b + c977ab3 commit 38fbb68
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ matrix:
- composer install
script:
- bash .scripts/travis/check_commit_msgs.sh
- vendor/bin/phpcs --standard=vendor/elgg/sniffs/elgg.xml --warning-severity=0 --ignore=*/tests/*,*/upgrades/*,*/deprecated* engine/classes engine/lib
- composer validate

# Build and test javascript
Expand Down
3 changes: 0 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
"scripts": {
"test": "phpunit",
"lint": [
"phpcs --standard=vendor/elgg/sniffs/elgg.xml --warning-severity=0 --ignore=*/tests/*,*/upgrades/*,*/deprecated* engine/classes engine/lib",
"composer validate"
]
},
Expand All @@ -42,8 +41,6 @@
},
"require-dev": {
"phpunit/phpunit": "~4.1",
"elgg/sniffs": "dev-master",
"squizlabs/php_codesniffer": "~1.5",
"simpletest/simpletest": "~1.1"
}
}

0 comments on commit 38fbb68

Please sign in to comment.