Why
Creating an issue to track rules that would be useful to add, change or remove in our existing CS. Adding some could help with automagic code formatting, whereas changing or removing could help with annoying ones that we frequently ignore anyway.
To add
To Change/Remove
Why
Creating an issue to track rules that would be useful to add, change or remove in our existing CS. Adding some could help with automagic code formatting, whereas changing or removing could help with annoying ones that we frequently ignore anyway.
To add
To Change/Remove
Squiz.Classes.ValidClassName.NotCamelCapsDo we actually care? WP uses snake_case but "Class names should use capitalized words separated by underscores. Any acronyms should be all upper case" e.g. Walker_Category, WP_Post & WP_HTTP.WordPress.NamingConventions.ValidVariableName.VariableNotSnakeCaseSeeSquiz.Classes.ValidClassName.NotCamelCapsabove.