Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/github_actions/actions/checkout-4
Browse files Browse the repository at this point in the history
  • Loading branch information
carstingaxion authored Oct 16, 2023
2 parents f4e2acc + 1bd4680 commit de5a6ab
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 23 deletions.
3 changes: 2 additions & 1 deletion .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,11 @@ root = true

[*]
charset = utf-8
end_of_line = lf
indent_style = tab
indent_size = 4
end_of_line = lf
insert_final_newline = true
tabSize = 4
trim_trailing_whitespace = true

[*.md]
Expand Down
24 changes: 2 additions & 22 deletions .phpcs.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,29 +3,9 @@
<description>Coding standards for project_urlname</description>

<file>.</file>
<arg name="basepath" value="./"/><!-- Strip the file paths down to the relevant bit -->

<!--
<exclude-pattern>*/bin/*</exclude-pattern>
<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 -->
<!-- Rules: figuren.theater Coding Standards -->
<rule ref="figurentheater" />

<!--
<rule ref="WordPress.WP.I18n">
<properties>
<property name="text_domain" type="array">
<element value="figurentheater"/>
</property>
</properties>
</rule> -->

</ruleset>

0 comments on commit de5a6ab

Please sign in to comment.