Skip to content

Commit 3dc391e

Browse files
committed
Remove unnecessary line breaks in SQL and clean up SQLFluff configuration
1 parent d27d24e commit 3dc391e

2 files changed

Lines changed: 2 additions & 5 deletions

File tree

.github/linters/.sqlfluff

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,3 @@ max_line_length = 200
55
[sqlfluff:indentation]
66
indent_unit = space
77
tab_space_size = 2
8-
9-
[sqlfluff:layout:type:comma]
10-
line_position = leading

workspace/project_options.sql

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ SELECT
22
project_id,
33
option_name,
44
option_value,
5-
option_type,
6-
5+
option_type
6+
77
FROM `httparchive.region-us.INFORMATION_SCHEMA.EFFECTIVE_PROJECT_OPTIONS`;
88

99
ALTER PROJECT httparchive SET OPTIONS (

0 commit comments

Comments
 (0)