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
The concept of a default rule has been introduced. A default rule is a rule that will be run
412
-
if no rules are explicitly configured in your buf.yaml. Run buf config ls-lint-rules or
415
+
if no rules are explicitly configured in your %s. Run buf config ls-lint-rules or
413
416
buf config ls-breaking-rules to see which rules are defaults. With this introduction, having a category
414
417
also named DEFAULT is confusing, as while it happens that all the rules in the DEFAULT category
415
418
are also default rules, the name has become overloaded.
416
-
`
419
+
`, configName)
417
420
}
418
421
logger.Warn(
419
422
fmt.Sprintf(
420
-
"%s %s referenced in your buf.yaml is deprecated.%s%s\n\tAs with all buf changes, this change is backwards-compatible: %s will continue to work.\n\tWe recommend replacing %s in your buf.yaml, but no action is immediately necessary.",
423
+
"%s %s referenced in your %s is deprecated.%s%s\n\tAs with all buf changes, this change is backwards-compatible: %s will continue to work.\n\tWe recommend replacing %s in your %s, but no action is immediately necessary.",
0 commit comments