Scrutinizer GitHub App not installed

We could not synchronize checks via GitHub's checks API since Scrutinizer's GitHub App is not installed for this repository.

Install GitHub App

Passed
Push — upload-validation ( b49d29...d88e60 )
by Pedro
15:08
created
src/app/Library/Validation/Rules/ValidArray.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -219,7 +219,7 @@
 block discarded – undo
219 219
                         $validArrayRules =  $rule->itemRules;
220 220
                         if(is_array($validArrayRules)) {
221 221
                             foreach($validArrayRules as $validArrayRule) {
222
-                               // dd($validArrayRule);
222
+                                // dd($validArrayRule);
223 223
                             }
224 224
                             $rules = array_merge($rules, $validArrayRules);
225 225
                             continue;
Please login to merge, or discard this patch.