Skip to content

Commit ba90470

Browse files
Bump github/super-linter from 4.9.7 to 4.10.0 (#3317)
* Bump github/super-linter from 4.9.7 to 4.10.0 Bumps [github/super-linter](https://github.com/github/super-linter) from 4.9.7 to 4.10.0. - [Release notes](https://github.com/github/super-linter/releases) - [Changelog](https://github.com/github/super-linter/blob/main/docs/release-process.md) - [Commits](github/super-linter@v4.9.7...v4.10.0) --- updated-dependencies: - dependency-name: github/super-linter dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * Remove unnecessary legacy config Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Barry Pollard <barrypollard@google.com>
1 parent a430583 commit ba90470

3 files changed

Lines changed: 2 additions & 8 deletions

File tree

.github/workflows/linter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
run: |
3232
echo "VALIDATE_ALL_CODEBASE=false" >> $GITHUB_ENV
3333
- name: Lint Code Base
34-
uses: github/super-linter@v4.9.7
34+
uses: github/super-linter@v4.10.0
3535
#uses: docker://github/super-linter:v4.7.1
3636
env:
3737
DEFAULT_BRANCH: main

.github/workflows/test_website.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
- name: Use more complete checks for generated HTML linting
4141
run: cp -f .github/linters/.htmlhintrc_morechecks .github/linters/.htmlhintrc
4242
- name: Lint Generated HTML
43-
uses: github/super-linter@v4.9.7
43+
uses: github/super-linter@v4.10.0
4444
env:
4545
DEFAULT_BRANCH: main
4646
FILTER_REGEX_INCLUDE: src/static/html/.*

sql/.sqlfluff

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -145,12 +145,6 @@ unquoted_identifiers_policy = all
145145
[sqlfluff:rules:L003]
146146
hanging_indents = True
147147

148-
# TODO - remove once 1.4.1 fully rolled out as this has been replaced by
149-
# [sqlfluff:layout:type:binary_operator]
150-
# line_position = trailing
151-
[sqlfluff:rules:L007]
152-
operator_new_lines = before
153-
154148
[sqlfluff:rules:L010]
155149
# Keywords
156150
capitalisation_policy = upper

0 commit comments

Comments
 (0)