lflux/eve-sdeloader

View on GitHub
statements/blueprints.go

Summary

Maintainability
A
0 mins
Test Coverage

exported function InsertActivityMaterialsStmt should have comment or be unexported
Open

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

exported function InsertActivityProbabilitiesStmt should have comment or be unexported
Open

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

exported function InsertActivityProductsStmt should have comment or be unexported
Open

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

exported function InsertActivitySkillsStmt should have comment or be unexported
Open

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

exported function InsertIndustryActivitiesStmt should have comment or be unexported
Open

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

exported function InsertIndustryBlueprintsStmt should have comment or be unexported
Open

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

There are no issues that match your filters.

Category
Status