FS-1123: Remove generic configuration functions from interface #142
Annotations
10 errors and 1 warning
lint:
config/supermicro.go#L296
commentedOutCode: may want to remove commented-out code (gocritic)
|
lint:
config/supermicro.go#L264
stringintconv: conversion from int to string yields a string of one rune, not a string of digits (did you mean fmt.Sprint(x)?) (govet)
|
lint:
config/supermicro.go#L270
stringintconv: conversion from int to string yields a string of one rune, not a string of digits (did you mean fmt.Sprint(x)?) (govet)
|
lint:
config/supermicro.go#L263
only one cuddle assignment allowed before for statement (wsl)
|
lint:
config/supermicro.go#L269
only one cuddle assignment allowed before for statement (wsl)
|
lint:
config/supermicro.go#L297
block should not end with a whitespace (or comment) (wsl)
|
lint:
config/supermicro.go#L328
block should not start with a whitespace (wsl)
|
lint:
config/supermicro.go#L296
commentedOutCode: may want to remove commented-out code (gocritic)
|
lint:
config/supermicro.go#L264
stringintconv: conversion from int to string yields a string of one rune, not a string of digits (did you mean fmt.Sprint(x)?) (govet)
|
lint:
config/supermicro.go#L270
stringintconv: conversion from int to string yields a string of one rune, not a string of digits (did you mean fmt.Sprint(x)?) (govet)
|
lint
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-go@v3, golangci/golangci-lint-action@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|