model/project_config.go
exported method ProjectConfig.Locale should have comment or be unexported Open
Open
func (c *ProjectConfig) Locale(localeID string) string {
- Exclude checks
exported method ProjectConfig.FilePath should have comment or be unexported Open
Open
func (c *ProjectConfig) FilePath(filename string) string {
- Exclude checks
package comment should be of the form "Package model ..." Wontfix
Wontfix
// Copyright 2016, Fitbit, Inc.
- Exclude checks
exported method ProjectConfig.Merge should have comment or be unexported Open
Open
func (c *ProjectConfig) Merge(delta *ProjectConfig) error {
- Exclude checks
exported method ProjectConfig.SaveAllFiles should have comment or be unexported Open
Open
func (c *ProjectConfig) SaveAllFiles(files []*File, resource *ProjectResource) map[*File]error {
- Exclude checks
exported method ProjectConfig.FileURI should have comment or be unexported Open
Open
func (c *ProjectConfig) FileURI(filename string) string {
- Exclude checks
exported method ProjectConfig.SaveFile should have comment or be unexported Open
Open
func (c *ProjectConfig) SaveFile(file *File, resource *ProjectResource) error {
- Exclude checks
exported type ProjectConfig should have comment or be unexported Open
Open
type ProjectConfig struct {
- Exclude checks