fastlane-plugin-swiftlint_codequality 2.0.0 → 2.0.1
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
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 6ea5a57bcf147870309a201cb9a9a93f4782c2a20c9a0eec71692692aa8b4232
|
4
|
+
data.tar.gz: 36f1d039f4547c375a88a752f89f6200eb5653df0996cc99610b1ff7b2659a57
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 8a0f07cf5423f74e156fa1fe94f807855fec37f5e5c9a7253293c5d32439e3c0f5a40155a375677a7e8a242b15e71a68565e3eceeae4fa6f8779776f4fcd000b
|
7
|
+
data.tar.gz: 20f97cc4a984c18b286b58ab3d5a263a15278358ce7b2df7f3beaa3f18cbd9c3975de35fdf0b26349ec90e1c2e8b8105a920214501a6c308613888bbeae8b27b
|
@@ -116,7 +116,7 @@ module Fastlane
|
|
116
116
|
type: String),
|
117
117
|
FastlaneCore::ConfigItem.new(key: :fail_build_conditions,
|
118
118
|
env_name: "SWIFTLINT_CODEQUALITY_FAIL_BUILD_CONDITIONS",
|
119
|
-
description: "A hash with severities and their limits, that if exceeded should result in an exception. Supported severities: critical, minor and info
|
119
|
+
description: "A hash with severities and their limits, that if exceeded should result in an exception. Supported severities: critical, minor and info",
|
120
120
|
is_string: false,
|
121
121
|
default_value: {},
|
122
122
|
optional: true)
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: fastlane-plugin-swiftlint_codequality
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.0.
|
4
|
+
version: 2.0.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Mads Bøgeskov
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2019-11-
|
11
|
+
date: 2019-11-18 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: pry
|