Changelog
*Sourced from [credo's changelog](https://github.com/rrrene/credo/blob/master/CHANGELOG.md).*
> ## 1.0.4
>
> - Ignore heredocs in `RedundantBlankLines`
> - Fix bug in `StringSigils`
> - Minor refactorings
>
> ## 1.0.3
>
> - Fix bug in `Name.full/1`
> - Fix bug in `UI.truncate/2`
> - Disable `LazyLogging` for Elixir >= 1.7
> - Add UnnecessaryAliasExpansion check to experimental checks
>
> ## 1.0.2
>
> - Fix false positive in `MapInto`
> - Disable `MapInto` for Elixir 1.8 and higher
> - Ensure issues are sorted by filename, line number and column number
> - Warn about ineffective check filter patterns
> - Add `ModuleDependencies` check to experimental checks
>
> ## 1.0.1
>
> - Compilation warnings for Elixir 1.8
> - Fix `StringSigils` to not crash with strings containing non-UTF8 characters
>
> ## 1.0.0
>
> - Improve documentation
> - Add error handling for malformed config files
> - Write all warnings to `:stderr`
> - Fix false positive for charlists in PipeChainStart
> - Remove deprecated --one-line switch
> - Deactivate checks `DuplicatedCode` and `DoubleBooleanNegation` by default
>
> ### BREAKING CHANGES
>
> These changes concern people writing their own checks for Credo.
>
> - `Credo.Check.CodeHelper` was removed. Please use the corresponding functions inside the `Credo.Code` namespace.
>
> ## 0.10.2
>
> - Fix bug in AliasOrder
>
> ## 0.10.1
>
> - Fixed "unnecessary atom quotes" compiler warning during analysis
> - Handle timeouts when reading source files
> - Ignore function calls for OperationOnSameValues
> ... (truncated)
Commits
- [`26afbaa`](https://github.com/rrrene/credo/commit/26afbaad9590db41b46d20252809db9a1d1590a4) Bump version to 1.0.4
- [`4b3112f`](https://github.com/rrrene/credo/commit/4b3112fe5829a9d1e53a57d0fb1ff77180e7918c) Update CHANGELOG
- [`b0cc635`](https://github.com/rrrene/credo/commit/b0cc635bc9e7ade2b1aef12188ddec8d9118c918) Fix false positive in RedundantBlankLines
- [`2a0ed1d`](https://github.com/rrrene/credo/commit/2a0ed1db64e62df805ee3c7944be081d3afd21ac) Add test reproducing [#643](https://github-redirect.dependabot.com/rrrene/credo/issues/643)
- [`c602f78`](https://github.com/rrrene/credo/commit/c602f78c2f231f5abe34a178a2ed4b829d2c40d0) Make more public funs private
- [`dfa1bb9`](https://github.com/rrrene/credo/commit/dfa1bb965912f12d253f5c85ee362e21c87ad9b5) Update public funs to be private
- [`162abc1`](https://github.com/rrrene/credo/commit/162abc1edece64b8a65542d40025639bca86d302) Update public funs to be private
- [`7a92ac2`](https://github.com/rrrene/credo/commit/7a92ac27706dd509abf9cf31d0a89510b7ea704c) Fix bug in StringSigils check
- [`abdd8a9`](https://github.com/rrrene/credo/commit/abdd8a954030f8a2d5dd3b40a5de65a3ca3deb45) Add test actually reproducing [#611](https://github-redirect.dependabot.com/rrrene/credo/issues/611)
- [`5623570`](https://github.com/rrrene/credo/commit/5623570bb2e3944345f1bf11819ca613533b5e10) Update Elixir to 1.8.1
- Additional commits viewable in [compare view](https://github.com/rrrene/credo/compare/v0.9.3...v1.0.4)
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 recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@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 use this milestone` will set the current milestone 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.
Coverage remained the same at 34.483% when pulling 7e49ba9dd729feae26a389c8f8548bbd23d5730e on dependabot/hex/credo-1.0.4 into bd6fe5ed1bf0fe702068676f4124a226904d0ad7 on develop.
Bumps credo from 0.9.3 to 1.0.4.
Changelog
*Sourced from [credo's changelog](https://github.com/rrrene/credo/blob/master/CHANGELOG.md).* > ## 1.0.4 > > - Ignore heredocs in `RedundantBlankLines` > - Fix bug in `StringSigils` > - Minor refactorings > > ## 1.0.3 > > - Fix bug in `Name.full/1` > - Fix bug in `UI.truncate/2` > - Disable `LazyLogging` for Elixir >= 1.7 > - Add UnnecessaryAliasExpansion check to experimental checks > > ## 1.0.2 > > - Fix false positive in `MapInto` > - Disable `MapInto` for Elixir 1.8 and higher > - Ensure issues are sorted by filename, line number and column number > - Warn about ineffective check filter patterns > - Add `ModuleDependencies` check to experimental checks > > ## 1.0.1 > > - Compilation warnings for Elixir 1.8 > - Fix `StringSigils` to not crash with strings containing non-UTF8 characters > > ## 1.0.0 > > - Improve documentation > - Add error handling for malformed config files > - Write all warnings to `:stderr` > - Fix false positive for charlists in PipeChainStart > - Remove deprecated --one-line switch > - Deactivate checks `DuplicatedCode` and `DoubleBooleanNegation` by default > > ### BREAKING CHANGES > > These changes concern people writing their own checks for Credo. > > - `Credo.Check.CodeHelper` was removed. Please use the corresponding functions inside the `Credo.Code` namespace. > > ## 0.10.2 > > - Fix bug in AliasOrder > > ## 0.10.1 > > - Fixed "unnecessary atom quotes" compiler warning during analysis > - Handle timeouts when reading source files > - Ignore function calls for OperationOnSameValues > ... (truncated)Commits
- [`26afbaa`](https://github.com/rrrene/credo/commit/26afbaad9590db41b46d20252809db9a1d1590a4) Bump version to 1.0.4 - [`4b3112f`](https://github.com/rrrene/credo/commit/4b3112fe5829a9d1e53a57d0fb1ff77180e7918c) Update CHANGELOG - [`b0cc635`](https://github.com/rrrene/credo/commit/b0cc635bc9e7ade2b1aef12188ddec8d9118c918) Fix false positive in RedundantBlankLines - [`2a0ed1d`](https://github.com/rrrene/credo/commit/2a0ed1db64e62df805ee3c7944be081d3afd21ac) Add test reproducing [#643](https://github-redirect.dependabot.com/rrrene/credo/issues/643) - [`c602f78`](https://github.com/rrrene/credo/commit/c602f78c2f231f5abe34a178a2ed4b829d2c40d0) Make more public funs private - [`dfa1bb9`](https://github.com/rrrene/credo/commit/dfa1bb965912f12d253f5c85ee362e21c87ad9b5) Update public funs to be private - [`162abc1`](https://github.com/rrrene/credo/commit/162abc1edece64b8a65542d40025639bca86d302) Update public funs to be private - [`7a92ac2`](https://github.com/rrrene/credo/commit/7a92ac27706dd509abf9cf31d0a89510b7ea704c) Fix bug in StringSigils check - [`abdd8a9`](https://github.com/rrrene/credo/commit/abdd8a954030f8a2d5dd3b40a5de65a3ca3deb45) Add test actually reproducing [#611](https://github-redirect.dependabot.com/rrrene/credo/issues/611) - [`5623570`](https://github.com/rrrene/credo/commit/5623570bb2e3944345f1bf11819ca613533b5e10) Update Elixir to 1.8.1 - Additional commits viewable in [compare view](https://github.com/rrrene/credo/compare/v0.9.3...v1.0.4)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 recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@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 use this milestone` will set the current milestone 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.