devrelcollective/xela

View on GitHub

Showing 62 of 62 total issues

exported method Event.AfterUpdate should have comment or be unexported
Open

func (e *Event) AfterUpdate(tx *pop.Connection) error {
Severity: Minor
Found in models/event.go by golint

if block ends with a return statement, so drop this else and outdent its block
Open

                } else {
Severity: Minor
Found in actions/render.go by golint

struct field Url should be URL
Open

    Url         string       `json:"url" db:"url"`
Severity: Minor
Found in models/link.go by golint

exported type Event should have comment or be unexported
Open

type Event struct {
Severity: Minor
Found in models/event.go by golint

exported type Sponsorship should have comment or be unexported
Open

type Sponsorship struct {
Severity: Minor
Found in models/sponsorship.go by golint

exported method Dutonian.AfterUpdate should have comment or be unexported
Open

func (d *Dutonian) AfterUpdate(tx *pop.Connection) error {
Severity: Minor
Found in models/dutonian.go by golint

exported function IsAuthorizedDomain should have comment or be unexported
Open

func IsAuthorizedDomain(userDomain string) bool {
Severity: Minor
Found in actions/auth.go by golint

exported type Proposal should have comment or be unexported
Open

type Proposal struct {
Severity: Minor
Found in models/proposal.go by golint

exported type Abstract should have comment or be unexported
Open

type Abstract struct {
Severity: Minor
Found in models/abstract.go by golint

exported type Dutonian should have comment or be unexported
Open

type Dutonian struct {
Severity: Minor
Found in models/dutonian.go by golint

exported method Dutonian.AfterCreate should have comment or be unexported
Open

func (d *Dutonian) AfterCreate(tx *pop.Connection) error {
Severity: Minor
Found in models/dutonian.go by golint

exported var T should have comment or be unexported
Open

var T *i18n.Translator
Severity: Minor
Found in actions/app.go by golint

exported function AuthDestroy should have comment or be unexported
Open

func AuthDestroy(c buffalo.Context) error {
Severity: Minor
Found in actions/auth.go by golint

if block ends with a return statement, so drop this else and outdent its block
Open

                } else {
Severity: Minor
Found in actions/render.go by golint

exported type User should have comment or be unexported
Open

type User struct {
Severity: Minor
Found in models/user.go by golint

2: cannot find package "github.com/devrelcollective/xela/models" in any of:
Open

    "github.com/devrelcollective/xela/models"
Severity: Minor
Found in actions/abstracts.go by govet

TODO found
Open

This uses a commercial version of [Font Awesome](https://fontawesome.com/). It will work on localhost; it will NOT work on other domains. TODO is to add an environment variable for your font-awesome hash.
Severity: Minor
Found in readme.md by fixme

TODO found
Open

*This is heavily PagerDuty branded right now; a TODO is to make it more white-labeled.*
Severity: Minor
Found in readme.md by fixme

TODO found
Open

        // TODO Put all these resources into a group like auth is
Severity: Minor
Found in actions/app.go by fixme

TODO found
Open

TODO add testing stuff here
Severity: Minor
Found in CONTRIBUTING.md by fixme
Severity
Category
Status
Source
Language