Bump credo from 1.7.16 to 1.7.17 (#84) Bumps [credo](https://github.com/rrrene/credo) from 1.7.16 to 1.7.17. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/rrrene/credo/releases">credo's releases</a>.</em></p> <blockquote> <h2>v1.7.17</h2> <p>Check it out on Hex: <a href="https://hex.pm/packages/credo/1.7.17">https://hex.pm/packages/credo/1.7.17</a></p> <ul> <li><code>Credo.Check.Readability.ModuleDoc</code> add new param <code>:ignore_modules_using</code> (defaults to <code>[Credo.Check, Ecto.Schema, Phoenix.LiveView, ~r/\.Web$/]</code>)</li> <li><code>Credo.Check.Warning.UnusedOperation</code> update <code>:modules</code> param: instead of a list of functions to check, <code>:all</code> can be given to check all functions in a module</li> <li>New Check: <code>Credo.Check.Refactor.CondInsteadOfIfElse</code></li> <li>New Check: <code>Credo.Check.Warning.WrongTestFilename</code></li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/rrrene/credo/blob/master/CHANGELOG.md">credo's changelog</a>.</em></p> <blockquote> <h2>1.7.17</h2> <ul> <li><code>Credo.Check.Readability.ModuleDoc</code> add new param <code>:ignore_modules_using</code> (defaults to <code>[Credo.Check, Ecto.Schema, Phoenix.LiveView, ~r/\.Web$/]</code>)</li> <li><code>Credo.Check.Warning.UnusedOperation</code> update <code>:modules</code> param: instead of a list of functions to check, <code>:all</code> can be given to check all functions in a module</li> <li>New Check: <code>Credo.Check.Refactor.CondInsteadOfIfElse</code></li> <li>New Check: <code>Credo.Check.Warning.WrongTestFilename</code></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/rrrene/credo/commit/068fcc7bfb3d35ed35a000bd2a9a02b637114119"><code>068fcc7</code></a> Bump version to 1.7.17</li> <li><a href="https://github.com/rrrene/credo/commit/5eccc0d146291867ec6f1e22425159484185b3f8"><code>5eccc0d</code></a> Update CHANGELOG</li> <li><a href="https://github.com/rrrene/credo/commit/0b087207d614db8c31fd3aac0f659c49d750a382"><code>0b08720</code></a> Update .credo.exs</li> <li><a href="https://github.com/rrrene/credo/commit/122a258459418e4ca1f9b1cffbc78b11be870a3e"><code>122a258</code></a> Add :excludes to .formatter.exs</li> <li><a href="https://github.com/rrrene/credo/commit/09960e67678f5fc8e7e06d715eb3d94702d48590"><code>09960e6</code></a> Add defaults to :ignore_modules_using in ModuleDoc</li> <li><a href="https://github.com/rrrene/credo/commit/472f12e222abed650d95c8b662836b68da114836"><code>472f12e</code></a> Add repro for <a href="https://redirect.github.com/rrrene/credo/issues/1235">#1235</a> to prevent regressions</li> <li><a href="https://github.com/rrrene/credo/commit/11235d5754a1c93eb321ce2b2e989ed8601c0a0d"><code>11235d5</code></a> Merge branch '1254-module-doc-new-param'</li> <li><a href="https://github.com/rrrene/credo/commit/e73ea15e05a2d2a14083a0b1567b021d9acfb084"><code>e73ea15</code></a> Integrate new param for ModuleDoc</li> <li><a href="https://github.com/rrrene/credo/commit/0cfeba513f76b074a9be9913003115b9df9ada60"><code>0cfeba5</code></a> Update check id for WrongTestFilename</li> <li><a href="https://github.com/rrrene/credo/commit/04cb8633f9bff15557f062b1ca243a962eb53c8c"><code>04cb863</code></a> Merge branch '1258-new-test-files-check'</li> <li>Additional commits viewable in <a href="https://github.com/rrrene/credo/compare/v1.7.16...v1.7.17">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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 show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor 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) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>