Fixed issue in .codeclimate.yml

This commit is contained in:
buddh4 2020-11-30 18:31:28 +01:00
parent 173201d241
commit 1bdf4eddc1

View File

@ -10,12 +10,12 @@ plugins:
standard: phpcs.xml.dist
exclude_patterns:
- '**/messages/'
- config/
- **/node_modules/
- **/test/
- **/tests/
- **/vendor/
- **/*_test.go
- **/*.d.ts
- static/assets/
- assets/
- 'config/'
- '**/node_modules/'
- '**/test/'
- '**/tests/'
- '**/vendor/'
- '**/*_test.go'
- '**/*.d.ts'
- 'static/assets/'
- 'assets/'