onceover-codequality 0.1.0 → 0.1.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 621dd3879252731da1ead692746cb93c74c1f324
4
- data.tar.gz: 56c5923d93076bd3f1d5e80491aca65c1ffb78c7
3
+ metadata.gz: 435eb54d0970e1cd68cf84062cc809ee021ece0d
4
+ data.tar.gz: '03583b96994f073a2a53b7e6061e4db2f66c7906'
5
5
  SHA512:
6
- metadata.gz: c87747e88e8e2b5aed6eb0445f2316e90cbcdb18c20d667ec5e6c0dad6e8aa1ebb0167733aa0e5624cdbea3b3ffd2816d32aa7c252512fe7f9ff95559de1e2a4
7
- data.tar.gz: 6236720885d9123824f82a61a5fe65a0b3cd66e50ce522ff7a4f1a3084fb19dc0d58dc52d096a532d908463a479752809e02ceae5a0e4ffe1e8c23c5e3eef965
6
+ metadata.gz: 525c36a6417ec005cf9b8839fae16053a3748945da12c9ad140819a6017732eb91f654edd4d6ecbfd73f8a59b66dcc5bf019c292077576dc425c67f045c46bef
7
+ data.tar.gz: f7f713f7ef1bba783fd54067bf057258dde2264fa069003fed16e681fbc81e9a626549f96bb999f8fb5bc13d705b7cbb843a571c63516da1a5c17a79a97de707
data/README.md CHANGED
@@ -81,7 +81,7 @@ $ echo $?
81
81
 
82
82
  ## FAQ
83
83
 
84
- **`WARN: Unresolved specs during Gem::Specification.reset`**
84
+ **`WARN: Unresolved specs during Gem::Specification.reset`?**
85
85
 
86
86
  I get these errors when I run `onceover run codequality` but everything seems to work, what gives?:
87
87
 
@@ -100,6 +100,11 @@ Beats me - something to do with rubygems. The best way to beat this message is
100
100
  $ bundle exec onceover run codequality
101
101
  ```
102
102
 
103
+ **What are you using under-the-hood?**
104
+
105
+ * [puppet-lint](https://github.com/rodjek/puppet-lint)
106
+ * [puppet-syntax](https://github.com/voxpupuli/puppet-syntax)
107
+
103
108
  ## Development
104
109
 
105
110
  If you have new ideas for things to check this might be a handy place to add them, please open a ticket, otherwise see the [helloworld plugin](https://github.com/declarativesystems/onceover-helloworld) if you want to have a go at writing a plugin of your own.
@@ -1,5 +1,5 @@
1
1
  class Onceover
2
2
  module CodeQuality
3
- VERSION = "0.1.0"
3
+ VERSION = "0.1.1"
4
4
  end
5
5
  end
@@ -26,4 +26,5 @@ Gem::Specification.new do |spec|
26
26
 
27
27
  spec.add_runtime_dependency 'onceover', '~> 3'
28
28
  spec.add_runtime_dependency 'puppet-syntax', '~> 2'
29
+ spec.add_runtime_dependency 'puppet-lint', '~> 2'
29
30
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: onceover-codequality
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Declarative Systems
@@ -80,6 +80,20 @@ dependencies:
80
80
  - - "~>"
81
81
  - !ruby/object:Gem::Version
82
82
  version: '2'
83
+ - !ruby/object:Gem::Dependency
84
+ name: puppet-lint
85
+ requirement: !ruby/object:Gem::Requirement
86
+ requirements:
87
+ - - "~>"
88
+ - !ruby/object:Gem::Version
89
+ version: '2'
90
+ type: :runtime
91
+ prerelease: false
92
+ version_requirements: !ruby/object:Gem::Requirement
93
+ requirements:
94
+ - - "~>"
95
+ - !ruby/object:Gem::Version
96
+ version: '2'
83
97
  description:
84
98
  email:
85
99
  - sales@declarativesystems.com