melos icon indicating copy to clipboard operation
melos copied to clipboard

fix: fail-fast is a flag and not an option (does not accept a value)

Open alex-sandri opened this issue 3 years ago โ€ข 1 comments

Description

--fail-fast is a flag and not an option and as such does not accept any value.

Example

This config is currently broken as in the generated command --fail-fast true is not valid syntax.

scripts:
  lint:
    run: flutter analyze
    exec:
      failFast: true
      concurrency: 1

Type of Change

  • [ ] โœจ feat -- New feature (non-breaking change which adds functionality)
  • [x] ๐Ÿ› ๏ธ fix -- Bug fix (non-breaking change which fixes an issue)
  • [ ] โŒ ! -- Breaking change (fix or feature that would cause existing functionality to change)
  • [ ] ๐Ÿงน refactor -- Code refactor
  • [ ] โœ… ci -- Build configuration change
  • [ ] ๐Ÿ“ docs -- Documentation
  • [ ] ๐Ÿ—‘๏ธ chore -- Chore

alex-sandri avatar Aug 08 '22 07:08 alex-sandri

CLA assistant check
All committers have signed the CLA.

CLAassistant avatar Aug 08 '22 07:08 CLAassistant

Good catch! Thank you.

blaugold avatar Aug 15 '22 07:08 blaugold