Skip to content

Commit

Permalink
fix(buf): remove unwanted rules
Browse files Browse the repository at this point in the history
  • Loading branch information
fredrikaverpil committed Oct 24, 2024
1 parent eb70bb2 commit 26f010c
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions proto/buf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ lint:
- STANDARD
except:
- ENUM_VALUE_PREFIX
- FIELD_NOT_REQUIRED
- PACKAGE_NO_IMPORT_CYCLE
- RPC_REQUEST_RESPONSE_UNIQUE
- RPC_RESPONSE_STANDARD_NAME
ignore:
Expand All @@ -20,8 +18,5 @@ lint:
breaking:
use:
- PACKAGE
except:
- FIELD_SAME_DEFAULT
- PACKAGE_EXTENSION_NO_DELETE
ignore:
- google

0 comments on commit 26f010c

Please sign in to comment.