Explorar o código

exclude configuration files from StyleCI scan, causing 'Unterminated comment' false positive

El RIDO %!s(int64=4) %!d(string=hai) anos
pai
achega
eef4f8be3f
Modificáronse 1 ficheiros con 4 adicións e 1 borrados
  1. 4 1
      .styleci.yml

+ 4 - 1
.styleci.yml

@@ -18,7 +18,6 @@ disabled:
   - declare_equal_normalize
   - declare_equal_normalize
   - heredoc_to_nowdoc
   - heredoc_to_nowdoc
   - method_argument_space_strict
   - method_argument_space_strict
-  - multiline_comment_opening_closing
   - new_with_braces
   - new_with_braces
   - no_alternative_syntax
   - no_alternative_syntax
   - phpdoc_align
   - phpdoc_align
@@ -30,3 +29,7 @@ disabled:
   - short_array_syntax
   - short_array_syntax
   - single_line_after_imports
   - single_line_after_imports
   - unalign_equals
   - unalign_equals
+
+finder:
+  exclude:
+    - "cfg"