lflux/eve-sdeloader

View on GitHub
statements/bsd.go

Summary

Maintainability
A
0 mins
Test Coverage

exported function InsertInvItemsStmt should have comment or be unexported
Open

func InsertInvItemsStmt(tx *sql.Tx) (*sql.Stmt, error) {
Severity: Minor
Found in statements/bsd.go by golint

exported function InsertInvNamesStmt should have comment or be unexported
Open

func InsertInvNamesStmt(tx *sql.Tx) (*sql.Stmt, error) {
Severity: Minor
Found in statements/bsd.go by golint

exported function InsertInvUniqueNamesStmt should have comment or be unexported
Open

func InsertInvUniqueNamesStmt(tx *sql.Tx) (*sql.Stmt, error) {
Severity: Minor
Found in statements/bsd.go by golint

exported function InsertDgmTypeAttributesStmt should have comment or be unexported
Open

func InsertDgmTypeAttributesStmt(tx *sql.Tx) (*sql.Stmt, error) {
Severity: Minor
Found in statements/bsd.go by golint

exported function InsertInvPositionsStmt should have comment or be unexported
Open

func InsertInvPositionsStmt(tx *sql.Tx) (*sql.Stmt, error) {
Severity: Minor
Found in statements/bsd.go by golint

There are no issues that match your filters.

Category
Status