Skip to content

Commit b4a6f1f

Browse files
authored
Remove 'ignored-files' for 'mnd' linter. (#356)
1 parent 9c8847a commit b4a6f1f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.golangci.yml

Lines changed: 1 addition & 2 deletions
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)