We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d21bfe2 + 386c0ee commit 28074edCopy full SHA for 28074ed
appveyor/.tsqllintrc_110
@@ -0,0 +1,28 @@
1
+{
2
+ "rules": {
3
+ "concat-strings": "error",
4
+ "conditional-begin-end": "error",
5
+ "cross-database-transaction": "error",
6
+ "data-compression": "warn",
7
+ "data-type-length": "error",
8
+ "disallow-cursors": "off",
9
+ "full-text": "error",
10
+ "information-schema": "error",
11
+ "keyword-capitalization": "error",
12
+ "linked-server": "error",
13
+ "multi-table-alias": "error",
14
+ "non-sargable": "warn",
15
+ "object-property": "error",
16
+ "print-statement": "error",
17
+ "schema-qualify": "error",
18
+ "select-star": "error",
19
+ "semicolon-termination": "error",
20
+ "set-ansi": "error",
21
+ "set-nocount": "error",
22
+ "set-quoted-identifier": "error",
23
+ "set-transaction-isolation-level": "off",
24
+ "set-variable": "off",
25
+ "upper-lower": "error"
26
+ },
27
+ "compatability-level": 110
28
+}
appveyor/.tsqllintrc_120
+ "compatability-level": 120
appveyor/.tsqllintrc_130
+ "compatability-level": 130
appveyor/.tsqllintrc_140
+ "compatability-level": 140
appveyor/.tsqllintrc_150
+ "compatability-level": 150
0 commit comments