Skip to content
This repository has been archived by the owner on Jan 12, 2021. It is now read-only.

0.2.0

Compare
Choose a tag to compare
@thiemowmde thiemowmde released this 13 Oct 14:36
· 84 commits to master since this release
  • Added custom sniffs:
    • Wikibase.Commenting.ClassLevelDocumentation
    • Wikibase.Commenting.DisallowedDocTags
    • Wikibase.Commenting.RedundantVarName
    • Wikibase.Namespaces.UnnecessaryUse
    • Wikibase.Namespaces.UnusedUse
    • Wikibase.Usage.InArrayUsage
  • Updated the base MediaWiki rule set from 0.7 to 0.8.1. This adds the following sniffs:
    • Generic.Formatting.NoSpaceAfterCast
    • MediaWiki.ExtraCharacters.ParenthesesAroundKeyword
    • MediaWiki.NamingConventions.LowerCamelFunctionsName
    • MediaWiki.Usage.DbrQueryUsage
    • MediaWiki.Usage.ExtendClassUsage
    • MediaWiki.Usage.SuperGlobalsUsage
    • MediaWiki.WhiteSpace.SpaceBeforeClassBrace
    • MediaWiki.WhiteSpace.SpaceBeforeControlStructureBrace
    • PSR2.Methods.FunctionClosingBrace
  • Added Squiz.Operators.ValidLogicalOperators
  • Added Squiz.WhiteSpace.CastSpacing