Merge pull request #5180 from dmcgowan/lint-enforce-comments

Fix exported comments enforcer in CI
This commit is contained in:
Phil Estes
2021-03-15 10:50:06 -04:00
committed by GitHub
32 changed files with 148 additions and 46 deletions

View File

@@ -81,7 +81,7 @@ func LoadDefaultProfile(name string) error {
return nil
}
// DumpDefaultProfiles dumps the default profile with the given name.
// DumpDefaultProfile dumps the default profile with the given name.
func DumpDefaultProfile(name string) (string, error) {
p, err := loadData(name)
if err != nil {