Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: CodeAtCode/CodeatCS
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.0.33
Choose a base ref
...
head repository: CodeAtCode/CodeatCS
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 2 commits
  • 1 file changed
  • 1 contributor

Commits on May 21, 2024

  1. feat(rule): exclude

    Mte90 committed May 21, 2024
    Copy the full SHA
    f72039c View commit details

Commits on Dec 2, 2024

  1. feat(rule): added

    Mte90 committed Dec 2, 2024
    Copy the full SHA
    bf08129 View commit details
Showing with 4 additions and 0 deletions.
  1. +4 −0 CodeatCodingStandard/ruleset.xml
4 changes: 4 additions & 0 deletions CodeatCodingStandard/ruleset.xml
Original file line number Diff line number Diff line change
@@ -47,8 +47,12 @@
<rule ref="Generic.WhiteSpace">
<exclude name="Generic.Files.LineLength.TooLong"/>
</rule>
<rule ref="Generic.CodeAnalysis">
<exclude name="Generic.CodeAnalysis.RequireExplicitBooleanOperatorPrecedence.MissingParentheses"/>
</rule>
<rule ref="Squiz.Commenting">
<exclude name="Squiz.Commenting.PostStatementComment.Found"/>
<exclude name="Squiz.Commenting.PostStatementComment.AnnotationFound"/>
<exclude name="Squiz.Commenting.LongConditionClosingComment.Missing"/>
<exclude name="Squiz.Commenting.LongConditionClosingComment.Invalid"/>
<exclude name="Squiz.Commenting.FunctionComment.Missing"/>