inspecstyle 0.2.0 → 0.2.1

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.
Files changed (37) hide show
  1. checksums.yaml +4 -4
  2. data/config/default.yml +7 -0
  3. data/doc/RuboCop.html +3 -3
  4. data/doc/RuboCop/Cop.html +3 -3
  5. data/doc/RuboCop/Cop/InSpecStyle.html +4 -4
  6. data/doc/RuboCop/Cop/InSpecStyle/Apache.html +306 -0
  7. data/doc/RuboCop/Cop/InSpecStyle/AwsIamUserProperty.html +358 -0
  8. data/doc/RuboCop/Cop/InSpecStyle/AzureGenericResource.html +6 -5
  9. data/doc/RuboCop/Cop/InSpecStyle/DeprecatedAttributes.html +3 -2
  10. data/doc/RuboCop/Cop/InSpecStyle/DeprecatedAttributes1.html +311 -0
  11. data/doc/RuboCop/Cop/InSpecStyle/FileBeMounted.html +250 -0
  12. data/doc/RuboCop/Cop/InSpecStyle/FileSize.html +315 -0
  13. data/doc/RuboCop/Cop/InSpecStyle/HostProto.html +315 -0
  14. data/doc/RuboCop/Cop/InSpecStyle/IisWebsite.html +294 -0
  15. data/doc/RuboCop/Cop/InSpecStyle/LinuxKernelParameter.html +296 -0
  16. data/doc/RuboCop/Cop/InSpecStyle/MSSQLSessionPass.html +319 -0
  17. data/doc/RuboCop/Cop/InSpecStyle/OracleDbSessionPass.html +319 -0
  18. data/doc/RuboCop/Cop/InSpecStyle/PPAResource.html +294 -0
  19. data/doc/RuboCop/Cop/InSpecStyle/ProcessesList.html +315 -0
  20. data/doc/RuboCop/Cop/InSpecStyle/ScriptResource.html +298 -0
  21. data/doc/RuboCop/Cop/InSpecStyle/ShadowProperties.html +334 -0
  22. data/doc/RuboCop/Cop/InSpecStyle/UsersResourceMatchers.html +357 -0
  23. data/doc/RuboCop/Cop/InSpecStyle/WindowsRegistryKey.html +294 -0
  24. data/doc/RuboCop/Cop/InSpecStyle/WmiWmisClass.html +294 -0
  25. data/doc/RuboCop/InSpecStyle.html +2 -2
  26. data/doc/RuboCop/InSpecStyle/Error.html +1 -1
  27. data/doc/RuboCop/InSpecStyle/Inject.html +1 -1
  28. data/doc/_index.html +181 -2
  29. data/doc/class_list.html +1 -1
  30. data/doc/file.README.html +24 -2
  31. data/doc/index.html +24 -2
  32. data/doc/method_list.html +254 -6
  33. data/doc/top-level-namespace.html +1 -1
  34. data/lib/rubocop/cop/inspecstyle/deprecated_attributes1.rb +52 -0
  35. data/lib/rubocop/cop/inspecstyle_cops.rb +2 -1
  36. data/lib/rubocop/inspecstyle/version.rb +1 -1
  37. metadata +20 -2
@@ -1,5 +1,4 @@
1
1
  # frozen_string_literal: true
2
- require_relative 'inspecstyle/deprecated_attributes'
3
2
  require_relative 'inspecstyle/azure_generic_resource'
4
3
  require_relative 'inspecstyle/shadow_properties'
5
4
  require_relative 'inspecstyle/oracle_db_session_pass'
@@ -17,3 +16,5 @@ require_relative 'inspecstyle/windows_registry_key'
17
16
  require_relative 'inspecstyle/aws_iam_user_property'
18
17
  require_relative 'inspecstyle/file_be_mounted'
19
18
  require_relative 'inspecstyle/wmi_wmis_class'
19
+ require_relative 'inspecstyle/deprecated_attributes1'
20
+ require_relative 'inspecstyle/deprecated_attributes'
@@ -1,5 +1,5 @@
1
1
  module RuboCop
2
2
  module InSpecStyle
3
- VERSION = "0.2.0"
3
+ VERSION = "0.2.1"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: inspecstyle
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Nick Schwaderer
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2020-06-26 00:00:00.000000000 Z
11
+ date: 2020-07-02 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rubocop
@@ -49,9 +49,26 @@ files:
49
49
  - doc/RuboCop.html
50
50
  - doc/RuboCop/Cop.html
51
51
  - doc/RuboCop/Cop/InSpecStyle.html
52
+ - doc/RuboCop/Cop/InSpecStyle/Apache.html
53
+ - doc/RuboCop/Cop/InSpecStyle/AwsIamUserProperty.html
52
54
  - doc/RuboCop/Cop/InSpecStyle/AzureGenericResource.html
53
55
  - doc/RuboCop/Cop/InSpecStyle/DeprecatedAttributes.html
56
+ - doc/RuboCop/Cop/InSpecStyle/DeprecatedAttributes1.html
57
+ - doc/RuboCop/Cop/InSpecStyle/FileBeMounted.html
58
+ - doc/RuboCop/Cop/InSpecStyle/FileSize.html
54
59
  - doc/RuboCop/Cop/InSpecStyle/FirstCop.html
60
+ - doc/RuboCop/Cop/InSpecStyle/HostProto.html
61
+ - doc/RuboCop/Cop/InSpecStyle/IisWebsite.html
62
+ - doc/RuboCop/Cop/InSpecStyle/LinuxKernelParameter.html
63
+ - doc/RuboCop/Cop/InSpecStyle/MSSQLSessionPass.html
64
+ - doc/RuboCop/Cop/InSpecStyle/OracleDbSessionPass.html
65
+ - doc/RuboCop/Cop/InSpecStyle/PPAResource.html
66
+ - doc/RuboCop/Cop/InSpecStyle/ProcessesList.html
67
+ - doc/RuboCop/Cop/InSpecStyle/ScriptResource.html
68
+ - doc/RuboCop/Cop/InSpecStyle/ShadowProperties.html
69
+ - doc/RuboCop/Cop/InSpecStyle/UsersResourceMatchers.html
70
+ - doc/RuboCop/Cop/InSpecStyle/WindowsRegistryKey.html
71
+ - doc/RuboCop/Cop/InSpecStyle/WmiWmisClass.html
55
72
  - doc/RuboCop/InSpecStyle.html
56
73
  - doc/RuboCop/InSpecStyle/Error.html
57
74
  - doc/RuboCop/InSpecStyle/Inject.html
@@ -75,6 +92,7 @@ files:
75
92
  - lib/rubocop/cop/inspecstyle/aws_iam_user_property.rb
76
93
  - lib/rubocop/cop/inspecstyle/azure_generic_resource.rb
77
94
  - lib/rubocop/cop/inspecstyle/deprecated_attributes.rb
95
+ - lib/rubocop/cop/inspecstyle/deprecated_attributes1.rb
78
96
  - lib/rubocop/cop/inspecstyle/file_be_mounted.rb
79
97
  - lib/rubocop/cop/inspecstyle/file_size.rb
80
98
  - lib/rubocop/cop/inspecstyle/host_proto.rb