modulesync 0.21.3

This commit is contained in:
Tim Meusel 2017-06-11 18:00:52 +02:00
parent fe27464f3a
commit 1fd33f118b
No known key found for this signature in database
GPG Key ID: 04D659E6BF1C4CC0
5 changed files with 24 additions and 1 deletions

View File

@ -1 +1 @@
modulesync_config_version: '0.21.1'
modulesync_config_version: '0.21.3'

1
.rspec_parallel Normal file
View File

@ -0,0 +1 @@
--format progress

View File

@ -503,6 +503,10 @@ Style/ClosingParenthesisIndentation:
# RSpec
RSpec/BeforeAfterAll:
Exclude:
- spec/acceptance/**/*
# We don't use rspec in this way
RSpec/DescribeClass:
Enabled: False
@ -522,6 +526,10 @@ RSpec/RepeatedDescription:
RSpec/NestedGroups:
Enabled: False
# this is broken on ruby1.9
Style/IndentHeredoc:
Enabled: False
# disable Yaml safe_load. This is needed to support ruby2.0.0 development envs
Security/YAMLLoad:
Enabled: false

View File

@ -35,6 +35,7 @@ group :test do
gem 'github_changelog_generator', '~> 1.13.0', :require => false if RUBY_VERSION < '2.2.2'
gem 'rack', '~> 1.0', :require => false if RUBY_VERSION < '2.2.2'
gem 'github_changelog_generator', :require => false if RUBY_VERSION >= '2.2.2'
gem 'parallel_tests', :require => false
end
group :development do

View File

@ -0,0 +1,13 @@
---
# This file is managed via modulesync
# https://github.com/voxpupuli/modulesync
# https://github.com/voxpupuli/modulesync_config
HOSTS:
archlinux-2-x64:
roles:
- master
platform: archlinux-2-x64
box: archlinux/archlinux
hypervisor: vagrant
CONFIG:
type: foss