Dersim Davaod
Dersim Davaod
Checks: * [ ] Update changelog * [x] Rebase to `dev` branch * [ ] Assign reviewers Linked issues: Resolves #156
**NOTE:** branch has been branched off from the `156-setup-travis-ci-to-have-a-build-jobs` branch. It's more convenient to see the diff. That means we'd prefer to merge #240 first and then I will change...
## Description That's a part of epic mapbox/mapbox-vision#1056 ## Goal Have ability to run unit/integrational tests on each PR/on-demand to improve quality of the product and to catch errors on...
## Description We have to build iOS code on Travis CI in order to automate testing and reduce issues when code is unstable. ## Goal Have a configured CI/CD pipeline...
## Description That's a part of epic mapbox/mapbox-vision#1056 ## Goal Enforce the code style for Swift code; Avoid wasting time during review process. ## Steps TBD
## Description https://developer.apple.com/library/archive/documentation/FileManagement/Conceptual/FileSystemProgrammingGuide/ recommends to use URL-based approach to work with files/directories. At the same time we have places in code where string-based approach prevails. ## Goal Improve and simplify...
## Description Currently we have several configs for formatters/linters on iOS platforms and these configs are the same for each repo. It makes sense to apply DRY and extract configs...