chore: fixes, several improvements and refactorings (#2)

* chore: fixes

* chore: rubocop fixes, linting, etc.

* chore: switching to use `brew style` only

* chore: use `brew style` for linting, skip example formulae in ci.yml

* chore(lint): fixes, additions and tweaks
This commit is contained in:
2025-09-23 11:29:53 +03:00
committed by GitHub
parent 310ac4946a
commit 6dc9a170cc
16 changed files with 678 additions and 472 deletions

10
Gemfile
View File

@@ -1,13 +1,7 @@
# frozen_string_literal: true
source "https://rubygems.org"
ruby "3.4.5"
gem "parser", "~> 3.3"
gem "json", "~> 2.7"
group :development, :test do
gem "rubocop", "~> 1.69"
gem "rubocop-rspec", "~> 3.6"
gem "rubocop-performance", "~> 1.25"
gem "rspec", "~> 3.13"
end