mirror of
https://github.com/anteo/redmine_custom_workflows.git
synced 2026-01-26 08:14:20 +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:
|
steps:
|
||||||
- name: Clone Redmine
|
- name: Clone Redmine
|
||||||
# Get the latest stable 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
|
- name: Checkout code
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
- name: Link the plugin
|
- name: Link the plugin
|
||||||
|
|||||||
@ -18,7 +18,7 @@
|
|||||||
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||||
|
|
||||||
AllCops:
|
AllCops:
|
||||||
TargetRubyVersion: 2.7
|
TargetRubyVersion: 3.1
|
||||||
TargetRailsVersion: 6.1
|
TargetRailsVersion: 6.1
|
||||||
|
|
||||||
NewCops: enable
|
NewCops: enable
|
||||||
@ -59,3 +59,6 @@ Rails/SkipsModelValidations:
|
|||||||
|
|
||||||
Style/ExpandPathArguments:
|
Style/ExpandPathArguments:
|
||||||
Enabled: false
|
Enabled: false
|
||||||
|
|
||||||
|
Style/HashSyntax:
|
||||||
|
Enabled: false
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user