Skip to content

Commit 34209d7

Browse files
authored
dev: isolates the code borrowed from Go (#5100)
1 parent 071fd10 commit 34209d7

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

49 files changed

+919
-988
lines changed

Diff for: .golangci.yml

+1-5
Original file line numberDiff line numberDiff line change
@@ -221,11 +221,7 @@ issues:
221221

222222
exclude-dirs:
223223
- test/testdata_etc # test files
224-
- internal/cache # extracted from Go code
225-
- internal/robustio # extracted from Go code
226-
- internal/mmap # extracted from Go code
227-
- internal/quoted # extracted from Go code
228-
- internal/testenv # extracted from Go code
224+
- internal/go # extracted from Go code
229225

230226
run:
231227
timeout: 5m

0 commit comments

Comments
 (0)