chore(cleanup) some non-functional maintenance

- add 'docs' to rockspec for `luarocks doc date` to work
- config trim trailing whitespace
- trim trailing whitespace
- remove test file since it was moved to spec/
This commit is contained in:
Thijs Schreijer
2020-10-05 09:09:11 +02:00
parent a5c8be9dc6
commit fc52f2bbf2
5 changed files with 8 additions and 315 deletions

View File

@@ -25,6 +25,7 @@ build = {
type = "builtin",
modules = {
date = "src/date.lua"
}
},
copy_directories = { "docs" },
}