Skip to content

Commit db7c63c

Browse files
committed
Update rubocop and make lint pass
Signed-off-by: Alex Pop <alexpop@users.noreply.github.com>
1 parent a23b568 commit db7c63c

File tree

3 files changed

+0
-7
lines changed

3 files changed

+0
-7
lines changed

.rubocop.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,6 @@
22
AllCops:
33
Exclude:
44
- vendor/**/*
5-
- "*/puppet/Puppetfile"
6-
- "*/puppet/.tmp/**/*"
7-
TargetRubyVersion: 1.9
85
Documentation:
96
Enabled: false
107
AlignParameters:

controls/nginx_spec.rb

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
# encoding: utf-8
2-
#
31
# Copyright 2015, Patrick Muench
42
#
53
# Licensed under the Apache License, Version 2.0 (the "License");

libraries/nginx_lib.rb

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
# encoding: utf-8
2-
#
31
# Copyright 2016, Patrick Muench
42
#
53
# Licensed under the Apache License, Version 2.0 (the "License");

0 commit comments

Comments
 (0)