Skip to content
Snippets Groups Projects

Resolve "Improve security by enabling and enforcing more linting rules"

All threads resolved!
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -452,7 +452,7 @@ func (pnd *pndImplementation) RequestAll(path string) error {
@@ -452,7 +452,7 @@ func (pnd *pndImplementation) RequestAll(path string) error {
}
}
}
}
// TODO: (maba): this is not returning any useful information; this should
// TODO: (maba): this is not returning any useful information; this should
// return some feedback if the requests were successfull
// return some feedback if the requests were successful
log.WithFields(log.Fields{
log.WithFields(log.Fields{
"pnd": pnd.Id,
"pnd": pnd.Id,
"path": path,
"path": path,
Loading