mirror of
https://github.com/anteo/redmine_custom_workflows.git
synced 2026-01-25 15:54:19 +00:00
Redmine 6.1
This commit is contained in:
parent
7c80f63842
commit
95da97fb77
2
.github/workflows/rubyonrails.yml
vendored
2
.github/workflows/rubyonrails.yml
vendored
@ -82,7 +82,7 @@ jobs:
|
|||||||
sudo apt-get install subversion
|
sudo apt-get install subversion
|
||||||
- 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/6.0-stable/ /opt/redmine
|
run: svn export http://svn.redmine.org/redmine/branches/6.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
|
||||||
|
|||||||
@ -15,16 +15,19 @@
|
|||||||
# You should have received a copy of the GNU General Public License along with Redmine Custom Workflows plugin. If not,
|
# You should have received a copy of the GNU General Public License along with Redmine Custom Workflows plugin. If not,
|
||||||
# see <https://www.gnu.org/licenses/>.
|
# see <https://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
|
plugins:
|
||||||
|
rubocop-rails
|
||||||
|
|
||||||
AllCops:
|
AllCops:
|
||||||
TargetRubyVersion: 3.2
|
TargetRubyVersion: 3.2
|
||||||
TargetRailsVersion: 7.1
|
TargetRailsVersion: 7.1
|
||||||
SuggestExtensions: false
|
SuggestExtensions: false
|
||||||
|
|
||||||
NewCops: enable
|
|
||||||
|
|
||||||
Exclude:
|
Exclude:
|
||||||
- '**/vendor/**/*'
|
- '**/vendor/**/*'
|
||||||
|
|
||||||
|
NewCops: enable
|
||||||
|
|
||||||
# Rules for CustomWorkflows
|
# Rules for CustomWorkflows
|
||||||
Metrics/BlockLength:
|
Metrics/BlockLength:
|
||||||
Enabled: false
|
Enabled: false
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user