Skip to content

Commit 219624c

Browse files
committed
Remove 'ignored-files' for 'mnd' linter.
1 parent 9c8847a commit 219624c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.golangci.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -132,8 +132,7 @@ linters:
132132
- "0"
133133
- "1"
134134
- "2"
135-
ignored-files:
136-
- pkg(/|\\)settings(/|\\)blockchain_settings\.go$
135+
ignored-files: [ ]
137136
ignored-functions:
138137
- os.Chmod
139138
- os.Mkdir

0 commit comments

Comments
 (0)