mirror of
https://github.com/projectdiscovery/nuclei.git
synced 2025-12-17 17:05:25 +00:00
lint
This commit is contained in:
parent
6b358b39a3
commit
efcef55681
@ -316,7 +316,7 @@ func (m *Matcher) ignoreErr(err error) bool {
|
|||||||
if showDSLErr {
|
if showDSLErr {
|
||||||
return false
|
return false
|
||||||
}
|
}
|
||||||
if stringsutil.ContainsAny(err.Error(), "No parameter", dslRepo.ErrParsingArg.Error()) {
|
if stringsutil.ContainsAny(err.Error(), "No parameter", dslRepo.ErrParsingArg.Error()) { //nolint
|
||||||
return true
|
return true
|
||||||
}
|
}
|
||||||
return false
|
return false
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user