Skip to content

Commit

Permalink
Merge pull request #638 from City-of-Helsinki/update-configuration
Browse files Browse the repository at this point in the history
Automatic update
  • Loading branch information
hyrsky authored May 15, 2024
2 parents 93d0774 + b49a358 commit 9165e6d
Show file tree
Hide file tree
Showing 3 changed files with 89 additions and 71 deletions.
145 changes: 77 additions & 68 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 0 additions & 3 deletions conf/cmi/editoria11y.configuration.yml

This file was deleted.

12 changes: 12 additions & 0 deletions phpcs.xml.dist
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<?xml version="1.0"?>
<ruleset name="Drupal">
<arg name="extensions" value="php,module,install,theme,inc"/>
<exclude-pattern>*.css</exclude-pattern>
<exclude-pattern>*.js</exclude-pattern>
<rule ref="Drupal" />
<rule ref="DrupalPractice">
<exclude name="DrupalPractice.General.OptionsT.TforValue" />
<exclude name="DrupalPractice.Objects.UnusedPrivateMethod.UnusedMethod" />
</rule>
<rule ref="Generic.PHP.RequireStrictTypes" />
</ruleset>

0 comments on commit 9165e6d

Please sign in to comment.