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 +4 -4
- data/README.md +6 -1
- data/lib/onceover/codequality/version.rb +1 -1
- data/onceover-codequality.gemspec +1 -0
- metadata +15 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 435eb54d0970e1cd68cf84062cc809ee021ece0d
|
4
|
+
data.tar.gz: '03583b96994f073a2a53b7e6061e4db2f66c7906'
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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.
|
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.
|
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
|