Skip to content

Commit

Permalink
dependabot: bump fernandrone/linelint from 0.0.4 to 0.0.6 (#3211)
Browse files Browse the repository at this point in the history
Bumps [fernandrone/linelint](https://github.com/fernandrone/linelint)
from 0.0.4 to 0.0.6.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/fernandrone/linelint/commit/7907a5dca0c28ea7dd05c6d8d8cacded713aca11"><code>7907a5d</code></a>
Merge pull request <a
href="https://redirect.github.com/fernandrone/linelint/issues/5">#5</a>
from fernandrone/fix-autofix-and-add-stdin</li>
<li><a
href="https://github.com/fernandrone/linelint/commit/af685f4ea2f4ea1aa070c2318d01efed11e38401"><code>af685f4</code></a>
Fix (for real) drone.yml node img</li>
<li><a
href="https://github.com/fernandrone/linelint/commit/4396f2bc72b4ce70f84710ebe4e7d4c1e783042f"><code>4396f2b</code></a>
Fix default linelint path and gitignore tests</li>
<li><a
href="https://github.com/fernandrone/linelint/commit/5680d8cfd26ca7b2e52994758145caf97ef3385a"><code>5680d8c</code></a>
Fix .drone.yml node img</li>
<li><a
href="https://github.com/fernandrone/linelint/commit/7c760080ab8769605a6598cfa6db8f470313512b"><code>7c76008</code></a>
Make defaultConf public and rm implict dependency on file</li>
<li><a
href="https://github.com/fernandrone/linelint/commit/e9137a9d3b0fb4ba1ff41db40d54ed402bc2910b"><code>e9137a9</code></a>
Add markdownlint step on drone</li>
<li><a
href="https://github.com/fernandrone/linelint/commit/6c9b77c1c8d763416ed743d1b141e38397de398b"><code>6c9b77c</code></a>
Trim some lines</li>
<li><a
href="https://github.com/fernandrone/linelint/commit/5f775f453e80e52d5170fead604f37d4df37107f"><code>5f775f4</code></a>
Fix <a
href="https://redirect.github.com/fernandrone/linelint/issues/2">#2</a>
and add stdin</li>
<li><a
href="https://github.com/fernandrone/linelint/commit/0a5d2258fddef89e6f59458d260d8afa557f9cb4"><code>0a5d225</code></a>
Update go.sum</li>
<li><a
href="https://github.com/fernandrone/linelint/commit/fd137ed60575918a90d99d73426fd085a4a4ef67"><code>fd137ed</code></a>
Update dependencies</li>
<li>Additional commits viewable in <a
href="https://github.com/fernandrone/linelint/compare/0.0.4...0.0.6">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=fernandrone/linelint&package-manager=github_actions&previous-version=0.0.4&new-version=0.0.6)](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>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Aug 21, 2023
1 parent fc97eae commit 5066dcd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/code-hygiene.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
uses: actions/checkout@v3

- name: Linelint
uses: fernandrone/[email protected].4
uses: fernandrone/[email protected].6

spotless:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 5066dcd

Please sign in to comment.