danger-sonar 1.0.1 → 1.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: c4930adb0fbbc44f963df606a5bad134607303e5
4
- data.tar.gz: b05651e85660f98120daee64a6efead0b2417739
3
+ metadata.gz: d55afe8daaae51650aacb6e1d8f9af6001c36006
4
+ data.tar.gz: a12e58d73bd11ed833a9625287053c372bd26ad2
5
5
  SHA512:
6
- metadata.gz: 45088bc415b4d18596916580f94f6b3e9e0215d91dbf39739c5c498d3f11b99d396df0d04330470cd16359a9606d33ba589425646132c517520d74836c721e1a
7
- data.tar.gz: a889faeed1649770b127c3e89a10f579ec448a482d70fdd8083caf7bfbe9ee602356173533deb950df4c5627bb8eba6b05663933f838605656fbaf41a9b20eee
6
+ metadata.gz: de883995b905a9e8ee62bf623a897b533f01701c73ef6504e60967032f503e3eda1d53f05a05b804f1ee242a1c1f96b207731fb249c55355d11b46f3be8363ae
7
+ data.tar.gz: 513b52eb989108c3950b85707ac953373539121736f09dbc9716af000005d5446e43d23a472b9357743ba30b1e185bf610bcddf3383370dafcf150c02168b902
@@ -8,8 +8,8 @@ Gem::Specification.new do |spec|
8
8
  spec.version = Sonar::VERSION
9
9
  spec.authors = ['Manoj Babu']
10
10
  spec.email = ['gmanojbabu@gmail.com']
11
- spec.description = %q{A short description of danger-sonar.}
12
- spec.summary = %q{A longer description of danger-sonar.}
11
+ spec.description = "Danger plugin to analyse and report sonar violations in pull request Diff."
12
+ spec.summary = "Danger plugin to analyse and report sonar violations in pull request Diff."
13
13
  spec.homepage = 'https://github.com/gmanojbabu/danger-sonar'
14
14
  spec.license = 'MIT'
15
15
 
@@ -1,3 +1,3 @@
1
1
  module Sonar
2
- VERSION = "1.0.1".freeze
2
+ VERSION = "1.0.2".freeze
3
3
  end
@@ -140,6 +140,7 @@ module Danger
140
140
  end
141
141
 
142
142
  def issues_in_files_patch(issues)
143
+ log "Sonar - issues to analyse - \n #{issues}"
143
144
  files_patch_info = get_files_patch_info()
144
145
  if ignore_file_line_change_check
145
146
  return issues.select { |i| files_patch_info.keys.detect{ |k| k.to_s =~ /#{i['file']}/ } }
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: danger-sonar
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.1
4
+ version: 1.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Manoj Babu
@@ -164,7 +164,8 @@ dependencies:
164
164
  - - "~>"
165
165
  - !ruby/object:Gem::Version
166
166
  version: '0'
167
- description: A short description of danger-sonar.
167
+ description: Danger plugin to analyse and report sonar violations in pull request
168
+ Diff.
168
169
  email:
169
170
  - gmanojbabu@gmail.com
170
171
  executables: []
@@ -209,7 +210,7 @@ rubyforge_project:
209
210
  rubygems_version: 2.5.2.3
210
211
  signing_key:
211
212
  specification_version: 4
212
- summary: A longer description of danger-sonar.
213
+ summary: Danger plugin to analyse and report sonar violations in pull request Diff.
213
214
  test_files:
214
215
  - spec/sonar_spec.rb
215
216
  - spec/spec_helper.rb