Skip to content

Commit

Permalink
Add new StyleCI rules for empty loop body braces and integer literal …
Browse files Browse the repository at this point in the history
…case. (#9)
  • Loading branch information
terabytesoftw authored Feb 28, 2024
1 parent bba581c commit d702ee2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .styleci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,11 @@ enabled:
- combine_nested_dirname
- declare_strict_types
- dir_constant
- empty_loop_body_braces
- fully_qualified_strict_types
- function_to_constant
- hash_to_slash_comment
- integer_literal_case
- is_null
- logical_operators
- magic_constant_casing
Expand Down Expand Up @@ -56,7 +58,6 @@ enabled:
- phpdoc_order
- phpdoc_property
- phpdoc_scalar
- phpdoc_separation
- phpdoc_singular_inheritdoc
- phpdoc_trim
- phpdoc_trim_consecutive_blank_line_separation
Expand All @@ -78,9 +79,9 @@ enabled:
- trailing_comma_in_multiline_array
- unalign_double_arrow
- unalign_equals
- empty_loop_body_braces
- integer_literal_case
- union_type_without_spaces

disabled:
- function_declaration
- psr12_braces
- psr12_class_definition
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## 0.1.2 Under development

- Bug #9: Add new StyleCI rules for empty loop body braces and integer literal case (@terabytesoftw)

## 0.1.1 February 27, 2024

- Bug #8: Update dependencies and fix coding standards issues (@terabytesoftw)
Expand Down

0 comments on commit d702ee2

Please sign in to comment.