chore(linters): Enable `comment-spacings` rule for revive (#15914)

This commit is contained in:
Paweł Żak 2024-09-23 18:20:25 +02:00 committed by GitHub
parent e00bc7288c
commit 97f3d1fd09
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 2 deletions

View File

@ -248,6 +248,7 @@ linters-settings:
- name: blank-imports
- name: bool-literal-in-expr
- name: call-to-gc
- name: comment-spacings
- name: confusing-naming
- name: confusing-results
- name: constant-logical-expr
@ -273,8 +274,8 @@ linters-settings:
- name: increment-decrement
- name: indent-error-flow
- name: max-public-structs
exclude: ["TEST"]
arguments: [5]
exclude: [ "TEST" ]
arguments: [ 5 ]
- name: modifies-parameter
- name: modifies-value-receiver
- name: optimize-operands-order