lflux/eve-sdeloader

View on GitHub
statements/universe.go

Summary

Maintainability
A
0 mins
Test Coverage

exported function InsertMapJumpStmt should have comment or be unexported
Open

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

exported function InsertOrbitalDenormStmt should have comment or be unexported
Open

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

exported function InsertConstellationsStmt should have comment or be unexported
Open

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

exported function InsertRegionStmt should have comment or be unexported
Open

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

exported function InsertSolarSystemStmt should have comment or be unexported
Open

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

exported function InsertMapLocationScenesStmt should have comment or be unexported
Open

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

exported function InsertCelestialStatsStmt should have comment or be unexported
Open

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

exported function InsertMapWHClassesStmt should have comment or be unexported
Open

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

There are no issues that match your filters.

Category
Status