Fitbit/smartling

View on GitHub
repository/yml_project_config_repository.go

Summary

Maintainability
A
0 mins
Test Coverage

exported type YmlProjectConfigRepository should have comment or be unexported
Open

type YmlProjectConfigRepository struct {

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

// Copyright 2016, Fitbit, Inc.

exported method YmlProjectConfigRepository.GetConfig should have comment or be unexported
Open

func (r *YmlProjectConfigRepository) GetConfig() (*model.ProjectConfig, error) {

exported method YmlProjectConfigRepository.UpdateConfig should have comment or be unexported
Open

func (r *YmlProjectConfigRepository) UpdateConfig(delta *model.ProjectConfig) error {

There are no issues that match your filters.

Category
Status