From fb791083fbda597e441921d5a00ad9a478061771 Mon Sep 17 00:00:00 2001 From: Lucas Gravley <29484535+admiralAwkbar@users.noreply.github.com> Date: Tue, 11 Aug 2020 13:40:38 -0500 Subject: [PATCH] fix config --- .github/linters/.sql-config.json | 3 +-- TEMPLATES/.sql-config.json | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/linters/.sql-config.json b/.github/linters/.sql-config.json index 09c092d7..db91b910 100644 --- a/.github/linters/.sql-config.json +++ b/.github/linters/.sql-config.json @@ -1,4 +1,3 @@ { - "driver": "mysql", - "host": "localhost" + "_comment": "details can be found at: https://sql-lint.readthedocs.io/en/latest/files/configuration.html" } diff --git a/TEMPLATES/.sql-config.json b/TEMPLATES/.sql-config.json index 09c092d7..db91b910 100644 --- a/TEMPLATES/.sql-config.json +++ b/TEMPLATES/.sql-config.json @@ -1,4 +1,3 @@ { - "driver": "mysql", - "host": "localhost" + "_comment": "details can be found at: https://sql-lint.readthedocs.io/en/latest/files/configuration.html" }