From 1a25d403fa0dc5ab58c061e3dcc9daee8d8b273e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Pi=C4=8Dman?= Date: Tue, 30 Sep 2025 15:31:08 +0200 Subject: [PATCH] Rubocop --- .rubocop.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.rubocop.yml b/.rubocop.yml index ff20ea66..9a2d4de2 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -15,6 +15,9 @@ # You should have received a copy of the GNU General Public License along with Redmine DMSF plugin. If not, see # . +plugins: + rubocop-rails + AllCops: TargetRubyVersion: 3.2 TargetRailsVersion: 7.1