File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 2
2
3
3
* Unreleased
4
4
** Added
5
- - dev: megalinter-update task to upgrade config
5
+ - dev: megalinter-upgrade task to upgrade config
6
6
- dev: update megalinter config to version 8
7
7
- dev: update to clj-kondo 2024.08.29 in quality-checks workflow
8
8
Original file line number Diff line number Diff line change @@ -134,7 +134,7 @@ lint-clean: ## Clean MegaLinter report information
134
134
$(info --------- MegaLinter Clean Reports ---------)
135
135
- rm -rf ./megalinter-reports
136
136
137
- megalinter-update : # # Update MegaLinter config to latest version
137
+ megalinter-upgrade : # # Update MegaLinter config to latest version
138
138
$(info --------- MegaLinter Upgrade Config ---------)
139
139
npx mega-linter-runner@latest --upgrade
140
140
# ------------------------------------ #
You can’t perform that action at this time.
0 commit comments