Skip to content

Commit 9a53038

Browse files
committed
fix 不要なnolintを削除
1 parent 33a56e8 commit 9a53038

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pkg/inserter/common_inserter.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,6 @@ func (c *CommonInserter) tryParseDate(item map[string]interface{}) map[string]in
6565
return item
6666
}
6767

68-
// nolint:dupl
6968
func (c *CommonInserter) setRefs(item map[string]interface{}) map[string]interface{} {
7069
for k, v := range item {
7170
switch vt := v.(type) {

0 commit comments

Comments
 (0)