Skip to content

Commit 4d3e935

Browse files
Merge pull request #1048 from geo-engine/1.86
1.86
2 parents 1076a61 + da49d4f commit 4d3e935

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

60 files changed

+819
-679
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
with:
5050
github-token: ${{ secrets.GITHUB_TOKEN }}
5151
file: lcov.info
52-
52+
5353
lint:
5454
runs-on: ubuntu-24.04
5555
container: quay.io/geoengine/devcontainer:latest
@@ -77,12 +77,7 @@ jobs:
7777
- name: Clippy
7878
run: cargo clippy --all-targets --locked -- -D warnings
7979
- name: SQLFluff
80-
run: pipx run sqlfluff==3.3.0 lint
81-
- name: Verifying expression dependencies workspace
82-
run: |
83-
rustup toolchain install nightly
84-
chmod +x ./.scripts/check-expression-deps.rs
85-
./.scripts/check-expression-deps.rs
80+
run: pipx run sqlfluff==3.3.1 lint
8681

8782
build:
8883
runs-on: ubuntu-24.04

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ lcov.info
1111
/.vscode
1212
Settings.toml
1313

14+
# Venvs
15+
env
16+
1417
# Data
1518
upload/
1619
test_upload/

0 commit comments

Comments
 (0)