Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions buf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ modules:
- path: app/controlplane/plugins/sdk/v1/plugin/api
lint:
use:
- DEFAULT
- STANDARD
except:
- FIELD_NOT_REQUIRED
- PACKAGE_NO_IMPORT_CYCLE
Expand All @@ -102,7 +102,7 @@ modules:
- path: pkg/attestation/crafter/api
lint:
use:
- DEFAULT
- STANDARD
except:
- FIELD_NOT_REQUIRED
- PACKAGE_NO_IMPORT_CYCLE
Expand All @@ -119,7 +119,7 @@ modules:
- path: pkg/credentials/api
lint:
use:
- DEFAULT
- STANDARD
except:
- FIELD_NOT_REQUIRED
- PACKAGE_NO_IMPORT_CYCLE
Expand Down
Loading