build-configs: update
This commit is contained in:
parent
cecaaaa902
commit
7fef7c26ef
70
.gitignore
vendored
70
.gitignore
vendored
|
@ -1,34 +1,36 @@
|
||||||
/.editorconfig
|
# Do not edit this file. It is automatically generated by https://www.oliverdavies.uk/build-configs.
|
||||||
/.env
|
|
||||||
/.gitattributes
|
.editorconfig
|
||||||
/vendor/
|
.env
|
||||||
/web/.csslintrc
|
.gitattributes
|
||||||
/web/.eslintignore
|
vendor/
|
||||||
/web/.eslintrc.json
|
web/.csslintrc
|
||||||
/web/.ht.router.php
|
web/.eslintignore
|
||||||
/web/.htaccess
|
web/.eslintrc.json
|
||||||
/web/INSTALL.txt
|
web/.ht.router.php
|
||||||
/web/README.md
|
web/.htaccess
|
||||||
/web/autoload.php
|
web/INSTALL.txt
|
||||||
/web/core/
|
web/README.md
|
||||||
/web/example.gitignore
|
web/autoload.php
|
||||||
/web/index.php
|
web/core/
|
||||||
/web/modules/README.txt
|
web/example.gitignore
|
||||||
/web/modules/contrib/
|
web/index.php
|
||||||
/web/profiles/README.txt
|
web/modules/README.txt
|
||||||
/web/robots.txt
|
web/modules/contrib/
|
||||||
/web/sites/*/files/
|
web/profiles/README.txt
|
||||||
/web/sites/*/private/
|
web/robots.txt
|
||||||
/web/sites/*/services*.yml
|
web/sites/*/files/
|
||||||
/web/sites/*/settings*.php
|
web/sites/*/private/
|
||||||
/web/sites/README.txt
|
web/sites/*/services*.yml
|
||||||
/web/sites/default/default.services.yml
|
web/sites/*/settings*.php
|
||||||
/web/sites/default/default.settings.php
|
web/sites/README.txt
|
||||||
/web/sites/development.services.yml
|
web/sites/default/default.services.yml
|
||||||
/web/sites/example.settings.local.php
|
web/sites/default/default.settings.php
|
||||||
/web/sites/example.sites.php
|
web/sites/development.services.yml
|
||||||
/web/sites/simpletest/
|
web/sites/example.settings.local.php
|
||||||
/web/themes/README.txt
|
web/sites/example.sites.php
|
||||||
/web/themes/contrib/
|
web/sites/simpletest/
|
||||||
/web/update.php
|
web/themes/README.txt
|
||||||
/web/web.config
|
web/themes/contrib/
|
||||||
|
web/update.php
|
||||||
|
web/web.config
|
||||||
|
|
|
@ -70,6 +70,7 @@ services:
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
db-data: {}
|
db-data: {}
|
||||||
|
|
||||||
networks:
|
networks:
|
||||||
web:
|
web:
|
||||||
external: true
|
external: true
|
||||||
|
|
|
@ -10,7 +10,7 @@
|
||||||
|
|
||||||
<rule ref="DrupalPractice"/>
|
<rule ref="DrupalPractice"/>
|
||||||
|
|
||||||
<rule ref="Drupal">
|
<rule ref="Drupal">
|
||||||
<exclude name="Drupal.Commenting.ClassComment.Missing"/>
|
<exclude name="Drupal.Commenting.ClassComment.Missing"/>
|
||||||
<exclude name="Drupal.Commenting.DataTypeNamespace.DataTypeNamespace"/>
|
<exclude name="Drupal.Commenting.DataTypeNamespace.DataTypeNamespace"/>
|
||||||
<exclude name="Drupal.Commenting.Deprecated"/>
|
<exclude name="Drupal.Commenting.Deprecated"/>
|
||||||
|
@ -29,4 +29,4 @@
|
||||||
<exclude name="Drupal.NamingConventions.ValidFunctionName.ScopeNotCamelCaps"/>
|
<exclude name="Drupal.NamingConventions.ValidFunctionName.ScopeNotCamelCaps"/>
|
||||||
<exclude name="DrupalPractice.Objects.StrictSchemaDisabled.StrictConfigSchema"/>
|
<exclude name="DrupalPractice.Objects.StrictSchemaDisabled.StrictConfigSchema"/>
|
||||||
</rule>
|
</rule>
|
||||||
</ruleset>
|
</ruleset>
|
||||||
|
|
Loading…
Reference in a new issue