Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 259 Bytes

README.md

File metadata and controls

9 lines (5 loc) · 259 Bytes

RuleChecker

To check T-SQL's coding rule and JSON syntax

This program is to check whether Transact-SQL follow the coding rule created by team or other. And JSON syntax is roughly right.

using T-SQL parser by Microsoft, JSON parser by Json.NET