Skip to content

Commit

Permalink
Merge branch 'main' into annotation-line-break
Browse files Browse the repository at this point in the history
  • Loading branch information
max-sixty committed Jul 15, 2024
2 parents 8b9d45f + 39d6c5f commit a6b7531
Show file tree
Hide file tree
Showing 92 changed files with 2,728 additions and 1,940 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint-megalinter.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:

# You can override MegaLinter flavor used to have faster performances
# More info at https://megalinter.io/flavors/
uses: oxsecurity/megalinter@v7.11.1
uses: oxsecurity/megalinter@v7.13.0

id: ml

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pull-request-target.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
# - "internal" for code quality / ergonomics improvements
# - "devops" for developer ergonomics
# - "web" for playground / website (but not docs)
# - "tweak" for tiny changes
# - "refine" for tiny changes
types: |
feat
fix
Expand All @@ -42,7 +42,7 @@ jobs:
internal
devops
web
tweak
refine
backport:
# Backport to `web` branch on `pr-backport-web`
Expand Down
4 changes: 4 additions & 0 deletions .mega-linter.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,9 @@ DISABLE_ERRORS_LINTERS:
# required in order to use ts-standard." was worth fixing, from #3608. Happy
# for someone more informed to turn it back on.
- TYPESCRIPT_STANDARD
# Disabled for now, as @max-sixty didn't know how to fix
# `./prqlc/bindings/php/tests/CompilerTest.php (trailing_comma_in_multiline)`.
# Fine for someone else to take a look.
- PHP_PHPCSFIXER
PHP_PHPCS_ARGUMENTS:
- --standard=PSR12
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ repos:
# rustfmt handles rust files, and in some snapshots we expect trailing spaces.
exclude: '.*\.(rs|snap)$'
- repo: https://github.com/crate-ci/typos
rev: v1.22.9
rev: v1.23.1
hooks:
- id: typos
# https://github.com/crate-ci/typos/issues/347
Expand All @@ -25,7 +25,7 @@ repos:
# https://github.com/PRQL/prql/issues/3078
- prettier-plugin-go-template
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.5.0
rev: v0.5.1
hooks:
- id: ruff
args: [--fix]
Expand Down
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@
- Added `prqlc debug json-schema` command to auto-generate JSON Schema
representations of commonly exposed IR types such as PL and RQ. (@kgutwin,
#4698)
- Add documentation comments to the output of the documentation generator.
(@vanillajonathan, #4729)

**Fixes**:

Expand Down
Loading

0 comments on commit a6b7531

Please sign in to comment.