Skip to content

Commit

Permalink
fix linter issues
Browse files Browse the repository at this point in the history
  • Loading branch information
roystchiang committed Jul 27, 2021
1 parent 0e8cbbc commit f7add1b
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docs/components/store.md
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ config:
max_item_size: 0
max_get_multi_batch_size: 0
dns_provider_update_interval: 0s
auto_discovery:false
auto_discovery: false
```

The **required** settings are:
Expand Down
3 changes: 3 additions & 0 deletions pkg/discovery/memcache/provider.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Copyright (c) The Thanos Authors.
// Licensed under the Apache License 2.0.

package memcache

import (
Expand Down
3 changes: 3 additions & 0 deletions pkg/discovery/memcache/provider_test.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Copyright (c) The Thanos Authors.
// Licensed under the Apache License 2.0.

package memcache

import (
Expand Down
3 changes: 3 additions & 0 deletions pkg/discovery/memcache/resolver.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Copyright (c) The Thanos Authors.
// Licensed under the Apache License 2.0.

package memcache

import (
Expand Down
3 changes: 3 additions & 0 deletions pkg/discovery/memcache/resolver_test.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Copyright (c) The Thanos Authors.
// Licensed under the Apache License 2.0.

package memcache

import (
Expand Down

0 comments on commit f7add1b

Please sign in to comment.