Skip to content

Commit

Permalink
chore(ci): disable unchecked-type-assertion rule (#3543)
Browse files Browse the repository at this point in the history
  • Loading branch information
ShiChangkuo authored Oct 23, 2023
1 parent d3ae17e commit 9900594
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,8 @@ linters-settings:
disabled: true
- name: use-any
disabled: true
- name: unchecked-type-assertion
disabled: true

issues:
# List of regexps of issue texts to exclude.
Expand Down

0 comments on commit 9900594

Please sign in to comment.