You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -109,7 +109,7 @@ public static function getHelpCopy()
109
109
* <comment>sbd</comment>: Sebastianbergmann/diff format (default when using `--diff` without specifying `diff-format`).
110
110
111
111
The <comment>--allow-risky</comment> option (pass ``yes`` or ``no``) allows you to set whether risky rules may run. Default value is taken from config file.
112
-
Risky rule is a rule, which could change code behaviour. By default no risky rules are run.
112
+
A rule is considered risky if it could change code behaviour. By default no risky rules are run.
113
113
114
114
The <comment>--stop-on-violation</comment> flag stops the execution upon first file that needs to be fixed.
0 commit comments