From 1a8c597a087c5233249aeef82480a6d3a95e467b Mon Sep 17 00:00:00 2001 From: linrongbin16 Date: Sun, 16 Jul 2023 06:38:03 +0800 Subject: [PATCH] refactor: remove 'contribute.md' (#56) --- CONTRIBUTE.md | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 CONTRIBUTE.md diff --git a/CONTRIBUTE.md b/CONTRIBUTE.md deleted file mode 100644 index f32a864..0000000 --- a/CONTRIBUTE.md +++ /dev/null @@ -1,18 +0,0 @@ -# Contribute - -## Lint - -Use [lua-language-server](https://github.com/LuaLS/lua-language-server) for code -lint. - -## Formatting - -Use [stylua](https://github.com/JohnnyMorganz/StyLua) for code formatting. - -## Test - -Start neovim and run: - -```lua -lua require('gitlinker.test.test_rules') -```