Closed dependabot[bot] closed 2 years ago
Code Climate has analyzed commit 73fc2034 and detected 0 issues on this pull request.
View more on Code Climate.
Merging #1731 (25edd05) into main (b66b754) will not change coverage. The diff coverage is
n/a
.
@@ Coverage Diff @@
## main #1731 +/- ##
=======================================
Coverage 63.47% 63.47%
=======================================
Files 39 39
Lines 1180 1180
=======================================
Hits 749 749
Misses 431 431
The error log clearly points out some possible causes!
.rubocop.yml:1: `require` is concealed by line 2
.rubocop.yml: Metrics/LineLength has the wrong namespace - should be Layout
Warning: obsolete parameter `IgnoredPatterns` (for `Layout/LineLength`) found in vendor/bundle/ruby/2.[7](https://github.com/publiclab/mapknitter/runs/6644924171?check_suite_focus=true#step:4:8).0/gems/rubocop-shopify-2.0.1/rubocop.yml
`IgnoredPatterns` has been renamed to `AllowedPatterns`.
Error: unrecognized cop or department Lint/UselessElseWithoutRescue found in vendor/bundle/ruby/2.7.0/gems/rubocop-shopify-2.0.1/rubocop.yml
Did you mean `Lint/UselessSetterCall`?
Error: Process completed with exit code 2.
Superseded by #1749.
Bumps rubocop from 1.12.1 to 1.30.0.
Release notes
Sourced from rubocop's releases.
... (truncated)
Changelog
Sourced from rubocop's changelog.
... (truncated)
Commits
3fd4828
Cut 1.30f14c944
Update Changelog5eef8fa
[Fix #10652] Fix a false positive forStyle/FetchEnvVar
in conditionsfaa98e3
[Fix #10665] Fix an incorrect autocorrect forLayout/ArgumentAlignment
91b7573
[Fix #10659] Fix automatically appended path forinherit_from
by `auto-gen-...825b758
Add a reproduction test to autocorrect_spec.rb8396e08
[Fix #10396] Fix autocorrect forLayout/IndentationWidth
to leave module/cl...0e8d924
Add newStyle/MapCompactWithConditionalBlock
copa4c197c
Recover Ruby 2.0 code analysis usingTargetRubyVersion: 2.0
bfe86b1
Merge pull request #10667 from ydah/fix_typoDependabot 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 close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@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)