lint_staged

Run linters on git staged files for your Flutter and Dart projects. Inspired by JavaScript lint-staged library

APACHE-2.0 License

Stars
6

Bot releases are hidden (Show)

lint_staged - Realease v0.5.0 Latest Release

Published by hyiso 9 months ago

0.5.0

  • FEAT: Support exclude pattern - by @bawahakim
lint_staged - Realease v0.4.3

Published by hyiso 10 months ago

  • Fix: path is incorrectly parsed on Windows.(fix #10)
lint_staged - Realease v0.4.2

Published by hyiso about 1 year ago

  • Bump dependency ansi version to 0.4.0
lint_staged - Realease v0.4.1

Published by hyiso about 1 year ago

  • Bump dependency ansi version to 0.3.0
lint_staged - Realease v0.4.0

Published by hyiso about 1 year ago

Note: This release has breaking changes.

  • BREAKING CHORE: Change minSdk to 2.18.0
  • BREAKING REFACTOR: Refactor git and workflow.
  • FEAT: Simplify step message.
lint_staged - Realease v0.3.0

Published by hyiso over 1 year ago

Note: This release has breaking changes.

  • Fix: Skip stash when nothing to stash.(fix #5)
  • BREAKING FEAT: Replace support of DEBUG=true env to VERBOSE=true by using package verbose.
  • FEAT: Use SpinnerProgress when step is running.