- Add concept of a default lint or breaking rule, which is printed out as a property when running
buf config ls-{breaking,lint}-rules
. Default rules are those rules which are run if no lint or breaking rules are explicitly configured in yourbuf.yaml
. - Rename
DEFAULT
lint rule category toSTANDARD
. With the concept of default rules being introduced, having a category namedDEFAULT
is confusing, as while it happens that all the rules in theDEFAULT
lint category are also default rules, the name has become overloaded. As with allbuf
changes, this change is backwards-compatible: theDEFAULT
lint category continues to work, and always will. We recommend changing toSTANDARD
, however.