Files
brew/.licenses/bundler/rubocop.dep.yml
T
Douglas Eichelberger 5b0c567e58 Update rubocop-sorbet to 0.13.0
Also updates rubocop (1.88.1 -> 1.88.2) and rubocop-ast (1.49.1 -> 1.50.0),
which are pulled in transitively since rubocop-sorbet has no upper bound
on its rubocop dependency.

rubocop-sorbet 0.13.0 no longer flags Sorbet type_template/type_member
constants under Style/MutableConstant, so the surrounding disable
comments (and their explanatory comments) are now dead code and removed.

rubocop 1.88.2 also extends Style/ArrayIntersect's block-based pattern
match to cover `include?`, not just `member?`, and applies its
autocorrect even though the cop's own docs note it "cannot guarantee
`array1` and `array2` are actually arrays". Several matches were on
Sets, Strings, or Enumerators, where `Array#intersect?` raises; those
call sites disable the cop with an explanation and keep the original
code. The remaining matches were genuinely between two arrays, so keep
the `intersect?` rewrite there.
2026-07-10 12:48:52 -07:00

32 lines
1.3 KiB
YAML
Generated

---
name: rubocop
version: 1.88.2
type: bundler
summary: Automatic Ruby code style checking tool.
homepage: https://github.com/rubocop/rubocop
license: mit
licenses:
- sources: LICENSE.txt
text: |
Copyright (c) 2012-26 Bozhidar Batsov
Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
"Software"), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell copies of the Software, and to
permit persons to whom the Software is furnished to do so, subject to
the following conditions:
The above copyright notice and this permission notice shall be
included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
notices: []