From 6a5c04419d7b65993001f076fbffbae8a0d527e3 Mon Sep 17 00:00:00 2001 From: nimratcoderabbit Date: Tue, 15 Jul 2025 16:01:03 -0400 Subject: [PATCH 1/3] PHPCS files --- bad.php | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 bad.php diff --git a/bad.php b/bad.php new file mode 100644 index 0000000..aec22a4 --- /dev/null +++ b/bad.php @@ -0,0 +1,10 @@ + Date: Wed, 16 Jul 2025 11:53:29 -0400 Subject: [PATCH 2/3] phpcs is only assertive --- .coderabbit.yml | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .coderabbit.yml diff --git a/.coderabbit.yml b/.coderabbit.yml new file mode 100644 index 0000000..92358d9 --- /dev/null +++ b/.coderabbit.yml @@ -0,0 +1,3 @@ +reviews: + profile: "assertive" + path_filters: ["**/*","*.*"] \ No newline at end of file From ff095ccc133d5eb2aab49b13c8c189cd1334ce67 Mon Sep 17 00:00:00 2001 From: alex Date: Wed, 16 Jul 2025 12:27:58 -0400 Subject: [PATCH 3/3] requires config --- phpcs.xml | 47 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 47 insertions(+) create mode 100644 phpcs.xml diff --git a/phpcs.xml b/phpcs.xml new file mode 100644 index 0000000..e269816 --- /dev/null +++ b/phpcs.xml @@ -0,0 +1,47 @@ + + + + + + Enforces strict coding standards by combining multiple standards and custom rules. + + + + vendor/* + node_modules/* + storage/* + cache/* + *.min.js + + + + + + + + + + + + + + + + + + + + + + + + + + + + php + inc + phtml + + + \ No newline at end of file