Skip to content

Commit

Permalink
feat: cleanup and simplify the file adding interface
Browse files Browse the repository at this point in the history
  • Loading branch information
Dj Gilcrease committed Dec 9, 2020
1 parent 8535159 commit 546d25d
Show file tree
Hide file tree
Showing 102 changed files with 741 additions and 1,789 deletions.
3 changes: 3 additions & 0 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ linters:
- gci
- exhaustivestruct
- wrapcheck
- godot
linters-settings:
maligned:
# print struct with more effective memory layout or not, false by default
Expand Down Expand Up @@ -40,6 +41,8 @@ linters-settings:
- style
- performance
issues:
exclude:
- composites
exclude-rules:
- text: "G104" # gosec G104 is caught by errcheck
linters:
Expand Down
321 changes: 0 additions & 321 deletions acceptance/acceptance_test.go

This file was deleted.

5 changes: 0 additions & 5 deletions acceptance/placeholder.go

This file was deleted.

1 change: 0 additions & 1 deletion acceptance/testdata/.gitignore

This file was deleted.

27 changes: 0 additions & 27 deletions acceptance/testdata/apk.386.complex.dockerfile

This file was deleted.

10 changes: 0 additions & 10 deletions acceptance/testdata/apk.386.dockerfile

This file was deleted.

10 changes: 0 additions & 10 deletions acceptance/testdata/apk.arm64.dockerfile

This file was deleted.

Loading

0 comments on commit 546d25d

Please sign in to comment.