Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump credo from 1.7.8 to 1.7.9 (#935)
Bumps [credo](https://github.com/rrrene/credo) from 1.7.8 to 1.7.9. <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.9</h2> <p>Check it out on Hex: <a href="https://hex.pm/packages/credo/1.7.9">https://hex.pm/packages/credo/1.7.9</a></p> <ul> <li><code>Credo.Check.Refactor.ABCSize</code> fixed false positive for pin operator (<code>^</code>)</li> <li><code>Credo.Check.Readability.FunctionNames</code> fixed false positive for pow operator (<code>**</code>)</li> <li>Fixed a bug in <code>Credo.Code.Parameters</code> when couting parameters for functions with guards</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.9</h2> <ul> <li><code>Credo.Check.Refactor.ABCSize</code> fixed false positive for pin operator (<code>^</code>)</li> <li><code>Credo.Check.Readability.FunctionNames</code> fixed false positive for pow operator (<code>**</code>)</li> <li>Fixed a bug in <code>Credo.Code.Parameters</code> when couting parameters for functions with guards</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/rrrene/credo/commit/6b84f3ff65978e0dd08e1d1daf0ffd6ee00b882d"><code>6b84f3f</code></a> Bump version to 1.7.9</li> <li><a href="https://github.com/rrrene/credo/commit/c51fcbe31f5e14c49adb2ed7986335375f173a28"><code>c51fcbe</code></a> Update CHANGELOG</li> <li><a href="https://github.com/rrrene/credo/commit/9f356ad449d6123fad3f57e79d0c7fc8f377b484"><code>9f356ad</code></a> Add ** operator</li> <li><a href="https://github.com/rrrene/credo/commit/ef5224c5cf6e7021c0c9699fb462e72b7f08c590"><code>ef5224c</code></a> Use Elixir 1.17.3 as latest on CI</li> <li><a href="https://github.com/rrrene/credo/commit/f33c6979d8d0fe67690d4f77b2b217d1de82dc42"><code>f33c697</code></a> Fix potential compiler warning</li> <li><a href="https://github.com/rrrene/credo/commit/b1ad8c473b7a013f649d016a1796c17a4fe1c173"><code>b1ad8c4</code></a> Merge pull request <a href="https://redirect.github.com/rrrene/credo/issues/1156">#1156</a> from paulanthonywilson/fix-params-count-with-guard</li> <li><a href="https://github.com/rrrene/credo/commit/6127e70ea438ce8cb75da9ec5de47c80e6ff5bf3"><code>6127e70</code></a> Merge pull request <a href="https://redirect.github.com/rrrene/credo/issues/1154">#1154</a> from avinayak/patch-1</li> <li><a href="https://github.com/rrrene/credo/commit/3d9dae8294e267052f549d2d6310246b4ab3ae64"><code>3d9dae8</code></a> Do not count pin operator for ABC size</li> <li><a href="https://github.com/rrrene/credo/commit/3dfd2e87b71551f333d9f67cf0b3c58a8e8a44cd"><code>3dfd2e8</code></a> Fixes counting params when a function has a guard</li> <li><a href="https://github.com/rrrene/credo/commit/510658f0cb1ac6896d7fe2e6d6a5e8d387fc889f"><code>510658f</code></a> Update output.ex</li> <li>Additional commits viewable in <a href="https://github.com/rrrene/credo/compare/v1.7.8...v1.7.9">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=credo&package-manager=hex&previous-version=1.7.8&new-version=1.7.9)](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 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 close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@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>
- Loading branch information