Skip to content

Commit

Permalink
cljstyle: No config file argument name (#2717)
Browse files Browse the repository at this point in the history
Fixes #2716
  • Loading branch information
nvuillam committed Jun 3, 2023
1 parent 79ef97c commit 72e4483
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Expand Up @@ -8,6 +8,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

Note: Can be used with `oxsecurity/megalinter@beta` in your GitHub Action mega-linter.yml file, or with `oxsecurity/megalinter:beta` docker image

- cljstyle: Remove default value for configuration file name

- Linter versions upgrades
- [clj-kondo](https://github.com/borkdude/clj-kondo) from 2023.05.18 to **2023.05.26** on 2023-06-01
- [cfn-lint](https://github.com/aws-cloudformation/cfn-lint) from 0.77.5 to **0.77.6** on 2023-06-02
Expand Down
1 change: 1 addition & 0 deletions megalinter/descriptors/clojure.megalinter-descriptor.yml
Expand Up @@ -97,6 +97,7 @@ linters:
linter_rules_inline_disable_url: https://github.com/greglook/cljstyle#ignoring-forms
linter_megalinter_ref_url: https://github.com/greglook/cljstyle/blob/main/doc/integrations.md
config_file_name: .cljstyle
cli_config_arg_name: ""
cli_lint_extra_args:
- "check"
cli_lint_fix_arg_name: "fix"
Expand Down

0 comments on commit 72e4483

Please sign in to comment.