You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is mainly the work of [Ash Furrow][ash] and [Łukasz Mróz][sun] over at [danger-swiftlint][].
135
135
136
+
#### Note
137
+
138
+
If the following setting is enabled in the SwiftLint configuration specified for the configFile argument, Danger will fail because it cannot parse the output from SwiftLint.
139
+
140
+
When using SwiftLint with Danger, you need to either set the following configuration to false or remove it.
141
+
142
+
```yml
143
+
# If true, SwiftLint will check for updates after linting or analyzing.
144
+
check_for_updates: true
145
+
```
146
+
136
147
## Next steps
137
148
138
149
- Read the [Culture doc][culture] on how to introduce new rules without annoying teammates
0 commit comments