From 1359c30247bc8963a3e38e3eeca4cb2d02afba4e Mon Sep 17 00:00:00 2001 From: Matt Van Horn <455140+mvanhorn@users.noreply.github.com> Date: Wed, 15 Jul 2026 17:31:18 -0700 Subject: [PATCH] style: enforce short array syntax via StyleCI Removes long_array_syntax from the disabled rules so StyleCI enforces the short syntax this PR converts the codebase to. --- .styleci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.styleci.yml b/.styleci.yml index cd03da36..0b527b77 100644 --- a/.styleci.yml +++ b/.styleci.yml @@ -17,7 +17,6 @@ disabled: - concat_without_spaces - declare_equal_normalize - heredoc_to_nowdoc - - long_array_syntax - method_argument_space_strict - new_with_braces - no_alternative_syntax