Fitbit/smartling

View on GitHub
model/project_config.go

Summary

Maintainability
A
0 mins
Test Coverage

exported method ProjectConfig.Locale should have comment or be unexported
Open

func (c *ProjectConfig) Locale(localeID string) string {
Severity: Minor
Found in model/project_config.go by golint

exported method ProjectConfig.FilePath should have comment or be unexported
Open

func (c *ProjectConfig) FilePath(filename string) string {
Severity: Minor
Found in model/project_config.go by golint

package comment should be of the form "Package model ..."
Wontfix

// Copyright 2016, Fitbit, Inc.
Severity: Minor
Found in model/project_config.go by golint

exported method ProjectConfig.Merge should have comment or be unexported
Open

func (c *ProjectConfig) Merge(delta *ProjectConfig) error {
Severity: Minor
Found in model/project_config.go by golint

exported method ProjectConfig.SaveAllFiles should have comment or be unexported
Open

func (c *ProjectConfig) SaveAllFiles(files []*File, resource *ProjectResource) map[*File]error {
Severity: Minor
Found in model/project_config.go by golint

exported method ProjectConfig.FileURI should have comment or be unexported
Open

func (c *ProjectConfig) FileURI(filename string) string {
Severity: Minor
Found in model/project_config.go by golint

exported method ProjectConfig.SaveFile should have comment or be unexported
Open

func (c *ProjectConfig) SaveFile(file *File, resource *ProjectResource) error {
Severity: Minor
Found in model/project_config.go by golint

exported type ProjectConfig should have comment or be unexported
Open

type ProjectConfig struct {
Severity: Minor
Found in model/project_config.go by golint

There are no issues that match your filters.

Category
Status