Skip to content

Commit

Permalink
PHPCS urls and supported version (#140)
Browse files Browse the repository at this point in the history
* Wrap the --stdin-path argument in double quotes

Fixes an issue with spaces in file/directory paths

Closes #136

* Update link to PHPCS repo

Closed #118
  • Loading branch information
jonathanbossenger authored Sep 25, 2024
1 parent bf0935e commit e65368a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ out
node_modules
.vscode-test/
*.vsix
.idea/
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,11 @@
![GitHub issues](https://img.shields.io/github/issues-raw/valeryan/vscode-phpsab)
[![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg)](http://commitizen.github.io/cz-cli/)

This linter plugin for [Visual Studio Code](https://code.visualstudio.com/) provides an interface to [phpcs & phpcbf](http://pear.php.net/package/PHP_CodeSniffer/). It will be used with files that have the “PHP” language mode. This extension is designed to use auto configuration search mechanism to apply rulesets to files within a workspace. This is useful for developers who work with many different projects that have different coding standards.
This linter plugin for [Visual Studio Code](https://code.visualstudio.com/) provides an interface to [phpcs & phpcbf](https://github.com/PHPCSStandards/PHP_CodeSniffer). It will be used with files that have the “PHP” language mode. This extension is designed to use auto configuration search mechanism to apply rulesets to files within a workspace. This is useful for developers who work with many different projects that have different coding standards.

## PHPCS Version Support

This extension supports the [latest stable version of PHPCS](https://github.com/PHPCSStandards/PHP_CodeSniffer/releases/). If you are using an older version of PHPCS, please upgrade to the latest version.

## Maintenance Status

Expand Down

0 comments on commit e65368a

Please sign in to comment.