Ian G. Maia
Ian G. Maia
### What was the expected behaviour? Apps shouldn't be rejected by Apple just because they're using the Onfido SDK. ### What happened instead? App got rejected. ### Version info: 22.0.0...
### What was the expected behaviour? No crashes are triggered from the Onfido SDK. ### What happened instead? The Onfido SDK continuously crashes on the Selfie Intro screen for a...
### What was the expected behaviour? The SDK should provide finer grain control over Appearance. ### What happened instead? The limited appearance control you have can lead to examples such...
On https://github.com/woocommerce/woocommerce-ios/pull/12017, we have disabled a few SwiftLint rules in order to have a baseline to start a zero-warning policy. Now the rules are opt-in only, and we're not checking...
Changes to define a common SwiftLint version on `.swiftlint.yml` and use that version on both CocoaPods and CI This PR also uses the new `run-swiftlint` command on https://github.com/Automattic/a8c-ci-toolkit-buildkite-plugin (implemented on...
This PR uses the new Linter Agent on Buildkite to run the Danger and SwiftLint jobs. Because Danger will now run on Buildkite, this PR uses a new GitHub Actions...
I came across the following situation: I needed to run Rubocop from a CI agent, specifically not running it using Bundler as I don't want to install any other of...
For security, this PR restricts the possible arguments to the `run_swiftlint` command to `--strict` and `--lenient`, which are the ones currently in use by the apps. More arguments can be...
This PR uses the new Linter Agent on Buildkite to run the Danger and SwiftLint jobs. Because Danger will now run on Buildkite, this PR uses a new GitHub Actions...
This PR uses the new Linter Agent on Buildkite to run the Danger jobs. Because Danger will now run on Buildkite, this PR uses a new GitHub Actions workflow (see...