| commit | df22bb1b1b193c2d9e1ebc2e614b22830dbb7abc | [log] [tgz] |
|---|---|---|
| author | Dmytro Shteflyuk <kpumuk@kpumuk.info> | Sat Dec 20 13:41:21 2025 -0500 |
| committer | Jens Geyer <Jens-G@users.noreply.github.com> | Wed Mar 11 08:47:12 2026 +0100 |
| tree | f6e11adbd6d1bfdf05f36e12e4b7035463b29652 | |
| parent | 45b6935a80859016862080f97678ac415e758bed [diff] [blame] |
Added Rubocop harness to enforce Ruby code style
diff --git a/lib/rb/Gemfile.linters b/lib/rb/Gemfile.linters new file mode 100644 index 0000000..00d4d22 --- /dev/null +++ b/lib/rb/Gemfile.linters
@@ -0,0 +1,5 @@ +source "https://rubygems.org" + +gem 'rubocop', '~> 1.82.0' +gem 'rubocop-performance', '~> 1.26.1' +gem 'rubocop-rspec', '~> 3.8.0'