From 95da97fb77e6a8f9494e19993f8f814f602cbaf8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Pi=C4=8Dman?= Date: Wed, 1 Oct 2025 10:00:38 +0200 Subject: [PATCH] Redmine 6.1 --- .github/workflows/rubyonrails.yml | 2 +- .rubocop.yml | 7 +++++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/.github/workflows/rubyonrails.yml b/.github/workflows/rubyonrails.yml index af05097..cfbcdb5 100644 --- a/.github/workflows/rubyonrails.yml +++ b/.github/workflows/rubyonrails.yml @@ -82,7 +82,7 @@ jobs: sudo apt-get install subversion - name: Clone Redmine # Get the latest stable Redmine - run: svn export http://svn.redmine.org/redmine/branches/6.0-stable/ /opt/redmine + run: svn export http://svn.redmine.org/redmine/branches/6.1-stable/ /opt/redmine - name: Checkout code uses: actions/checkout@v3 - name: Link the plugin diff --git a/.rubocop.yml b/.rubocop.yml index 4c8f323..8c97abe 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -15,16 +15,19 @@ # You should have received a copy of the GNU General Public License along with Redmine Custom Workflows plugin. If not, # see . +plugins: + rubocop-rails + AllCops: TargetRubyVersion: 3.2 TargetRailsVersion: 7.1 SuggestExtensions: false - NewCops: enable - Exclude: - '**/vendor/**/*' + NewCops: enable + # Rules for CustomWorkflows Metrics/BlockLength: Enabled: false