Skip to content

Commit

Permalink
removed default phpcs standard
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike Funk committed Apr 18, 2013
1 parent bd94b8f commit d9ae70d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ let g:phpqa_messdetector_ruleset = "/path/to/phpmd.xml"
For PHP code sniffer, you can pass arguments to the command line binary (run `phpcs --help` to see a list). For example:

```vim
" Set the codesniffer args (default = "--standard=PHPCS")
" Set the codesniffer args
let g:phpqa_codesniffer_args = "--standard=Zend"
```

Expand Down
2 changes: 1 addition & 1 deletion plugin/phpqa.vim
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ endif

" Arguments to pass to code sniffer, e.g standard name
if !exists("g:phpqa_codesniffer_args")
let g:phpqa_codesniffer_args="--standard=PHPCS"
let g:phpqa_codesniffer_args=""
endif

" PHPMD binary (mess detector)
Expand Down

0 comments on commit d9ae70d

Please sign in to comment.