Skip to content

Commit

Permalink
*: enable deadcode
Browse files Browse the repository at this point in the history
Signed-off-by: Weizhen Wang <wangweizhen@pingcap.com>
  • Loading branch information
hawkingrei committed Jun 25, 2022
1 parent f878a0c commit a49265d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/nogo_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
".*_generated\\.go$": "ignore generated code",
"/cgo/": "no need to vet third party code for cgo",
"br/pkg/lightning/manual/allocator.go": "ignore code",
"parser/ast/ddl.go": "ignore code"
"parser/": "ignore code"
}
},
"deepequalerrors": {
Expand Down

0 comments on commit a49265d

Please sign in to comment.