File tree Expand file tree Collapse file tree 1 file changed +10
-2
lines changed Expand file tree Collapse file tree 1 file changed +10
-2
lines changed Original file line number Diff line number Diff line change 119119 'multiline_whitespace_before_semicolons ' => true ,
120120 'native_constant_invocation ' => false ,
121121 'native_function_casing ' => false ,
122- 'native_function_invocation ' => false ,
122+ 'native_function_invocation ' => [
123+ 'include ' => [
124+ '@internal ' ,
125+ ],
126+ ],
123127 'native_function_type_declaration_casing ' => true ,
124- 'new_with_braces ' => false ,
128+ 'new_with_braces ' => [
129+ 'named_class ' => false ,
130+ 'anonymous_class ' => false ,
131+ ],
125132 'no_alias_functions ' => true ,
126133 'no_alias_language_construct_call ' => true ,
127134 'no_alternative_syntax ' => true ,
158165 'no_unneeded_control_parentheses ' => true ,
159166 'no_unneeded_curly_braces ' => true ,
160167 'no_unneeded_final_method ' => true ,
168+ 'no_unneeded_import_alias ' => true ,
161169 'no_unreachable_default_argument_value ' => true ,
162170 'no_unset_cast ' => true ,
163171 'no_unset_on_property ' => true ,
You can’t perform that action at this time.
0 commit comments