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
b5698e92
Commit
b5698e92
authored
Dec 08, 2016
by
Markus Frosch
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
More Rubocop settings
parent
bfe2633a
Pipeline
#178
passed with stage
in 42 minutes and 40 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
5 deletions
+5
-5
.rubocop.yml
.rubocop.yml
+4
-4
Rakefile
Rakefile
+1
-1
No files found.
.rubocop.yml
View file @
b5698e92
...
...
@@ -17,8 +17,8 @@ RSpec/ImplicitExpect:
Enabled
:
False
# Example length is not necessarily an indicator of code quality
#
RSpec/ExampleLength:
#
Enabled: False
RSpec/ExampleLength
:
Enabled
:
False
#
RSpec/NamedSubject:
#
Enabled: False
RSpec/NamedSubject
:
Enabled
:
False
Rakefile
View file @
b5698e92
...
...
@@ -13,4 +13,4 @@ PuppetLint::RakeTask.new :lint do |config|
config
.
ignore_paths
=
PuppetLint
.
configuration
.
ignore_paths
end
task
:all
=>
[
:validate
,
:lint
,
:spec
]
task
:all
=>
[
:validate
,
:lint
,
:spec
,
:rubocop
]
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