Changelog
*Sourced from credo's [changelog](https://github.com/rrrene/credo/blob/master/CHANGELOG.md).*
> ## 0.9.2
>
> - Add `:ignore_comments` param to LongQuoteBlocks
> - Fix false positive in UnusedPathOperation
>
> ## 0.9.1
>
> - Fix false positive in SpaceAroundOperators
> - Fix false positive in UnusedEnumOperation
>
> ## 0.9.0
>
> - Add JSON support
> - Ensure compatibility with Elixir 1.6
> - Format codebase using Elixir 1.6 Formatter
> - Rework internals in preparation of 1.0 release
> - Credo now requires Elixir 1.4
> - Include `test` directory in default config
> - Add `excluded_argument_types` to PipeChainStart
> - Emit warnings for non-existing checks, which are referenced in config
> - Improve VariableNames
> - ModuleDoc now raises an issue for empty strings in [**moduledoc**](https://github.com/moduledoc) tags
> - Fix bug on ModuleNames
> - Fix false positive in VariableRebinding
> - Fix false positive in SpaceAroundOperators
> - Fix false positive on BoolOperationOnSameValues
> - Fix false positive on SpaceAfterCommas
> - Fix false positive on MaxLineLength
> - Fix false positive in ParenthesesInCondition
> - Remove `NameRedeclarationBy*` checks
> - Remove support for [**lint**](https://github.com/lint) attributes
Commits
- [`1891ffa`](https://github.com/rrrene/credo/commit/1891ffafe2ce87f17705ac37cef6141bb573031f) Update erlang version in .tool-versions
- [`b6b0e99`](https://github.com/rrrene/credo/commit/b6b0e99850311665c74a33db62d47bf93c0e7e78) Merge branch 'master' of github.com:rrrene/credo
- [`3f8bf10`](https://github.com/rrrene/credo/commit/3f8bf104dcb046b8c6f5d1abd51e579a3edc3c6b) Bump version to 0.9.2
- [`5980848`](https://github.com/rrrene/credo/commit/598084883a66f6708d4f979e1c4379ee7c550777) Update CHANGELOG
- [`0b228df`](https://github.com/rrrene/credo/commit/0b228dfbe9fc1db0787ed5e613d7df4f765c239a) Merge pull request [#533](https://github-redirect.dependabot.com/rrrene/credo/issues/533) from techgaun/pipe-explanation
- [`a7f20af`](https://github.com/rrrene/credo/commit/a7f20af0da82817e836ada5a3a2006a7b7dd85eb) Merge pull request [#528](https://github-redirect.dependabot.com/rrrene/credo/issues/528) from ayrat555/patch-1
- [`b49bb16`](https://github.com/rrrene/credo/commit/b49bb1688a360508f767f5786d13c835214b2d60) Merge pull request [#523](https://github-redirect.dependabot.com/rrrene/credo/issues/523) from urfolomeus/upgrade-to-erlang-20_2
- [`6d76f5e`](https://github.com/rrrene/credo/commit/6d76f5e24800445db54cb37d8fa70deda1ee784d) Add ignore_comments param to LongQuoteBlocks
- [`7ab14c4`](https://github.com/rrrene/credo/commit/7ab14c476f6be8949af218ea46eed0e7b846d3ee) Ignore comments for long quote block
- [`0b07926`](https://github.com/rrrene/credo/commit/0b07926755af79476804d3403212d09c18257c18) fix explanation for pipechain
- Additional commits viewable in [compare view](https://github.com/rrrene/credo/compare/v0.8.10...v0.9.2)
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 commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot ignore this [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 [this|these] label[s]` will set the current labels as the default for future PRs for this repo and language
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)
- Out-of-range updates (receive only lockfile updates, if desired)
Finally, you can contact us by mentioning @dependabot.
Coverage remained the same at 60.241% when pulling ca4a5e91bcfed77be2a562ef7990378d86e7c857 on dependabot/hex/credo-0.9.2 into ddf461dc530a44ae17a05c76d0bea3c8bba6bb71 on develop.
Bumps credo from 0.8.10 to 0.9.2.
Changelog
*Sourced from credo's [changelog](https://github.com/rrrene/credo/blob/master/CHANGELOG.md).* > ## 0.9.2 > > - Add `:ignore_comments` param to LongQuoteBlocks > - Fix false positive in UnusedPathOperation > > ## 0.9.1 > > - Fix false positive in SpaceAroundOperators > - Fix false positive in UnusedEnumOperation > > ## 0.9.0 > > - Add JSON support > - Ensure compatibility with Elixir 1.6 > - Format codebase using Elixir 1.6 Formatter > - Rework internals in preparation of 1.0 release > - Credo now requires Elixir 1.4 > - Include `test` directory in default config > - Add `excluded_argument_types` to PipeChainStart > - Emit warnings for non-existing checks, which are referenced in config > - Improve VariableNames > - ModuleDoc now raises an issue for empty strings in [**moduledoc**](https://github.com/moduledoc) tags > - Fix bug on ModuleNames > - Fix false positive in VariableRebinding > - Fix false positive in SpaceAroundOperators > - Fix false positive on BoolOperationOnSameValues > - Fix false positive on SpaceAfterCommas > - Fix false positive on MaxLineLength > - Fix false positive in ParenthesesInCondition > - Remove `NameRedeclarationBy*` checks > - Remove support for [**lint**](https://github.com/lint) attributesCommits
- [`1891ffa`](https://github.com/rrrene/credo/commit/1891ffafe2ce87f17705ac37cef6141bb573031f) Update erlang version in .tool-versions - [`b6b0e99`](https://github.com/rrrene/credo/commit/b6b0e99850311665c74a33db62d47bf93c0e7e78) Merge branch 'master' of github.com:rrrene/credo - [`3f8bf10`](https://github.com/rrrene/credo/commit/3f8bf104dcb046b8c6f5d1abd51e579a3edc3c6b) Bump version to 0.9.2 - [`5980848`](https://github.com/rrrene/credo/commit/598084883a66f6708d4f979e1c4379ee7c550777) Update CHANGELOG - [`0b228df`](https://github.com/rrrene/credo/commit/0b228dfbe9fc1db0787ed5e613d7df4f765c239a) Merge pull request [#533](https://github-redirect.dependabot.com/rrrene/credo/issues/533) from techgaun/pipe-explanation - [`a7f20af`](https://github.com/rrrene/credo/commit/a7f20af0da82817e836ada5a3a2006a7b7dd85eb) Merge pull request [#528](https://github-redirect.dependabot.com/rrrene/credo/issues/528) from ayrat555/patch-1 - [`b49bb16`](https://github.com/rrrene/credo/commit/b49bb1688a360508f767f5786d13c835214b2d60) Merge pull request [#523](https://github-redirect.dependabot.com/rrrene/credo/issues/523) from urfolomeus/upgrade-to-erlang-20_2 - [`6d76f5e`](https://github.com/rrrene/credo/commit/6d76f5e24800445db54cb37d8fa70deda1ee784d) Add ignore_comments param to LongQuoteBlocks - [`7ab14c4`](https://github.com/rrrene/credo/commit/7ab14c476f6be8949af218ea46eed0e7b846d3ee) Ignore comments for long quote block - [`0b07926`](https://github.com/rrrene/credo/commit/0b07926755af79476804d3403212d09c18257c18) fix explanation for pipechain - Additional commits viewable in [compare view](https://github.com/rrrene/credo/compare/v0.8.10...v0.9.2)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 commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot ignore this [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 [this|these] label[s]` will set the current labels as the default for future PRs for this repo and language 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) - Out-of-range updates (receive only lockfile updates, if desired) Finally, you can contact us by mentioning @dependabot.