elliotchance/gedcom

View on GitHub
html/core/directory_file_writer.go

Summary

Maintainability
A
0 mins
Test Coverage

exported function NewDirectoryFileWriter should have comment or be unexported
Open

func NewDirectoryFileWriter(outputDir string) *DirectoryFileWriter {
Severity: Minor
Found in html/core/directory_file_writer.go by golint

exported type DirectoryFileWriter should have comment or be unexported
Open

type DirectoryFileWriter struct {
Severity: Minor
Found in html/core/directory_file_writer.go by golint

exported method DirectoryFileWriter.WriteFile should have comment or be unexported
Open

func (writer *DirectoryFileWriter) WriteFile(file *File) error {
Severity: Minor
Found in html/core/directory_file_writer.go by golint

There are no issues that match your filters.

Category
Status