pronto-foodcritic 0.6.0 → 0.6.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/pronto/foodcritic/version.rb +1 -1
- data/lib/pronto/foodcritic.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: a22e0f22c8db33aacb36af4112bfa166ed88a47f
|
4
|
+
data.tar.gz: 3704d56271a05f562deb60b5f9598ea9c2cef13e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 2af8d5235f78e12d8a19d618cc6c43e3736338916868cd6ea8d6cb19c9bd768b89974bd12cfbfc5e040f56136007b80e616e2d682e751a4dd04dca0e565a70d1
|
7
|
+
data.tar.gz: 2431722093a1a313750677e3be79b7f0d8d4021287bd9f0734ac82bc4adbed14e6157523aae09dc2fd3232b944cdba1437fe97e3b6f317442d88d73efd2440dd
|
data/lib/pronto/foodcritic.rb
CHANGED
@@ -33,7 +33,7 @@ module Pronto
|
|
33
33
|
def new_message(warning, line)
|
34
34
|
path = line.patch.delta.new_file[:path]
|
35
35
|
message = "#{warning.rule.code} - #{warning.rule.name}"
|
36
|
-
Message.new(path, line, :warning, message)
|
36
|
+
Message.new(path, line, :warning, message, nil, self.class)
|
37
37
|
end
|
38
38
|
end
|
39
39
|
end
|