mirror of
https://github.com/safing/portbase
synced 2025-09-10 15:34:26 +00:00
Fix linter warnings
This commit is contained in:
parent
a9b491cac2
commit
6ef0282dc4
3 changed files with 3 additions and 3 deletions
|
@ -157,7 +157,7 @@ func (di *Info) AddLastReportedModuleError() {
|
|||
}
|
||||
|
||||
di.AddSection(
|
||||
fmt.Sprintf("%s Module Error", strings.Title(me.ModuleName)),
|
||||
fmt.Sprintf("%s Module Error", strings.Title(me.ModuleName)), //nolint:staticcheck
|
||||
UseCodeSection,
|
||||
me.Format(),
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue