onceover-codequality 0.4.0 → 0.4.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/onceover/codequality/cli.rb +5 -5
- data/lib/onceover/codequality/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 63a38c5d3ba138cf100238853ffe501c54e2bdc87d7afc7efd9cc4a1e1544125
|
4
|
+
data.tar.gz: 321dfa4029fec08ea836298d2f98b1a6e109f6e2c4ae54846bbec34af2ec7c52
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 81094f3e5df3d0c0ec09ead29b3670ed6384113a6ac1b5f58f25ab3b5d8b490b7c8abd3943cd21802902d81a45a5142882fbb550d1ffcd3ed6510f7ee3761e14
|
7
|
+
data.tar.gz: 6e5c93e4b1481866812933bbf0e05267257e416c470502386341208f851d7a6f3503acc38c739e5a7262c38430978e92b51d5626eeeab9d17a7ea35e1abc877e
|
@@ -15,11 +15,11 @@ class Onceover
|
|
15
15
|
Check files in your Control Repository for Lint and Syntax errors
|
16
16
|
DESCRIPTION
|
17
17
|
|
18
|
-
|
19
|
-
|
20
|
-
|
21
|
-
|
22
|
-
|
18
|
+
flag nil, :no_lint, 'Do not check for lint errors', :argument => :optional
|
19
|
+
flag nil, :no_puppetfile, 'Do not check Puppetfile for syntax errors', :argument => :optional
|
20
|
+
flag nil, :no_syntax, 'Do not check for syntax errors', :argument => :optional
|
21
|
+
flag nil, :no_docs, 'Do not generate documentation (puppet-strings) for local modules', :argument => :optional
|
22
|
+
flag nil, :html_docs, 'Generate docs in HTML format instead of markdown', :argument => :optional
|
23
23
|
|
24
24
|
run do |opts, args, cmd|
|
25
25
|
no_lint = opts[:no_lint] || false
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: onceover-codequality
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.4.
|
4
|
+
version: 0.4.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Declarative Systems
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2018-11-
|
11
|
+
date: 2018-11-12 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|