...
| Code Block |
|---|
sonar.phpCodesniffer.argumentLine=--ignore=Database/*.php # on Linux, would be --ignore=Database\* on Windows |
This would tell PHP_CodeSniffer to ignore every PHP file located in the "Database" folder.
...
...
| Code Block |
|---|
sonar.phpCodesniffer.argumentLine=--ignore=Database/*.php # on Linux, would be --ignore=Database\* on Windows |
This would tell PHP_CodeSniffer to ignore every PHP file located in the "Database" folder.
...