puppet-lint-strict_indent-check 2.0.8 → 2.1.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +83 -0
- metadata +12 -5
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: ef74dd23e7f707cb92230b999f833b102a5069be9857a88e1500809ad57a8c20
|
4
|
+
data.tar.gz: 5b4f48f0408cb5161c4d1cec7144c703399aa88d35fb319c7c2fe78e2e164075
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: da47ec5cabfbb07a0b9cf4e50d2700f8a1f355791b950260b0dd8784d84a3569c2bd9bcb6dcd289ad431c298291f397e1f4218444ba1469dad828c0f9aadbc3d
|
7
|
+
data.tar.gz: 90719145ab8fab866bacb471091bb4d8710b08a0c3627b18a3740bd0c92572ea584bb433de5fb765f4cfb55a03ccee42b8c6f65746d30b96ba5aa4ad897d199d
|
data/CHANGELOG.md
ADDED
@@ -0,0 +1,83 @@
|
|
1
|
+
# Changelog
|
2
|
+
|
3
|
+
All notable changes to this project will be documented in this file.
|
4
|
+
|
5
|
+
## [2.1.0](https://github.com/voxpupuli/puppet-lint-strict_indent-check/tree/2.1.0) (2022-11-29)
|
6
|
+
|
7
|
+
[Full Changelog](https://github.com/voxpupuli/puppet-lint-strict_indent-check/compare/2.0.8...2.1.0)
|
8
|
+
|
9
|
+
**Implemented enhancements:**
|
10
|
+
|
11
|
+
- puppet-lint: Allow 3.x [\#30](https://github.com/voxpupuli/puppet-lint-strict_indent-check/pull/30) ([bastelfreak](https://github.com/bastelfreak))
|
12
|
+
|
13
|
+
## [2.0.8](https://github.com/voxpupuli/puppet-lint-strict_indent-check/tree/2.0.8) (2021-07-25)
|
14
|
+
|
15
|
+
[Full Changelog](https://github.com/voxpupuli/puppet-lint-strict_indent-check/compare/2.0.7...2.0.8)
|
16
|
+
|
17
|
+
**Closed issues:**
|
18
|
+
|
19
|
+
- Bad behavior with UTF-8 chars [\#18](https://github.com/voxpupuli/puppet-lint-strict_indent-check/issues/18)
|
20
|
+
- First line empty [\#16](https://github.com/voxpupuli/puppet-lint-strict_indent-check/issues/16)
|
21
|
+
|
22
|
+
**Merged pull requests:**
|
23
|
+
|
24
|
+
- modulesync / add badges to README.md / cleanup gemspec [\#23](https://github.com/voxpupuli/puppet-lint-strict_indent-check/pull/23) ([bastelfreak](https://github.com/bastelfreak))
|
25
|
+
|
26
|
+
## [2.0.7](https://github.com/voxpupuli/puppet-lint-strict_indent-check/tree/2.0.7) (2019-02-07)
|
27
|
+
|
28
|
+
[Full Changelog](https://github.com/voxpupuli/puppet-lint-strict_indent-check/compare/2.0.6...2.0.7)
|
29
|
+
|
30
|
+
**Merged pull requests:**
|
31
|
+
|
32
|
+
- Fix issue with blank line at the beginning of a file. [\#17](https://github.com/voxpupuli/puppet-lint-strict_indent-check/pull/17) ([phyber](https://github.com/phyber))
|
33
|
+
|
34
|
+
## [2.0.6](https://github.com/voxpupuli/puppet-lint-strict_indent-check/tree/2.0.6) (2019-01-03)
|
35
|
+
|
36
|
+
[Full Changelog](https://github.com/voxpupuli/puppet-lint-strict_indent-check/compare/2.0.2...2.0.6)
|
37
|
+
|
38
|
+
**Closed issues:**
|
39
|
+
|
40
|
+
- Problem with heredoc strings [\#12](https://github.com/voxpupuli/puppet-lint-strict_indent-check/issues/12)
|
41
|
+
- Incorrect indentation for hash as a function parameter [\#11](https://github.com/voxpupuli/puppet-lint-strict_indent-check/issues/11)
|
42
|
+
- puppet-lint \>=2.0 [\#7](https://github.com/voxpupuli/puppet-lint-strict_indent-check/issues/7)
|
43
|
+
- Reporting incorrect line number [\#5](https://github.com/voxpupuli/puppet-lint-strict_indent-check/issues/5)
|
44
|
+
|
45
|
+
**Merged pull requests:**
|
46
|
+
|
47
|
+
- Run the test suite in Travis-CI [\#15](https://github.com/voxpupuli/puppet-lint-strict_indent-check/pull/15) ([smortex](https://github.com/smortex))
|
48
|
+
- Add support for heredoc strings [\#14](https://github.com/voxpupuli/puppet-lint-strict_indent-check/pull/14) ([smortex](https://github.com/smortex))
|
49
|
+
- Add simplecov as a development dependency [\#13](https://github.com/voxpupuli/puppet-lint-strict_indent-check/pull/13) ([smortex](https://github.com/smortex))
|
50
|
+
- Reset not only whitespaces but comments too. [\#9](https://github.com/voxpupuli/puppet-lint-strict_indent-check/pull/9) ([jiuka](https://github.com/jiuka))
|
51
|
+
- Support ruby 1.8.7 again [\#6](https://github.com/voxpupuli/puppet-lint-strict_indent-check/pull/6) ([Reamer](https://github.com/Reamer))
|
52
|
+
|
53
|
+
## [2.0.2](https://github.com/voxpupuli/puppet-lint-strict_indent-check/tree/2.0.2) (2016-06-27)
|
54
|
+
|
55
|
+
[Full Changelog](https://github.com/voxpupuli/puppet-lint-strict_indent-check/compare/2.0.1...2.0.2)
|
56
|
+
|
57
|
+
**Closed issues:**
|
58
|
+
|
59
|
+
- Error fixing indent for variable in possion 0 [\#4](https://github.com/voxpupuli/puppet-lint-strict_indent-check/issues/4)
|
60
|
+
|
61
|
+
## [2.0.1](https://github.com/voxpupuli/puppet-lint-strict_indent-check/tree/2.0.1) (2014-12-02)
|
62
|
+
|
63
|
+
[Full Changelog](https://github.com/voxpupuli/puppet-lint-strict_indent-check/compare/2.0.0...2.0.1)
|
64
|
+
|
65
|
+
## [2.0.0](https://github.com/voxpupuli/puppet-lint-strict_indent-check/tree/2.0.0) (2014-12-02)
|
66
|
+
|
67
|
+
[Full Changelog](https://github.com/voxpupuli/puppet-lint-strict_indent-check/compare/1.1.0...2.0.0)
|
68
|
+
|
69
|
+
**Closed issues:**
|
70
|
+
|
71
|
+
- Make expected indentation configurable [\#1](https://github.com/voxpupuli/puppet-lint-strict_indent-check/issues/1)
|
72
|
+
|
73
|
+
## [1.1.0](https://github.com/voxpupuli/puppet-lint-strict_indent-check/tree/1.1.0) (2014-12-01)
|
74
|
+
|
75
|
+
[Full Changelog](https://github.com/voxpupuli/puppet-lint-strict_indent-check/compare/1.0.1...1.1.0)
|
76
|
+
|
77
|
+
## [1.0.1](https://github.com/voxpupuli/puppet-lint-strict_indent-check/tree/1.0.1) (2014-12-01)
|
78
|
+
|
79
|
+
[Full Changelog](https://github.com/voxpupuli/puppet-lint-strict_indent-check/compare/092d679f3cb0c4c6a14bffc99f0d39d51d4ac262...1.0.1)
|
80
|
+
|
81
|
+
|
82
|
+
|
83
|
+
\* *This Changelog was automatically generated by [github_changelog_generator](https://github.com/github-changelog-generator/github-changelog-generator)*
|
metadata
CHANGED
@@ -1,29 +1,35 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: puppet-lint-strict_indent-check
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.0
|
4
|
+
version: 2.1.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Vox Pupuli
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2022-11-29 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: puppet-lint
|
15
15
|
requirement: !ruby/object:Gem::Requirement
|
16
16
|
requirements:
|
17
|
-
- - "
|
17
|
+
- - ">="
|
18
18
|
- !ruby/object:Gem::Version
|
19
19
|
version: '1.0'
|
20
|
+
- - "<"
|
21
|
+
- !ruby/object:Gem::Version
|
22
|
+
version: '4'
|
20
23
|
type: :runtime
|
21
24
|
prerelease: false
|
22
25
|
version_requirements: !ruby/object:Gem::Requirement
|
23
26
|
requirements:
|
24
|
-
- - "
|
27
|
+
- - ">="
|
25
28
|
- !ruby/object:Gem::Version
|
26
29
|
version: '1.0'
|
30
|
+
- - "<"
|
31
|
+
- !ruby/object:Gem::Version
|
32
|
+
version: '4'
|
27
33
|
- !ruby/object:Gem::Dependency
|
28
34
|
name: rspec
|
29
35
|
requirement: !ruby/object:Gem::Requirement
|
@@ -115,6 +121,7 @@ executables: []
|
|
115
121
|
extensions: []
|
116
122
|
extra_rdoc_files: []
|
117
123
|
files:
|
124
|
+
- CHANGELOG.md
|
118
125
|
- LICENSE
|
119
126
|
- README.md
|
120
127
|
- lib/puppet-lint/plugins/check_strict_indent.rb
|
@@ -144,7 +151,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
144
151
|
- !ruby/object:Gem::Version
|
145
152
|
version: '0'
|
146
153
|
requirements: []
|
147
|
-
rubygems_version: 3.2.
|
154
|
+
rubygems_version: 3.2.33
|
148
155
|
signing_key:
|
149
156
|
specification_version: 4
|
150
157
|
summary: puppet-lint strict indent check
|