mirror of
https://github.com/projectdiscovery/httpx.git
synced 2024-12-01 12:13:00 +03:00
removing useless check
This commit is contained in:
parent
8e40b54d19
commit
190d72efb2
@ -74,7 +74,6 @@ linters:
|
||||
- govet
|
||||
- ineffassign
|
||||
- interfacer
|
||||
- maligned
|
||||
- misspell
|
||||
- nakedret
|
||||
- noctx
|
||||
|
@ -5,7 +5,6 @@ import (
|
||||
)
|
||||
|
||||
// Options contains configuration options for the client
|
||||
// nolint: maligned // ignoring
|
||||
type Options struct {
|
||||
RandomAgent bool
|
||||
DefaultUserAgent string
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user