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
if (!$analysisResult->hasErrors() && !$analysisResult->hasWarnings()) {
70
59
$style->success('No errors');
71
-
if ($this->showTipsOfTheDay) {
72
-
if ($analysisResult->isDefaultLevelUsed()) {
73
-
$output->writeLineFormatted('💡 Tip of the Day:');
74
-
$output->writeLineFormatted(sprintf(
75
-
"cli-tools is performing only the most basic checks.\nYou can pass a higher rule level through the <fg=cyan>--%s</> option\n(the default and current level is %d) to analyse code more thoroughly.",
0 commit comments