From 2d0c4a9f80b62f579df72e347c0fd96b6bff9460 Mon Sep 17 00:00:00 2001 From: Dakota Brink Date: Thu, 6 Feb 2025 10:30:56 -0500 Subject: [PATCH] fix rule --- .protolint.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.protolint.yaml b/.protolint.yaml index 0a5fd9d..5a92260 100644 --- a/.protolint.yaml +++ b/.protolint.yaml @@ -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: @@ -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_EXCLUDE_PREPOSITIONS # Linter rules option. rules_option: