diff options
author | AndreaWalchshoferSCCH <122894794+AndreaWalchshoferSCCH@users.noreply.github.com> | 2023-03-30 16:10:06 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-30 16:10:06 +0200 |
commit | a44c0e51996c44d98e11ebdc8839d5e62589d2a4 (patch) | |
tree | 26e1c894c34ebb0afa452170d5781c1dec6f98b4 /script | |
parent | 4eb508f5390b3de5aeb59e9e6cb5c0742c9ee97b (diff) | |
download | lua-language-server-a44c0e51996c44d98e11ebdc8839d5e62589d2a4.zip |
Incorporate Review Comments (#4)
* add newlines to end of files
* change the group name to `conventions`
Diffstat (limited to 'script')
-rw-r--r-- | script/proto/diagnostic.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/script/proto/diagnostic.lua b/script/proto/diagnostic.lua index bea7c160..24ab0814 100644 --- a/script/proto/diagnostic.lua +++ b/script/proto/diagnostic.lua @@ -174,7 +174,7 @@ m.register { m.register { 'global-element', } { - group = 'strict-conventions', + group = 'conventions', severity = 'Warning', status = 'None' } |