File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ import (
1818 "slo/internal/workers"
1919)
2020
21- func init () {
21+ func init () { //nolint:gochecknoinits
2222 os .Setenv ("YDB_DATABASE_SQL_OVER_QUERY_SERVICE" , "false" )
2323}
2424
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ import (
1818 "slo/internal/workers"
1919)
2020
21- func init () {
21+ func init () { //nolint:gochecknoinits
2222 os .Setenv ("YDB_DATABASE_SQL_OVER_QUERY_SERVICE" , "true" )
2323}
2424
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ import (
1818 "slo/internal/workers"
1919)
2020
21- func init () {
21+ func init () { //nolint:gochecknoinits
2222 os .Setenv ("YDB_DATABASE_SQL_OVER_QUERY_SERVICE" , "false" )
2323}
2424
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ import (
1818 "slo/internal/workers"
1919)
2020
21- func init () {
21+ func init () { //nolint:gochecknoinits
2222 os .Setenv ("YDB_DATABASE_SQL_OVER_QUERY_SERVICE" , "true" )
2323}
2424
You can’t perform that action at this time.
0 commit comments