| 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 b/lib/rb/Gemfile index 83ff867..f3da0a3 100644 --- a/lib/rb/Gemfile +++ b/lib/rb/Gemfile
@@ -5,3 +5,5 @@ # Only required for tests with Rack 2.x on Ruby 4.0+ gem 'cgi' gem 'ostruct' + +eval_gemfile File.expand_path("Gemfile.linters", __dir__)