From 6f65073a18169e0453f856affd9368edd4d76328 Mon Sep 17 00:00:00 2001 From: CodeBreaker Date: Sun, 11 Jul 2021 18:39:38 +0200 Subject: [PATCH] v0.0.2 --- CHANGELOG.md | 10 ++++++++++ composer.json | 2 +- src/CoCart-Core/ruleset.xml | 16 ++++++++++++++++ 3 files changed, 27 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c37cad2..6ea3c74 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,16 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## 0.0.2 - 2021-07-11 + +* Added more rulesets to exclude the following: +* * Squiz.Commenting.ClassComment.Missing +* * Squiz.PHP.CommentedOutCode.Found +* * PEAR.Functions.FunctionCallSignature.ContentAfterOpenBracket +* * PEAR.Functions.FunctionCallSignature.CloseBracketLine +* * PEAR.Functions.FunctionCallSignature.MultipleArguments +* * PEAR.NamingConventions.ValidClassName.Invalid + ## 0.0.1 - 2021-07-09 * Initial version. \ No newline at end of file diff --git a/composer.json b/composer.json index f8406c4..9d8d99c 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "co-cart/cocart-sniffs", - "description": "CoCart sniffs", + "description": "Collection of PHP_CodeSniffer sniffs for CoCart development.", "type": "phpcodesniffer-standard", "license": "MIT", "authors": [ diff --git a/src/CoCart-Core/ruleset.xml b/src/CoCart-Core/ruleset.xml index 2dd59fa..650df43 100644 --- a/src/CoCart-Core/ruleset.xml +++ b/src/CoCart-Core/ruleset.xml @@ -30,5 +30,21 @@ + + + + 0 + + + + + + + + + + 0 + +