Add other variables for empty settings
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
This commit is contained in:
parent
7ffaace062
commit
27c8c1548a
3
main.go
3
main.go
|
@ -47,7 +47,10 @@ func main() {
|
||||||
log.WithError(err).Fatal("Unable to setup new compiler")
|
log.WithError(err).Fatal("Unable to setup new compiler")
|
||||||
}
|
}
|
||||||
|
|
||||||
|
c.DefineVariable("filename", "")
|
||||||
c.DefineVariable("filepath", "")
|
c.DefineVariable("filepath", "")
|
||||||
|
c.DefineVariable("extension", "")
|
||||||
|
c.DefineVariable("filetype", "")
|
||||||
|
|
||||||
loadRules(c)
|
loadRules(c)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue