From eef4f8be3fb843bd029cfa53051588cf5ccb61b0 Mon Sep 17 00:00:00 2001 From: El RIDO Date: Mon, 10 Jan 2022 21:21:12 +0100 Subject: [PATCH] exclude configuration files from StyleCI scan, causing 'Unterminated comment' false positive --- .styleci.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.styleci.yml b/.styleci.yml index 5281f150..3fa16b84 100644 --- a/.styleci.yml +++ b/.styleci.yml @@ -18,7 +18,6 @@ disabled: - declare_equal_normalize - heredoc_to_nowdoc - method_argument_space_strict - - multiline_comment_opening_closing - new_with_braces - no_alternative_syntax - phpdoc_align @@ -30,3 +29,7 @@ disabled: - short_array_syntax - single_line_after_imports - unalign_equals + +finder: + exclude: + - "cfg"