Skip to content

Commit 44afa48

Browse files
committed
refactor(#2787): deprecated are now warnings
1 parent b6b4c32 commit 44afa48

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

.luarc.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,6 @@
99
},
1010
"diagnostics": {
1111
"libraryFiles": "Disable",
12-
"severity": {
13-
"deprecated": "Hint"
14-
},
1512
"neededFileStatus": {
1613
"ambiguity-1": "Any",
1714
"assign-type-mismatch": "Any",

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ style-doc:
2222
scripts/doc-comments.sh
2323

2424
luals:
25-
scripts/luals-check.sh
25+
@scripts/luals-check.sh
2626

2727
#
2828
# fixes

0 commit comments

Comments
 (0)