mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-23 08:03:49 +00:00
cs: Enable more risky rules.
This commit is contained in:
@@ -49,8 +49,8 @@ $riskyRules = [
|
||||
'fopen_flag_order' => false,
|
||||
'fopen_flags' => false,
|
||||
// 'logical_operators' => false,
|
||||
'modernize_types_casting' => false,
|
||||
'no_homoglyph_names' => false,
|
||||
// 'modernize_types_casting' => false,
|
||||
// 'no_homoglyph_names' => false,
|
||||
// 'no_unneeded_final_method' => false,
|
||||
'non_printable_character' => false,
|
||||
'ordered_traits' => false,
|
||||
|
Reference in New Issue
Block a user