Skip to content

Commit

Permalink
add todos for Analyse()
Browse files Browse the repository at this point in the history
  • Loading branch information
symonk committed Jul 21, 2024
1 parent ccc4b17 commit f8e7248
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions internal/analyser/analyser.go
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,11 @@ func NewFileAnalyser(fileConfigs []files.IndividualFile, options ...Option) *Fil
return analyser
}

// Analyse performs retrospect log file analysis
// TODO: doing more than 1 thing
// TODO: abstract file loading
// TODO: abstract file scanning
// TODO: optimise patterns i.e reuse compiled
func (f *FileAnalyser) Analyse() error {
// TODO: check files exist, do what we can or add a strict flag

Expand Down

0 comments on commit f8e7248

Please sign in to comment.