Changelog
*Sourced from [credo's changelog](https://github.com/rrrene/credo/blob/master/CHANGELOG.md).*
> ## 1.1.2
>
> - Fix bug in `Heredocs` regarding indentation
> - Fix bug in `FunctionNames` when using `unquote/1` in guards
> - Fix bug in `FunctionNames` when defining `sigil_` functions for uppercase sigils
>
> ## 1.1.1
>
> - Fix incompatibilities between Elixir 1.9, `Credo.Code.Token` and `Credo.Code.InterpolationHelper`
> - Fix error in `Heredocs` with certain UTF-8 chars
> - New param for `ParenthesesOnZeroArityDefs`: use `[parens: true]` to force presence of parentheses on zero arity defs
Commits
- [`eb66271`](https://github.com/rrrene/credo/commit/eb66271680f71904d1ac1a21861250e87a40d736) Bump version to 1.1.2
- [`f4823c6`](https://github.com/rrrene/credo/commit/f4823c6016b2503fbef03e5716083d845d0b0ffe) Update CHANGELOG
- [`c5e7485`](https://github.com/rrrene/credo/commit/c5e74850f6ae7815e51a19692c586e3e6182e664) Fix FunctionNames for sigil definitions
- [`15f304a`](https://github.com/rrrene/credo/commit/15f304ae1e46d87152c6ecd461ba667b90529685) Add failing test reproducing [#679](https://github-redirect.dependabot.com/rrrene/credo/issues/679)
- [`fee7825`](https://github.com/rrrene/credo/commit/fee78256427a899f82073ea1d30e84138a0dd5e3) Fix bug with unquote/1 calls in FunctionNames
- [`a62a157`](https://github.com/rrrene/credo/commit/a62a157577e76a894061845c85fd446dcb0c3ad4) Add test reproducing [#678](https://github-redirect.dependabot.com/rrrene/credo/issues/678)
- [`1dbb9ad`](https://github.com/rrrene/credo/commit/1dbb9ad4c4404249e0931c88d136eb161c28fa0f) Merge pull request [#677](https://github-redirect.dependabot.com/rrrene/credo/issues/677) from melpon/fix-outdented-warnings
- [`863b5aa`](https://github.com/rrrene/credo/commit/863b5aabcc92342fbee64adf31357fb851119984) Fix tests
- [`73c1790`](https://github.com/rrrene/credo/commit/73c1790615083079d6e61a1a20bf976ccd9de297) Fix outdented heredoc warnings
- [`0d9dfb3`](https://github.com/rrrene/credo/commit/0d9dfb3d735d2c2ee25ee7f1963937050142a4db) Bump version to 1.1.1
- Additional commits viewable in [compare view](https://github.com/rrrene/credo/compare/v1.1.0...v1.1.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 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). To ignore the version in this PR you can just close it
- `@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.
Bumps credo from 1.1.0 to 1.1.2.
Changelog
*Sourced from [credo's changelog](https://github.com/rrrene/credo/blob/master/CHANGELOG.md).* > ## 1.1.2 > > - Fix bug in `Heredocs` regarding indentation > - Fix bug in `FunctionNames` when using `unquote/1` in guards > - Fix bug in `FunctionNames` when defining `sigil_` functions for uppercase sigils > > ## 1.1.1 > > - Fix incompatibilities between Elixir 1.9, `Credo.Code.Token` and `Credo.Code.InterpolationHelper` > - Fix error in `Heredocs` with certain UTF-8 chars > - New param for `ParenthesesOnZeroArityDefs`: use `[parens: true]` to force presence of parentheses on zero arity defsCommits
- [`eb66271`](https://github.com/rrrene/credo/commit/eb66271680f71904d1ac1a21861250e87a40d736) Bump version to 1.1.2 - [`f4823c6`](https://github.com/rrrene/credo/commit/f4823c6016b2503fbef03e5716083d845d0b0ffe) Update CHANGELOG - [`c5e7485`](https://github.com/rrrene/credo/commit/c5e74850f6ae7815e51a19692c586e3e6182e664) Fix FunctionNames for sigil definitions - [`15f304a`](https://github.com/rrrene/credo/commit/15f304ae1e46d87152c6ecd461ba667b90529685) Add failing test reproducing [#679](https://github-redirect.dependabot.com/rrrene/credo/issues/679) - [`fee7825`](https://github.com/rrrene/credo/commit/fee78256427a899f82073ea1d30e84138a0dd5e3) Fix bug with unquote/1 calls in FunctionNames - [`a62a157`](https://github.com/rrrene/credo/commit/a62a157577e76a894061845c85fd446dcb0c3ad4) Add test reproducing [#678](https://github-redirect.dependabot.com/rrrene/credo/issues/678) - [`1dbb9ad`](https://github.com/rrrene/credo/commit/1dbb9ad4c4404249e0931c88d136eb161c28fa0f) Merge pull request [#677](https://github-redirect.dependabot.com/rrrene/credo/issues/677) from melpon/fix-outdented-warnings - [`863b5aa`](https://github.com/rrrene/credo/commit/863b5aabcc92342fbee64adf31357fb851119984) Fix tests - [`73c1790`](https://github.com/rrrene/credo/commit/73c1790615083079d6e61a1a20bf976ccd9de297) Fix outdented heredoc warnings - [`0d9dfb3`](https://github.com/rrrene/credo/commit/0d9dfb3d735d2c2ee25ee7f1963937050142a4db) Bump version to 1.1.1 - Additional commits viewable in [compare view](https://github.com/rrrene/credo/compare/v1.1.0...v1.1.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 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). To ignore the version in this PR you can just close it - `@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.