mirror of
https://github.com/anteo/redmine_custom_workflows.git
synced 2026-01-25 15:54:19 +00:00
Redmine 5.1
This commit is contained in:
parent
672d0376d4
commit
1ec5e033ed
2
.github/workflows/rubyonrails.yml
vendored
2
.github/workflows/rubyonrails.yml
vendored
@ -79,7 +79,7 @@ jobs:
|
||||
steps:
|
||||
- name: Clone Redmine
|
||||
# Get the latest stable Redmine
|
||||
run: svn export http://svn.redmine.org/redmine/branches/5.0-stable/ /opt/redmine
|
||||
run: svn export http://svn.redmine.org/redmine/branches/5.1-stable/ /opt/redmine
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v3
|
||||
- name: Link the plugin
|
||||
|
||||
@ -18,7 +18,7 @@
|
||||
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||
|
||||
AllCops:
|
||||
TargetRubyVersion: 2.7
|
||||
TargetRubyVersion: 3.1
|
||||
TargetRailsVersion: 6.1
|
||||
|
||||
NewCops: enable
|
||||
@ -59,3 +59,6 @@ Rails/SkipsModelValidations:
|
||||
|
||||
Style/ExpandPathArguments:
|
||||
Enabled: false
|
||||
|
||||
Style/HashSyntax:
|
||||
Enabled: false
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user