Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
testing
puppet-icinga2_notificationtest
Commits
61c9f694
Commit
61c9f694
authored
Jun 14, 2017
by
Markus Frosch
Browse files
Update Gemfile and Rakefile
Disable Rubocop for now...
parent
4903af59
Pipeline
#373
passed with stage
in 1 minute and 9 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Gemfile
View file @
61c9f694
source
'
https://rubygems.org
'
gem
'
puppet
'
,
ENV
.
key?
(
'PUPPET_VERSION'
)
?
"~>
#{
ENV
[
'PUPPET_VERSION'
]
}
"
:
'>= 2.7'
gem
'
rspec-puppet
'
,
'>= 2.0'
gem
'
puppet
labs_spec_helper
'
,
'>= 0.1.0'
gem
'
puppet-lint
'
,
'>= 1'
ENV
[
'PUPPET_VERSION'
]
=
'>= 3.8'
unless
ENV
.
key?
(
'PUPPET_VERSION'
)
gem
'
puppet
'
,
ENV
[
'PUPPET_VERSION'
]
gem
'
facter
'
,
'>= 1.7.0'
gem
'
rspec-puppet-facts
'
,
:require
=>
false
gem
'
metadata-json-lint
'
gem
'
puppet-lint
'
,
'>= 1'
gem
'
puppetlabs_spec_helper
'
,
'>= 0.1.0'
gem
'
rspec-puppet
'
,
'>= 2.0'
gem
'
rspec-puppet-facts
'
,
require:
false
gem
'
puppet-lint-strict_indent-check
'
gem
'
puppet-lint-absolute_classname-check
'
gem
'
puppet-lint-classes_and_types_beginning_with_digits-check
'
gem
'
puppet-lint-leading_zero-check
'
gem
'
puppet-lint-strict_indent-check
'
gem
'
puppet-lint-trailing_comma-check
'
gem
'
puppet-lint-version_comparison-check
'
gem
'
puppet-lint-classes_and_types_beginning_with_digits-check
'
gem
'
puppet-lint-unquoted_string-check
'
gem
'
puppet-lint-variable_contains_upcase
'
gem
'
metadata-json-lint
'
gem
'
puppet-lint-version_comparison-check
'
gem
'
rubocop-rspec
'
,
'~> 1.6'
,
:
require
=>
false
if
RUBY_VERSION
>=
'2.3.0'
gem
'
rubocop-rspec
'
,
'~> 1.6'
,
require
:
false
if
RUBY_VERSION
>=
'2.3.0'
Rakefile
View file @
61c9f694
...
...
@@ -15,4 +15,4 @@ PuppetLint::RakeTask.new :lint do |config|
config
.
ignore_paths
=
PuppetLint
.
configuration
.
ignore_paths
end
task
all:
[
:validate
,
:lint
,
:spec
,
:rubocop
]
task
all:
[
:validate
,
:lint
,
:spec
]
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment