qdrant-ruby
qdrant-ruby copied to clipboard
Bump standard from 1.25.3 to 1.28.5
trafficstars
Bumps standard from 1.25.3 to 1.28.5.
Changelog
Sourced from standard's changelog.
1.28.5
- Make LSP behave more nicely with nvim-lspconfig #564
1.28.4
- Fix standard-rails#7
1.28.3
1.28.2
- Attempts to fix the not-actually fixed plugin behavior in 1.28.1
1.28.1
- Fixes plugin behavior caused by setting
DisabledByDefault: trueinAllCopsEffectively, a single lint_roller plugin whoseruleswere of type:objectwould inadvertently mark all previously-defined rules as invalid. #5571.28.0
- Refactor Standard into 3 gems and convert all built-in configuration into lint_roller plugins. See:
- Standard's behavior when merging multiple
extend_configthat change the same set of rules has been fixed to be first-in-wins, as opposed to last-in-wins. This ensures a consistent behavior across plugins and extended configurations, namely that the first thing to configure a given rule effectively locks it from subsequent changes- Enable
DisabledByDefault: true. This shouldn't impact anyone, but might change the behavior of someextend_configusers. Because Standard specifies every rule in rubocop and rubocop-performance, this configuration's absence wasn't felt until we went to the plugin system, where it makes much more sense for plugins to opt-in to the cops they want to configure, as opposed to just running every single one that they happen to load/require1.27.0
- Update rubocop from 1.48.1 to 1.50.2
- Enabled Style/RedundantLineContinuation
1.26.0
... (truncated)
Commits
ae776871.28.5e8e4f69Merge pull request #564 from detaso/didChangeConfiguration98810c2Ignore workspace/didChangeConfiguration8554f1eLock RubyTargetVersion in rubocop runner testsa1cbcfa1.28.4ed4253aMerge ignore ("Exclude") rules AFTER plugins and extensionsb781cb1Write a failing test that took me an hour6c95e5fadd a more complex ignore merging testc741249add a test making sure ignores of cops loaded by plugins workfc1c0711.28.3- Additional commits viewable in compare view
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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)