Skip to content

Commit

Permalink
dev: megalinter-upgrade task to upgrade config
Browse files Browse the repository at this point in the history
  • Loading branch information
practicalli-johnny committed Sep 9, 2024
1 parent aa14dc3 commit b651226
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.org
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

* Unreleased
** Added
- dev: megalinter-update task to upgrade config
- dev: megalinter-upgrade task to upgrade config
- dev: update megalinter config to version 8
- dev: update to clj-kondo 2024.08.29 in quality-checks workflow

Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ lint-clean: ## Clean MegaLinter report information
$(info --------- MegaLinter Clean Reports ---------)
- rm -rf ./megalinter-reports

megalinter-update: ## Update MegaLinter config to latest version
megalinter-upgrade: ## Update MegaLinter config to latest version
$(info --------- MegaLinter Upgrade Config ---------)
npx mega-linter-runner@latest --upgrade
# ------------------------------------ #
Expand Down

0 comments on commit b651226

Please sign in to comment.