Skip to content

Commit

Permalink
Update defaults for new repos (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
carstingaxion authored Jul 18, 2023
2 parents 2a13518 + ff37df7 commit 684fc3d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
7 changes: 7 additions & 0 deletions .phpcs.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,13 @@
<exclude-pattern>*/tests/*</exclude-pattern>
<exclude-pattern>*/vendor/*</exclude-pattern> -->

<!--
is created during composer install,
when package is tested
and not running within ft-platform
-->
<exclude-pattern>*/wp-content/*</exclude-pattern>

<!-- Use figuren.theater Coding Standards -->
<rule ref="figurentheater" />

Expand Down
3 changes: 2 additions & 1 deletion phpstan.neon
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,6 @@ parameters:
- wp-content/
- tests/
ignoreErrors:
# Find a nicer way instead of ignoring this Error on every ft-module
# Find a nicer way instead of ignoring this Error on every ft-module
- '#Function Altis\\register_module not found\.#'
- '#Function Figuren_Theater\\get_config not found\.#'

0 comments on commit 684fc3d

Please sign in to comment.