mirror of
https://github.com/Homebrew/brew.git
synced 2026-08-12 22:29:27 +04:00
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.
36 lines
1.4 KiB
YAML
Generated
36 lines
1.4 KiB
YAML
Generated
---
|
|
name: rubocop-ast
|
|
version: 1.50.0
|
|
type: bundler
|
|
summary: RuboCop tools to deal with Ruby code AST.
|
|
homepage: https://github.com/rubocop/rubocop-ast
|
|
license: mit
|
|
licenses:
|
|
- sources: LICENSE.txt
|
|
text: |
|
|
Copyright (c) 2012-20 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.
|
|
- sources: README.md
|
|
text: |-
|
|
`rubocop-ast` is MIT licensed. [See the accompanying file](LICENSE.txt) for
|
|
the full text.
|
|
notices: []
|