Merge pull request #5180 from dmcgowan/lint-enforce-comments
Fix exported comments enforcer in CI
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user