Skip to content

Commit

Permalink
[*]: "User specific files should not appear in .gitignore"
Browse files Browse the repository at this point in the history
[*]: "Text files should end with a newline character"
  • Loading branch information
voku committed Sep 14, 2016
1 parent 7971c65 commit 93d89c9
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 8 deletions.
5 changes: 1 addition & 4 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
/nbproject/private/
.idea

# composer
vendor
composer.lock
composer.lock
2 changes: 1 addition & 1 deletion .scrutinizer.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
tools:
external_code_coverage:
timeout: 800
timeout: 800
2 changes: 1 addition & 1 deletion .styleci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ enabled:

disabled:
- indentation
- braces
- braces
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,4 @@ test_script:
- php.exe --version
- dir
- php.exe vendor\phpunit\phpunit\phpunit -c phpunit.xml
- php.exe ocular.phar code-coverage:upload --format=php-clover build/logs/clover.xml
- php.exe ocular.phar code-coverage:upload --format=php-clover build/logs/clover.xml
2 changes: 1 addition & 1 deletion circle.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
test:
override:
- php vendor/bin/phpunit -c phpunit.xml
- php vendor/bin/phpunit -c phpunit.xml

0 comments on commit 93d89c9

Please sign in to comment.