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" }