healthcheck: refactoring, remove deprecation wanings (#35)

* refactor(checkhealth): remove deprecation warnings, complete rewrite

* refactor(checkhealth): rename util file

* style(healthchecker): reformat lua in vim file

* refactor(health): move all report function into table
This commit is contained in:
Smirnov Oleksandr 2023-07-17 18:31:21 +03:00 committed by GitHub
parent 03cabf675c
commit 9d6bc761d4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 52 additions and 29 deletions

View file

@ -1,3 +1,3 @@
function! health#gopher#check()
lua require"gopher.health".check()
lua require("gopher.health").check()
endfunction