chore(linters): Enable `comment-spacings` rule for revive (#15914)
This commit is contained in:
parent
e00bc7288c
commit
97f3d1fd09
|
|
@ -248,6 +248,7 @@ linters-settings:
|
||||||
- name: blank-imports
|
- name: blank-imports
|
||||||
- name: bool-literal-in-expr
|
- name: bool-literal-in-expr
|
||||||
- name: call-to-gc
|
- name: call-to-gc
|
||||||
|
- name: comment-spacings
|
||||||
- name: confusing-naming
|
- name: confusing-naming
|
||||||
- name: confusing-results
|
- name: confusing-results
|
||||||
- name: constant-logical-expr
|
- name: constant-logical-expr
|
||||||
|
|
@ -273,8 +274,8 @@ linters-settings:
|
||||||
- name: increment-decrement
|
- name: increment-decrement
|
||||||
- name: indent-error-flow
|
- name: indent-error-flow
|
||||||
- name: max-public-structs
|
- name: max-public-structs
|
||||||
exclude: ["TEST"]
|
exclude: [ "TEST" ]
|
||||||
arguments: [5]
|
arguments: [ 5 ]
|
||||||
- name: modifies-parameter
|
- name: modifies-parameter
|
||||||
- name: modifies-value-receiver
|
- name: modifies-value-receiver
|
||||||
- name: optimize-operands-order
|
- name: optimize-operands-order
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue