Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
puppet-icinga2_notificationtest
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
testing
puppet-icinga2_notificationtest
Commits
61c9f694
Commit
61c9f694
authored
Jun 14, 2017
by
Markus Frosch
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
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
Showing
2 changed files
with
14 additions
and
12 deletions
+14
-12
Gemfile
Gemfile
+13
-11
Rakefile
Rakefile
+1
-1
No files found.
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