Skip to content

Commit

Permalink
fix rule
Browse files Browse the repository at this point in the history
  • Loading branch information
codabrink committed Feb 6, 2025
1 parent ad21238 commit eb36c9d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .protolint.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
---
# Lint directives.
lint:
disabled_rules:
- no_field_names_with_prepositions
# Linter rules.
# Run `protolint list` to see all available rules.
rules:
Expand Down Expand Up @@ -52,6 +50,8 @@ lint:
- MESSAGES_HAVE_COMMENT
- RPCS_HAVE_COMMENT
- SERVICES_HAVE_COMMENT
# Allow for fields we have in libxmtp like "sent_at_ns"
- FIELD_NAMES_WITH_PREPOSITIONS

# Linter rules option.
rules_option:
Expand Down

0 comments on commit eb36c9d

Please sign in to comment.