Add other variables for empty settings
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Tyler 2021-03-06 23:48:25 -05:00
parent 7ffaace062
commit 27c8c1548a
1 changed files with 3 additions and 0 deletions

View File

@ -47,7 +47,10 @@ func main() {
log.WithError(err).Fatal("Unable to setup new compiler")
}
c.DefineVariable("filename", "")
c.DefineVariable("filepath", "")
c.DefineVariable("extension", "")
c.DefineVariable("filetype", "")
loadRules(c)