danger-duplicate_localizable_strings 0.0.1 → 0.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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: f19fdb90c9795479c8fb11d27a0a5ecddf4df116
|
|
4
|
+
data.tar.gz: bd29c50b66b3fcbc59c25bc4fbad28a5487222c5
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: cdf2b56dc779493269bb568af5bc1de4b0eba4b2bec0046f2d196298a7865bc519d39792c8115b10b9b7edc9b662bda5179669499d6599c416a61c0ecc63da60
|
|
7
|
+
data.tar.gz: 6f4f59e3883f1b4bd64bef1cc94e62f259c780e030a5a24f7c5020fbfe2c7d2f8e673f54e713acb848470d881ef4e0d463444c62c4807c57bcf68a90bd723465
|
|
@@ -9,7 +9,7 @@ module Danger
|
|
|
9
9
|
#
|
|
10
10
|
# @tags localization
|
|
11
11
|
#
|
|
12
|
-
class
|
|
12
|
+
class DangerDuplicateLocalizableStrings < Plugin
|
|
13
13
|
#
|
|
14
14
|
# Returns an array of all detected duplicate entries. An entry is
|
|
15
15
|
# represented by a has with file path under 'file' key and the
|
|
@@ -52,7 +52,7 @@ module Danger
|
|
|
52
52
|
# @return [void]
|
|
53
53
|
#
|
|
54
54
|
def print_duplicate_entries(duplicate_entries)
|
|
55
|
-
message = "#### Found duplicate entries in Localizable.strings files \n"
|
|
55
|
+
message = "#### Found duplicate entries in Localizable.strings files \n\n"
|
|
56
56
|
|
|
57
57
|
message << "| File | Key |\n"
|
|
58
58
|
message << "| ---- | --- |\n"
|