Sfoglia il codice sorgente

disabling two new options that do no match our style guidelines

El RIDO 8 anni fa
parent
commit
ed04fe3b4c
1 ha cambiato i file con 2 aggiunte e 0 eliminazioni
  1. 2 0
      .styleci.yml

+ 2 - 0
.styleci.yml

@@ -11,6 +11,8 @@ enabled:
 disabled:
   - blank_line_after_opening_tag
   - blank_line_before_return
+  - blank_line_before_throw
+  - blank_line_before_try
   - concat_without_spaces
   - declare_equal_normalize
   - heredoc_to_nowdoc