Skip to content

Commit 725aa5b

Browse files
committed
💩👌 make lint happy
1 parent adfa9f9 commit 725aa5b

5 files changed

Lines changed: 2 additions & 11 deletions

File tree

.golangci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,4 +73,5 @@ issues:
7373
fix: true
7474
exclude-use-default: false
7575
exclude:
76-
- "Error return value of .((os.)?std(out|err)..*|.*Close|.*Seek|.*Flush|os.Remove(All)?|.*print(f|ln)?|os.(Un)?Setenv). is not check"
76+
- "Error return value of .((os.)?std(out|err)..*|.*Close|.*Seek|.*Flush|os.Remove(All)?|.*print(f|ln)?|os.(Un)?Setenv). is not check"
77+
- 'identifier ".*" contain non-ASCII character: U\+.*'

plugin/hyaku/main.go

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
11
// Package hyaku 百人一首
2-
3-
//nolint: asciicheck
4-
52
package hyaku
63

74
import (

plugin/qqwife/command.go

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
11
// Package qqwife 娶群友 基于“翻牌”和江林大佬的“群老婆”插件魔改作品,文案采用了Hana的zbp娶群友文案
2-
3-
//nolint: asciicheck
4-
52
package qqwife
63

74
import (

plugin/qqwife/favorSystem.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
//nolint: asciicheck
2-
31
package qqwife
42

53
import (

plugin/qqwife/function.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
//nolint: asciicheck
2-
31
package qqwife
42

53
import (

0 commit comments

Comments
 (0)