removing useless check

This commit is contained in:
Mzack9999 2020-12-21 00:20:32 +01:00
parent 8e40b54d19
commit 190d72efb2
3 changed files with 0 additions and 3 deletions

View File

@ -74,7 +74,6 @@ linters:
- govet
- ineffassign
- interfacer
- maligned
- misspell
- nakedret
- noctx

View File

@ -5,7 +5,6 @@ import (
)
// Options contains configuration options for the client
// nolint: maligned // ignoring
type Options struct {
RandomAgent bool
DefaultUserAgent string

View File

@ -48,7 +48,6 @@ type scanOptions struct {
}
// Options contains configuration options for chaos client.
// nolint:maligned // ignore
type Options struct {
CustomHeaders customheader.CustomHeaders
CustomPorts customport.CustomPorts