Skip to content

Commit b46ef29

Browse files
chore: replace buf DEFAULT lint category with STANDARD (#2778)
Signed-off-by: Matías Insaurralde <matias@chainloop.dev>
1 parent 2a39893 commit b46ef29

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

buf.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ modules:
8383
- path: app/controlplane/plugins/sdk/v1/plugin/api
8484
lint:
8585
use:
86-
- DEFAULT
86+
- STANDARD
8787
except:
8888
- FIELD_NOT_REQUIRED
8989
- PACKAGE_NO_IMPORT_CYCLE
@@ -102,7 +102,7 @@ modules:
102102
- path: pkg/attestation/crafter/api
103103
lint:
104104
use:
105-
- DEFAULT
105+
- STANDARD
106106
except:
107107
- FIELD_NOT_REQUIRED
108108
- PACKAGE_NO_IMPORT_CYCLE
@@ -119,7 +119,7 @@ modules:
119119
- path: pkg/credentials/api
120120
lint:
121121
use:
122-
- DEFAULT
122+
- STANDARD
123123
except:
124124
- FIELD_NOT_REQUIRED
125125
- PACKAGE_NO_IMPORT_CYCLE

0 commit comments

Comments
 (0)