Add other variables for empty settings
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
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…
x
Reference in New Issue
Block a user