Skip to content

Commit

Permalink
tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
boyter committed Jun 29, 2023
1 parent bb9b343 commit a43a0c7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -237,4 +237,5 @@ Rank Open Source License %
* https://web.archive.org/web/20180822173147/https://blog.sourced.tech/post/gld/
* https://github.com/boyter/boyter.org/blob/01601a2cafc2b2788b29b6943ad45ad40316d9a8/content/posts/improving-lc-performance.md
* https://reuse.software/
* /Users/boyter/Documents/projects/linux/LICENSES/preferred <-- add to the list
* /Users/boyter/Documents/projects/linux/LICENSES/preferred <-- add to the list
* https://github.com/go-enry/go-license-detector/blob/master/FAILURES.md
2 changes: 1 addition & 1 deletion processor/detector_license.go
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ func (l *LicenceDetector) levenshteinDetect(content string) []IdentifiedLicense
return possible[i].ScorePercentage <= possible[j].ScorePercentage
})

// only take the top quartile
// only take the top quartile

average := 0.0
for _, il := range possible {
Expand Down

0 comments on commit a43a0c7

Please sign in to comment.