Changelog
*Sourced from [credo's changelog](https://github.com/rrrene/credo/blob/master/CHANGELOG.md).*
> ## 0.9.3
>
> - Fix bug in Scope
> - Fix false positive in MatchInConditionTest
> - Fix false positive in UnusedEnumOperation
> - Fix custom tasks by resolving config before validating it
> - Add text support to `--min-priority` CLI switch (you can now set it to low/normal/high)
>
> ### New checks
>
> - Credo.Check.Readability.AliasOrder
Commits
- [`7dec9ae`](https://github.com/rrrene/credo/commit/7dec9aecdd21ef33fdc20cc4ac6c94efb4bcddc3) Bump version to 0.9.3
- [`d1c49ee`](https://github.com/rrrene/credo/commit/d1c49ee26243fe9af9e0caf5edb064480af15187) Update CHANGELOG
- [`d2c2a0a`](https://github.com/rrrene/credo/commit/d2c2a0a8a7dc69d1c4f5f2867d8d7f70ff1664c8) Fix alias ordering in several modules
- [`b1519c5`](https://github.com/rrrene/credo/commit/b1519c5c50d2fb945192709ee8cc1c79454d4b8a) Fix AliasOrder to use case-insensitive ordering
- [`e83b9e3`](https://github.com/rrrene/credo/commit/e83b9e3f83c648ca297bdd0a1a003958c31a8a08) Fix alias order for several modules
- [`04ffc7f`](https://github.com/rrrene/credo/commit/04ffc7fcdf8141774785bebf9f8734b308fbe8f6) Update AliasOrder check
- [`9be44fb`](https://github.com/rrrene/credo/commit/9be44fb79ce2c9d7c45e4d85b0ef6fa37807f11b) Merge pull request [#547](https://github-redirect.dependabot.com/rrrene/credo/issues/547) from mirego/feature/alias-order-check
- [`c53aed7`](https://github.com/rrrene/credo/commit/c53aed78645b750b75ac82ad9319d5dce95922a7) Add new AliasOrder check
- [`8246626`](https://github.com/rrrene/credo/commit/82466268e845b7f40764593ca4420bfd28f5422f) Fix false positive in UnusedFunctionReturnHelper
- [`035c3fb`](https://github.com/rrrene/credo/commit/035c3fb57837aef990af8761b060a7cf394b78da) Fix tests by tagging known elixir related bugs
- Additional commits viewable in [compare view](https://github.com/rrrene/credo/compare/v0.9.2...v0.9.3)
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot will not automatically merge this PR because this dependency is pre-1.0.0.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
- `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language
- `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language
- `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language
- `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme
Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com):
- Update frequency (including time of day and day of week)
- Automerge options (never/patch/minor, and dev/runtime dependencies)
- Pull request limits (per update run and/or open at any time)
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)
Finally, you can contact us by mentioning @dependabot.
Bumps credo from 0.9.2 to 0.9.3.
Changelog
*Sourced from [credo's changelog](https://github.com/rrrene/credo/blob/master/CHANGELOG.md).* > ## 0.9.3 > > - Fix bug in Scope > - Fix false positive in MatchInConditionTest > - Fix false positive in UnusedEnumOperation > - Fix custom tasks by resolving config before validating it > - Add text support to `--min-priority` CLI switch (you can now set it to low/normal/high) > > ### New checks > > - Credo.Check.Readability.AliasOrderCommits
- [`7dec9ae`](https://github.com/rrrene/credo/commit/7dec9aecdd21ef33fdc20cc4ac6c94efb4bcddc3) Bump version to 0.9.3 - [`d1c49ee`](https://github.com/rrrene/credo/commit/d1c49ee26243fe9af9e0caf5edb064480af15187) Update CHANGELOG - [`d2c2a0a`](https://github.com/rrrene/credo/commit/d2c2a0a8a7dc69d1c4f5f2867d8d7f70ff1664c8) Fix alias ordering in several modules - [`b1519c5`](https://github.com/rrrene/credo/commit/b1519c5c50d2fb945192709ee8cc1c79454d4b8a) Fix AliasOrder to use case-insensitive ordering - [`e83b9e3`](https://github.com/rrrene/credo/commit/e83b9e3f83c648ca297bdd0a1a003958c31a8a08) Fix alias order for several modules - [`04ffc7f`](https://github.com/rrrene/credo/commit/04ffc7fcdf8141774785bebf9f8734b308fbe8f6) Update AliasOrder check - [`9be44fb`](https://github.com/rrrene/credo/commit/9be44fb79ce2c9d7c45e4d85b0ef6fa37807f11b) Merge pull request [#547](https://github-redirect.dependabot.com/rrrene/credo/issues/547) from mirego/feature/alias-order-check - [`c53aed7`](https://github.com/rrrene/credo/commit/c53aed78645b750b75ac82ad9319d5dce95922a7) Add new AliasOrder check - [`8246626`](https://github.com/rrrene/credo/commit/82466268e845b7f40764593ca4420bfd28f5422f) Fix false positive in UnusedFunctionReturnHelper - [`035c3fb`](https://github.com/rrrene/credo/commit/035c3fb57837aef990af8761b060a7cf394b78da) Fix tests by tagging known elixir related bugs - Additional commits viewable in [compare view](https://github.com/rrrene/credo/compare/v0.9.2...v0.9.3)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot will not automatically merge this PR because this dependency is pre-1.0.0.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) Finally, you can contact us by mentioning @dependabot.