diff options
author | AndreaWalchshoferSCCH <andrea.walchshofer@scch.at> | 2023-04-24 11:03:18 +0200 |
---|---|---|
committer | AndreaWalchshoferSCCH <andrea.walchshofer@scch.at> | 2023-04-24 11:03:18 +0200 |
commit | 171703c12f571d15550aacc40a45cc6a312d8b1d (patch) | |
tree | cceb1c66d2406b8e1690274e0da15bd89ac7c762 /script/proto/diagnostic.lua | |
parent | cff12c89285d5039cb24634b737837e8a94399f5 (diff) | |
download | lua-language-server-171703c12f571d15550aacc40a45cc6a312d8b1d.zip |
Cleanup PR
Revert Changes made from unrelated PR
Diffstat (limited to 'script/proto/diagnostic.lua')
-rw-r--r-- | script/proto/diagnostic.lua | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/script/proto/diagnostic.lua b/script/proto/diagnostic.lua index 7f76c435..a8303417 100644 --- a/script/proto/diagnostic.lua +++ b/script/proto/diagnostic.lua @@ -182,7 +182,6 @@ m.register { m.register { 'global-element', - 'uppercase-local', } { group = 'conventions', severity = 'Warning', |