Skip to content

Commit

Permalink
linter: ignore files with errors
Browse files Browse the repository at this point in the history
  • Loading branch information
RedDragonWebDesign committed Jan 26, 2024
1 parent a66dc36 commit 1729913
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .phpcs.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,11 @@
<exclude-pattern>/vendor/</exclude-pattern>
<exclude-pattern>/node_modules/</exclude-pattern>

<!-- exclude files that are throwing an error in phpcs, which breaks CI for everyone -->
<exclude-pattern>src/forum/search.js</exclude-pattern>
<exclude-pattern>src/js/tiny_mce/plugins/wordcount/editor_plugin_src.js</exclude-pattern>
<exclude-pattern>src/js/tiny_mce/utils/form_utils.js</exclude-pattern>

<!-- Empty lines should contain no whitespace -->
<rule ref="Squiz.WhiteSpace.SuperfluousWhitespace"/>

Expand Down

0 comments on commit 1729913

Please sign in to comment.