Switch the database from LevelDB to SQLite, for greater stability and simpler code. Co-authored-by: Tommy van der Vorst <tommy@pixelspark.nl> Co-authored-by: bt90 <btom1990@googlemail.com>
This commit is contained in:
co-authored by
Tommy van der Vorst
bt90
parent
b1c8f88a44
commit
025905fcdf
@@ -19,11 +19,12 @@ import (
|
||||
|
||||
// File extensions to check
|
||||
var copyrightCheckExts = map[string]bool{
|
||||
".go": true,
|
||||
".go": true,
|
||||
".sql": true,
|
||||
}
|
||||
|
||||
// Directories to search
|
||||
var copyrightCheckDirs = []string{".", "../cmd", "../lib", "../test", "../script"}
|
||||
var copyrightCheckDirs = []string{".", "../cmd", "../internal", "../lib", "../test", "../script"}
|
||||
|
||||
// Valid copyright headers, searched for in the top five lines in each file.
|
||||
var copyrightRegexps = []string{
|
||||
|
||||
Reference in New Issue
Block a user