You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
After upgrading mega-linter-runner to v6, when running mega-linter-runner with the --flavor javascript flag, it defaults to v5.
To Reproduce
Steps to reproduce the behavior:
npx mega-linter-runner --flavor javascript
Expected behavior
Should use v6 since it's stable.
Screenshots
$ npx mega-linter-runner --flavor javascript
#######################################################################
MEGA-LINTER HAS A NEW V6 VERSION. Please upgrade to it by:
- Running the command at the root of your repo (requires node.js): npx mega-linter-runner --upgrade
#######################################################################
Pulling docker image megalinter/megalinter-javascript:v5 ...
INFO: this operation can be long during the first use of mega-linter-runner
The next runs, it will be immediate (thanks to docker cache !)
v5: Pulling from megalinter/megalinter-javascript
...
...
Additional context
Running npx mega-linter-runner -r v6 -f javascript fixes the problem.
The text was updated successfully, but these errors were encountered:
Describe the bug
After upgrading
mega-linter-runner
to v6, when runningmega-linter-runner
with the--flavor javascript
flag, it defaults to v5.To Reproduce
Steps to reproduce the behavior:
npx mega-linter-runner --flavor javascript
Expected behavior
Should use v6 since it's stable.
Screenshots
Additional context
Running
npx mega-linter-runner -r v6 -f javascript
fixes the problem.The text was updated successfully, but these errors were encountered: