From b9aad5b41e91dbd66a1df0b85ee59a8082ed1806 Mon Sep 17 00:00:00 2001 From: fet1sov Date: Thu, 27 Jun 2024 16:56:40 +0500 Subject: [PATCH] CI: Added the php code quality standart (#6) Added phpcs.xml to the project Resolves task: CI/CD: Configure workflows (#6) --- phpcs.xml | 155 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 155 insertions(+) create mode 100644 phpcs.xml diff --git a/phpcs.xml b/phpcs.xml new file mode 100644 index 0000000..3c54610 --- /dev/null +++ b/phpcs.xml @@ -0,0 +1,155 @@ + + + The coding standard for PHP_CodeSniffer itself. + + autoload.php + bin + scripts + src + tests + + */src/Standards/*/Tests/*\.(inc|css|js)$ + */tests/Core/*/*\.(inc|css|js)$ + */tests/Core/*/Fixtures/*\.php$ + + + + + + + + + error + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 0 + + + 0 + + + 0 + + + 0 + + + + + + 0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + error + + + + + error + + + + + tests/bootstrap\.php + + + + + tests/Core/Tokenizer/StableCommentWhitespaceWinTest\.php + + +