From 822e025008192176c730292ccdf3172ebf178f68 Mon Sep 17 00:00:00 2001 From: Felipe Dalcin Date: Wed, 20 Jul 2022 13:40:10 -0400 Subject: [PATCH 1/2] chore: update rule set --- Pressbooks/ruleset.xml | 8 ++++++++ composer.json | 7 ++++++- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/Pressbooks/ruleset.xml b/Pressbooks/ruleset.xml index 25b1938..5b3c788 100644 --- a/Pressbooks/ruleset.xml +++ b/Pressbooks/ruleset.xml @@ -18,6 +18,9 @@ + + + @@ -30,10 +33,15 @@ + /*.php /bin/* + + /bin/**/* + /bin/* + diff --git a/composer.json b/composer.json index ac2975e..3d3ca86 100644 --- a/composer.json +++ b/composer.json @@ -7,5 +7,10 @@ }, "require-dev": { "phpunit/phpunit": "^9.5" + }, + "config": { + "allow-plugins": { + "dealerdirect/phpcodesniffer-composer-installer": true + } } -} \ No newline at end of file +} From 98f7b6c9b4b77c371c0ffc7615b338dd4548aa29 Mon Sep 17 00:00:00 2001 From: Felipe Dalcin Date: Wed, 20 Jul 2022 13:45:11 -0400 Subject: [PATCH 2/2] chore: update rule set --- Pressbooks/ruleset.xml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Pressbooks/ruleset.xml b/Pressbooks/ruleset.xml index 5b3c788..53144f1 100644 --- a/Pressbooks/ruleset.xml +++ b/Pressbooks/ruleset.xml @@ -12,6 +12,7 @@ + @@ -27,6 +28,9 @@ + + +