We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c34cd4c commit 4944c16Copy full SHA for 4944c16
docs/tools/phpcs.md
@@ -39,6 +39,15 @@ PHPCS supports many coding standards including:
39
- **PEAR**: PEAR coding standard
40
- **Zend**: Zend Framework coding standard
41
42
+## Configuration
43
+
44
+PHPCS requires a configuration file to run. CodeRabbit will only run PHPCS if one of the following configuration files is found:
45
46
+- `phpcs.xml` - XML configuration file
47
+- `phpcs.xml.dist` - Distributed XML configuration file
48
49
+CodeRabbit will not run PHPCS if no configuration file is found.
50
51
## Links
52
53
- [PHPCS GitHub Repository](https://github.com/squizlabs/PHP_CodeSniffer)
0 commit comments