Skip to content

Commit 79e5cc3

Browse files
authored
Merge pull request #101 from LowlyDBA/development
Development
2 parents 386c0ee + e4b2302 commit 79e5cc3

File tree

9 files changed

+18
-5
lines changed

9 files changed

+18
-5
lines changed

appveyor/appveyor.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,27 +25,27 @@ environment:
2525
- APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2019
2626
MSSQL: SQL2019
2727
DB_INSTANCE: (local)\SQL2019
28-
LINT_CONFIG: appveyor\.tsqllintrc_150
28+
LINT_CONFIG: appveyor\tsqllint\.tsqllintrc_150
2929

3030
- APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017
3131
MSSQL: SQL2017
3232
DB_INSTANCE: (local)\SQL2017
33-
LINT_CONFIG: appveyor\.tsqllintrc_140
33+
LINT_CONFIG: appveyor\tsqllint\.tsqllintrc_140
3434

3535
- APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017
3636
MSSQL: SQL2016
3737
DB_INSTANCE: (local)\SQL2016
38-
LINT_CONFIG: appveyor\.tsqllintrc_130
38+
LINT_CONFIG: appveyor\tsqllint\.tsqllintrc_130
3939

4040
- APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015
4141
MSSQL: SQL2014
4242
DB_INSTANCE: (local)\SQL2014
43-
LINT_CONFIG: appveyor\.tsqllintrc_120
43+
LINT_CONFIG: appveyor\tsqllint\.tsqllintrc_120
4444

4545
- APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015
4646
MSSQL: SQL2012SP1
4747
DB_INSTANCE: (local)\SQL2012SP1
48-
LINT_CONFIG: appveyor/.tsqllintrc_110
48+
LINT_CONFIG: appveyor\tsqllint\.tsqllintrc_110
4949

5050
install:
5151
- ps: Install-Module SqlServer -Force -AllowClobber
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

package-lock.json

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,11 @@
11
{
2+
"name": "ExpressSQL",
3+
"license": "MIT",
4+
"repository": {
5+
"type": "git",
6+
"url": "git://github.com/LowlyDBA/ExpressSQL.git"
7+
},
8+
"private": true,
29
"devDependencies": {},
310
"dependencies": {
411
"tsqllint": "^1.11.0"

tests/README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Tests
2+
3+
Unit tests via tSQLt
4+
5+
## How to run

0 commit comments

Comments
 (0)