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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue