cfn-nag 0.3.62 → 0.3.63

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 64e453ae44e0c5cde24c0f079762200698dbe1470af2286b5a75e6ed1bed89fc
4
- data.tar.gz: 287657444adbca4246eba8cba6795959fb59a8d34ad8181134b6942f14c0410c
3
+ metadata.gz: 1e32ac4f5d071ea28ddcf78040b3a01b8482661da2937d443bfa1a1d59586ec3
4
+ data.tar.gz: f960fd360f8b3e14a438bca74865387e63c3080b563da39912664457b8837c93
5
5
  SHA512:
6
- metadata.gz: '0916e71cb71a572c335120d6cedc557ac5d2ec9ddc762d3496e4adbd5a26c63c96f96fb70a1784d1c3ee2069066d3230afed74f15f4e6b97e1209bcaf929936b'
7
- data.tar.gz: 8a23de053940f938ef6d982bbee5da0caade16e2acf7b5681b066705f98b09727ee6e2943e0e1bf3a8cb1462a8edd79bac31f29a90c96f15ed432823789364e3
6
+ metadata.gz: e225bfcbda9470e791fb2ec9fbdf6e1d56ecfa74dfbc1b8e5657a76cddfd6e2f80e56d131cba14934c104a3bbe4dbd43c933f19e9d1ed6e24a4b9b7fd4939fe7
7
+ data.tar.gz: 1a12b7b76234fc3573125c823c81b6aaef3dce6551f84a8320e579bd1dfa484a7465a1a2b66d1e082d9ec2175b88ef68823a2efeb5bf008ade2fa0cf851a9645
data/lib/cfn-nag.rb CHANGED
@@ -1,5 +1,3 @@
1
- # rubocop:disable Naming/FileName
2
1
  require 'cfn-nag/cfn_nag'
3
2
  require 'cfn-nag/violation'
4
3
  require 'cfn-nag/rule_dumper'
5
- # rubocop:enable Naming/FileName
@@ -44,8 +44,6 @@ class CfnNag
44
44
  end
45
45
  end
46
46
 
47
- # rubocop:disable Metrics/MethodLength
48
-
49
47
  ##
50
48
  # Given a file or directory path, return aggregate results
51
49
  #
@@ -65,9 +63,6 @@ class CfnNag
65
63
  end
66
64
  aggregate_results
67
65
  end
68
- # rubocop:enable Metrics/MethodLength
69
-
70
- # rubocop:disable Metrics/MethodLength
71
66
 
72
67
  ##
73
68
  # Given cloudformation json/yml, run all the rules against it
@@ -100,7 +95,6 @@ class CfnNag
100
95
  violations: violations
101
96
  }
102
97
  end
103
- # rubocop:enable Metrics/MethodLength
104
98
 
105
99
  def self.configure_logging(opts)
106
100
  logger = Logging.logger['log']
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cfn-nag
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.62
4
+ version: 0.3.63
5
5
  platform: ruby
6
6
  authors:
7
7
  - Eric Kascic