Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[clj-kondo] update docs and version to 2021.12.19 #1126

Merged
merged 2 commits into from
Dec 27, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ Note: Can be used with `megalinter/megalinter@beta` in your GitHub Action mega-l
- [npm-groovy-lint](https://nvuillam.github.io/npm-groovy-lint/) from 9.1.0 to **9.2.0** on 2021-12-23
- [checkov](https://www.checkov.io/) from 2.0.687 to **2.0.690** on 2021-12-23
- [tflint](https://github.com/terraform-linters/tflint) from 0.34.0 to **0.34.1** on 2021-12-26
- [clj-kondo](https://github.com/borkdude/clj-kondo) from 2021.06.18 to **2021.12.19** on 2021-12-23

<!-- linter-versions-end -->

## [v5.4.0] - 2021-12-21
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
## @generated by .automation/build.py using descriptor files, please do not update manually ##
#############################################################################################
#FROM__START
FROM cljkondo/clj-kondo:2021.06.18-alpine as clj-kondo
FROM cljkondo/clj-kondo:2021.12.19-alpine as clj-kondo
FROM hadolint/hadolint:v2.7.0-alpine as hadolint
FROM ghcr.io/assignuser/chktex-alpine:latest as chktex
FROM yoheimuta/protolint:latest as protolint
Expand Down
12 changes: 6 additions & 6 deletions docs/descriptors/clojure_clj_kondo.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

## clj-kondo documentation

- Version in MegaLinter: **2021.06.18**
- Version in MegaLinter: **2021.12.19**
- Visit [Official Web Site](https://github.com/borkdude/clj-kondo#readme){target=_blank}
- See [How to configure clj-kondo rules](https://github.com/borkdude/clj-kondo/blob/master/doc/config.md#configuration){target=_blank}
- If custom `.clj-kondo/config.edn` config file is not found, [.clj-kondo/config.edn](https://github.com/megalinter/megalinter/tree/main/TEMPLATES/.clj-kondo/config.edn){target=_blank} will be used
Expand Down Expand Up @@ -83,7 +83,7 @@ clj-kondo --lint --config .clj-kondo/config.edn myfile.clj
### Help content

```shell
clj-kondo v2021.06.18
clj-kondo v2021.12.19


Options:
Expand All @@ -106,7 +106,7 @@ Options:
nearest `.clj-kondo` directory in the current and parent directories.

--config <config>: config may be a file or an EDN expression. See
https://cljdoc.org/d/clj-kondo/clj-kondo/2021.06.18/doc/configuration
https://cljdoc.org/d/clj-kondo/clj-kondo/2021.12.19/doc/configuration

--config-dir <config-dir>: use this config directory instead of auto-detected
.clj-kondo dir.
Expand All @@ -126,15 +126,15 @@ Options:

- Dockerfile commands :
```dockerfile
FROM cljkondo/clj-kondo:2021.06.18-alpine as clj-kondo
FROM cljkondo/clj-kondo:2021.12.19-alpine as clj-kondo
COPY --from=clj-kondo /bin/clj-kondo /usr/bin/
```


### Example success log

```shell
Results of clj-kondo linter (version 2020.09.09)
Results of clj-kondo linter (version 2021.12.19)
See documentation on https://megalinter.github.io/descriptors/clojure_clj_kondo/
-----------------------------------------------

Expand All @@ -146,7 +146,7 @@ See documentation on https://megalinter.github.io/descriptors/clojure_clj_kondo/
### Example error log

```shell
Results of clj-kondo linter (version 2020.09.09)
Results of clj-kondo linter (version 2021.12.19)
See documentation on https://megalinter.github.io/descriptors/clojure_clj_kondo/
-----------------------------------------------

Expand Down
2 changes: 1 addition & 1 deletion flavors/java/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
## @generated by .automation/build.py using descriptor files, please do not update manually ##
#############################################################################################
#FROM__START
FROM cljkondo/clj-kondo:2021.06.18-alpine as clj-kondo
FROM cljkondo/clj-kondo:2021.12.19-alpine as clj-kondo
FROM hadolint/hadolint:v2.7.0-alpine as hadolint
FROM yoheimuta/protolint:latest as protolint
#FROM__END
Expand Down
2 changes: 1 addition & 1 deletion megalinter/descriptors/clojure.megalinter-descriptor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ linters:
downgraded_version: true
install:
dockerfile:
- FROM cljkondo/clj-kondo:2021.06.18-alpine as clj-kondo
- FROM cljkondo/clj-kondo:2021.12.19-alpine as clj-kondo
- COPY --from=clj-kondo /bin/clj-kondo /usr/bin/
ide:
atom:
Expand Down