rspec-sonarqube-formatter 1.6.1 → 1.6.3
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.github/workflows/ci.yml +1 -1
- data/.gitignore +0 -3
- data/Gemfile +2 -2
- data/Gemfile.lock +15 -13
- data/README.md +2 -0
- data/rspec-sonarqube-formatter.gemspec +1 -1
- data/sonar-project.properties +2 -0
- metadata +5 -6
- data/rubocop-result.json +0 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: ee4baf0e893c8ac6c8dd17f7069237bb36ec3829369b05f9f9af4cad07780d7f
|
4
|
+
data.tar.gz: d5be8493776af4f323094e67a228d674861285746ffad640ba9a56b7ff0a50cb
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 0eb4c2313dfc3c012d6ead0f6a564d9c656f5985c76d4d14c48e6255a650c76cb9bcfc5dceae40ff21e3aa75d8d214dbd986c53dac9387c95fb7a82210802e6b
|
7
|
+
data.tar.gz: 40863368c97459f0f23dbe57d583e40a456d352cf741b52e20749f37033db5694dc1d367269480650a6ae8ada5c0c5ea624407fcfb351960cd86c432fcbc6bef
|
data/.github/workflows/ci.yml
CHANGED
data/.gitignore
CHANGED
@@ -15,7 +15,6 @@
|
|
15
15
|
.VolumeIcon.icns
|
16
16
|
.com.apple.timemachine.donotpresent
|
17
17
|
|
18
|
-
|
19
18
|
### VisualStudioCode ###
|
20
19
|
.vscode/*
|
21
20
|
!.vscode/settings.json
|
@@ -24,7 +23,6 @@
|
|
24
23
|
!.vscode/extensions.json
|
25
24
|
.history
|
26
25
|
|
27
|
-
|
28
26
|
### Application ###
|
29
27
|
.rspec_status
|
30
28
|
coverage
|
@@ -34,5 +32,4 @@ rubocop-result.json
|
|
34
32
|
.idea
|
35
33
|
*.gem
|
36
34
|
.bundle/
|
37
|
-
cc-test-reporter
|
38
35
|
pkg/*
|
data/Gemfile
CHANGED
@@ -10,9 +10,9 @@ gemspec
|
|
10
10
|
group :development, :test do
|
11
11
|
gem 'bundler', '~> 2.5'
|
12
12
|
gem 'rake', '~> 13.2'
|
13
|
-
gem 'rubocop', '~> 1.
|
13
|
+
gem 'rubocop', '~> 1.70'
|
14
14
|
gem 'simplecov', '~> 0.22'
|
15
|
-
gem 'simplecov-html', '~> 0.
|
15
|
+
gem 'simplecov-html', '~> 0.13'
|
16
16
|
gem 'simplecov-json', '~> 0.2'
|
17
17
|
gem 'simplecov-lcov', '~> 0.8'
|
18
18
|
end
|
data/Gemfile.lock
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
rspec-sonarqube-formatter (1.6.
|
4
|
+
rspec-sonarqube-formatter (1.6.3)
|
5
5
|
htmlentities (~> 4.3)
|
6
6
|
rspec (~> 3.0)
|
7
7
|
|
@@ -12,16 +12,16 @@ GEM
|
|
12
12
|
diff-lcs (1.5.1)
|
13
13
|
docile (1.4.1)
|
14
14
|
htmlentities (4.3.4)
|
15
|
-
json (2.
|
15
|
+
json (2.9.1)
|
16
16
|
language_server-protocol (3.17.0.3)
|
17
17
|
parallel (1.26.3)
|
18
|
-
parser (3.3.
|
18
|
+
parser (3.3.6.0)
|
19
19
|
ast (~> 2.4.1)
|
20
20
|
racc
|
21
21
|
racc (1.8.1)
|
22
22
|
rainbow (3.1.1)
|
23
23
|
rake (13.2.1)
|
24
|
-
regexp_parser (2.
|
24
|
+
regexp_parser (2.10.0)
|
25
25
|
rspec (3.13.0)
|
26
26
|
rspec-core (~> 3.13.0)
|
27
27
|
rspec-expectations (~> 3.13.0)
|
@@ -35,30 +35,32 @@ GEM
|
|
35
35
|
diff-lcs (>= 1.2.0, < 2.0)
|
36
36
|
rspec-support (~> 3.13.0)
|
37
37
|
rspec-support (3.13.1)
|
38
|
-
rubocop (1.
|
38
|
+
rubocop (1.70.0)
|
39
39
|
json (~> 2.3)
|
40
40
|
language_server-protocol (>= 3.17.0)
|
41
41
|
parallel (~> 1.10)
|
42
42
|
parser (>= 3.3.0.2)
|
43
43
|
rainbow (>= 2.2.2, < 4.0)
|
44
|
-
regexp_parser (>= 2.
|
45
|
-
rubocop-ast (>= 1.
|
44
|
+
regexp_parser (>= 2.9.3, < 3.0)
|
45
|
+
rubocop-ast (>= 1.36.2, < 2.0)
|
46
46
|
ruby-progressbar (~> 1.7)
|
47
|
-
unicode-display_width (>= 2.4.0, <
|
48
|
-
rubocop-ast (1.
|
47
|
+
unicode-display_width (>= 2.4.0, < 4.0)
|
48
|
+
rubocop-ast (1.37.0)
|
49
49
|
parser (>= 3.3.1.0)
|
50
50
|
ruby-progressbar (1.13.0)
|
51
51
|
simplecov (0.22.0)
|
52
52
|
docile (~> 1.1)
|
53
53
|
simplecov-html (~> 0.11)
|
54
54
|
simplecov_json_formatter (~> 0.1)
|
55
|
-
simplecov-html (0.
|
55
|
+
simplecov-html (0.13.1)
|
56
56
|
simplecov-json (0.2.3)
|
57
57
|
json
|
58
58
|
simplecov
|
59
59
|
simplecov-lcov (0.8.0)
|
60
60
|
simplecov_json_formatter (0.1.4)
|
61
|
-
unicode-display_width (
|
61
|
+
unicode-display_width (3.1.3)
|
62
|
+
unicode-emoji (~> 4.0, >= 4.0.4)
|
63
|
+
unicode-emoji (4.0.4)
|
62
64
|
|
63
65
|
PLATFORMS
|
64
66
|
arm64-darwin-23
|
@@ -69,9 +71,9 @@ DEPENDENCIES
|
|
69
71
|
bundler (~> 2.5)
|
70
72
|
rake (~> 13.2)
|
71
73
|
rspec-sonarqube-formatter!
|
72
|
-
rubocop (~> 1.
|
74
|
+
rubocop (~> 1.70)
|
73
75
|
simplecov (~> 0.22)
|
74
|
-
simplecov-html (~> 0.
|
76
|
+
simplecov-html (~> 0.13)
|
75
77
|
simplecov-json (~> 0.2)
|
76
78
|
simplecov-lcov (~> 0.8)
|
77
79
|
|
data/README.md
CHANGED
@@ -8,6 +8,7 @@
|
|
8
8
|
[![GitHub issues](https://img.shields.io/github/issues/otherguy/rspec-sonarqube-formatter?style=for-the-badge&logo=github)][issues]
|
9
9
|
[![License](https://img.shields.io/github/license/otherguy/rspec-sonarqube-formatter?style=for-the-badge&logo=readthedocs&logoColor=aaa)][license]
|
10
10
|
[![Codecov](https://img.shields.io/codecov/c/github/otherguy/rspec-sonarqube-formatter?style=for-the-badge&logo=codecov&logoColor=aaa)][codecov]
|
11
|
+
[![Sonar Tests](https://img.shields.io/sonar/tests/otherguy_rspec-sonarqube-formatter?server=https%3A%2F%2Fsonarcloud.io&style=for-the-badge&logo=sonarcloud&logoColor=aaa)][sonar-tests]
|
11
12
|
[![Sonar Quality Gate](https://img.shields.io/sonar/quality_gate/otherguy_rspec-sonarqube-formatter?server=https%3A%2F%2Fsonarcloud.io&style=for-the-badge&logo=sonarcloud&logoColor=aaa)][sonarcloud]
|
12
13
|
[![Violations](https://img.shields.io/sonar/violations/otherguy_rspec-sonarqube-formatter?server=https%3A%2F%2Fsonarcloud.io&format=short&style=for-the-badge&logo=sonarcloud&logoColor=aaa)][sonarcloud]
|
13
14
|
[![Code Climate maintainability](https://img.shields.io/codeclimate/maintainability/otherguy/rspec-sonarqube-formatter?style=for-the-badge&logo=codeclimate)][codeclimate]
|
@@ -106,4 +107,5 @@ Releases are built from tags automatically and pushed to [RubyGems.org][rubygems
|
|
106
107
|
[codecov]: https://app.codecov.io/gh/otherguy/rspec-sonarqube-formatter
|
107
108
|
[codeclimate]: https://codeclimate.com/github/otherguy/rspec-sonarqube-formatter
|
108
109
|
[sonarcloud]: https://sonarcloud.io/dashboard?id=otherguy_rspec-sonarqube-formatter
|
110
|
+
[sonar-tests]: https://sonarcloud.io/component_measures?metric=tests&view=list&id=otherguy_rspec-sonarqube-formatter
|
109
111
|
[license]: https://github.com/otherguy/rspec-sonarqube-formatter/blob/main/LICENSE.md
|
@@ -6,7 +6,7 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
|
|
6
6
|
Gem::Specification.new do |spec|
|
7
7
|
spec.name = 'rspec-sonarqube-formatter'
|
8
8
|
|
9
|
-
spec.version = '1.6.
|
9
|
+
spec.version = '1.6.3'
|
10
10
|
spec.platform = Gem::Platform::RUBY
|
11
11
|
spec.authors = ['Alexander Graf']
|
12
12
|
spec.email = ['alex@otherguy.uo']
|
data/sonar-project.properties
CHANGED
@@ -14,6 +14,8 @@ sonar.pullrequest.github.repository=otherguy/rspec-sonarqube-formatter
|
|
14
14
|
|
15
15
|
sonar.sourceEncoding=UTF-8
|
16
16
|
|
17
|
+
sonar.exclusions=*.json
|
18
|
+
|
17
19
|
# Path is relative to the sonar-project.properties file. Replace "\" by "/" on Windows.
|
18
20
|
sonar.sources=.
|
19
21
|
sonar.tests=spec
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: rspec-sonarqube-formatter
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.6.
|
4
|
+
version: 1.6.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Alexander Graf
|
8
|
-
autorequire:
|
8
|
+
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2025-01-13 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: htmlentities
|
@@ -67,7 +67,6 @@ files:
|
|
67
67
|
- lib/rspec_sonarqube_formatter.rb
|
68
68
|
- renovate.json
|
69
69
|
- rspec-sonarqube-formatter.gemspec
|
70
|
-
- rubocop-result.json
|
71
70
|
- sonar-project.properties
|
72
71
|
- tasks/version.rake
|
73
72
|
homepage: https://github.com/otherguy/rspec-sonarqube-formatter
|
@@ -77,7 +76,7 @@ metadata:
|
|
77
76
|
bug_tracker_uri: https://github.com/otherguy/rspec-sonarqube-formatter/issues
|
78
77
|
source_code_uri: https://github.com/otherguy/rspec-sonarqube-formatter
|
79
78
|
rubygems_mfa_required: 'true'
|
80
|
-
post_install_message:
|
79
|
+
post_install_message:
|
81
80
|
rdoc_options: []
|
82
81
|
require_paths:
|
83
82
|
- lib
|
@@ -93,7 +92,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
93
92
|
version: '0'
|
94
93
|
requirements: []
|
95
94
|
rubygems_version: 3.5.16
|
96
|
-
signing_key:
|
95
|
+
signing_key:
|
97
96
|
specification_version: 4
|
98
97
|
summary: Generic test data formatter for SonarQube
|
99
98
|
test_files: []
|
data/rubocop-result.json
DELETED
@@ -1 +0,0 @@
|
|
1
|
-
{"metadata":{"rubocop_version":"1.66.1","ruby_engine":"ruby","ruby_version":"3.3.5","ruby_patchlevel":"100","ruby_platform":"arm64-darwin23"},"files":[{"path":"Gemfile","offenses":[]},{"path":"Rakefile","offenses":[]},{"path":"lib/rspec_sonarqube_formatter.rb","offenses":[]},{"path":"rspec-sonarqube-formatter.gemspec","offenses":[]},{"path":"spec/rspec_sonarqube_formatter_spec.rb","offenses":[]},{"path":"spec/spec_helper.rb","offenses":[]},{"path":"tasks/version.rake","offenses":[]}],"summary":{"offense_count":0,"target_file_count":7,"inspected_file_count":7}}
|