-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
💄(gh): Update Trunk configuration and re-lint everything
Signed-off-by: Alexandre Nicolaie <xunleii@users.noreply.github.com>
- Loading branch information
Showing
25 changed files
with
3,313 additions
and
3,289 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,24 +1,24 @@ | ||
{ | ||
"features": { | ||
"ghcr.io/devcontainers-extra/features/direnv:1.0.2": { | ||
"version": "1.0.2", | ||
"resolved": "ghcr.io/devcontainers-extra/features/direnv@sha256:c79d9689ff46f7a216d486966e49f420199b68eebd56af182366f12b0aafc02d", | ||
"integrity": "sha256:c79d9689ff46f7a216d486966e49f420199b68eebd56af182366f12b0aafc02d" | ||
}, | ||
"ghcr.io/devcontainers/features/common-utils:2.5.2": { | ||
"version": "2.5.2", | ||
"resolved": "ghcr.io/devcontainers/features/common-utils@sha256:5b1c376d30719a4dead8fb2f272ee496cfb506f2f92b7acf9e1c24cb5399ba7d", | ||
"integrity": "sha256:5b1c376d30719a4dead8fb2f272ee496cfb506f2f92b7acf9e1c24cb5399ba7d" | ||
}, | ||
"ghcr.io/devcontainers/features/docker-outside-of-docker:1.6.0": { | ||
"version": "1.6.0", | ||
"resolved": "ghcr.io/devcontainers/features/docker-outside-of-docker@sha256:63dc56535ecaed989f2e6c8ca04acb5012999cd0e19f125504350b2e075b0c2c", | ||
"integrity": "sha256:63dc56535ecaed989f2e6c8ca04acb5012999cd0e19f125504350b2e075b0c2c" | ||
}, | ||
"ghcr.io/devcontainers/features/nix:1.3.0": { | ||
"version": "1.3.0", | ||
"resolved": "ghcr.io/devcontainers/features/nix@sha256:c221c8d50bb9c31444f376627541b25ff3c26c96aa79be1b60be8ccefe85fb70", | ||
"integrity": "sha256:c221c8d50bb9c31444f376627541b25ff3c26c96aa79be1b60be8ccefe85fb70" | ||
} | ||
} | ||
} | ||
"features": { | ||
"ghcr.io/devcontainers-extra/features/direnv:1.0.2": { | ||
"version": "1.0.2", | ||
"resolved": "ghcr.io/devcontainers-extra/features/direnv@sha256:c79d9689ff46f7a216d486966e49f420199b68eebd56af182366f12b0aafc02d", | ||
"integrity": "sha256:c79d9689ff46f7a216d486966e49f420199b68eebd56af182366f12b0aafc02d" | ||
}, | ||
"ghcr.io/devcontainers/features/common-utils:2.5.2": { | ||
"version": "2.5.2", | ||
"resolved": "ghcr.io/devcontainers/features/common-utils@sha256:5b1c376d30719a4dead8fb2f272ee496cfb506f2f92b7acf9e1c24cb5399ba7d", | ||
"integrity": "sha256:5b1c376d30719a4dead8fb2f272ee496cfb506f2f92b7acf9e1c24cb5399ba7d" | ||
}, | ||
"ghcr.io/devcontainers/features/docker-outside-of-docker:1.6.0": { | ||
"version": "1.6.0", | ||
"resolved": "ghcr.io/devcontainers/features/docker-outside-of-docker@sha256:63dc56535ecaed989f2e6c8ca04acb5012999cd0e19f125504350b2e075b0c2c", | ||
"integrity": "sha256:63dc56535ecaed989f2e6c8ca04acb5012999cd0e19f125504350b2e075b0c2c" | ||
}, | ||
"ghcr.io/devcontainers/features/nix:1.3.0": { | ||
"version": "1.3.0", | ||
"resolved": "ghcr.io/devcontainers/features/nix@sha256:c221c8d50bb9c31444f376627541b25ff3c26c96aa79be1b60be8ccefe85fb70", | ||
"integrity": "sha256:c221c8d50bb9c31444f376627541b25ff3c26c96aa79be1b60be8ccefe85fb70" | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
--- | ||
# Following source doesn't work in most setups | ||
ignored: | ||
- DL3025 # Use shell form of `CMD` and `ENTRYPOINT` for better readability | ||
- DL3025 # Use shell form of `CMD` and `ENTRYPOINT` for better readability |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
--- | ||
plugins: | ||
remark-preset-lint-consistent: true | ||
remark-preset-lint-recommended: true | ||
- remark-preset-lint-consistent | ||
- remark-preset-lint-recommended | ||
|
||
remark-gfm: true | ||
remark-lint-list-item-indent: true | ||
- remark-gfm | ||
- remark-lint-list-item-indent |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.