Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
dobarx committed Mar 3, 2024
1 parent 03aa289 commit d260128
Show file tree
Hide file tree
Showing 6 changed files with 169 additions and 7 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ bin/*
*.dll
*.so
*.dylib

.DS_Store

# Vale will install modules in `.vale/style` and those should not be in version control
Expand All @@ -30,3 +29,6 @@ vendor/
go.work

dist/
.tmp
.fabric
.fabric-lock.json
4 changes: 3 additions & 1 deletion .golangci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,9 @@ linters-settings:
nolintlint:
require-explanation: false # don't require an explanation for nolint directives
require-specific: false # don't require nolint directives to be specific about which linter is being skipped

# gosec:
# excludes:
# - G110
linters:
disable-all: true
enable:
Expand Down
6 changes: 5 additions & 1 deletion .mockery.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,8 @@ packages:
github.com/blackstork-io/fabric/internal/splunk/client:
config:
interfaces:
Client:
Client:
github.com/blackstork-io/fabric/plugin/resolver:
config:
interfaces:
Source:
5 changes: 1 addition & 4 deletions buf.gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,4 @@ plugins:
opt: module=github.com/blackstork-io/fabric
- plugin: buf.build/grpc/go
out: .
opt: module=github.com/blackstork-io/fabric
# - plugin: buf.build/connectrpc/go
# out: .
# opt: module=github.com/knobz-io/knobz
opt: module=github.com/blackstork-io/fabric
157 changes: 157 additions & 0 deletions mocks/plugin/resolver/source.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Empty file removed plugin/registry/.gitkeep
Empty file.

0 comments on commit d260128

Please sign in to comment.