Gilles Grousset
Gilles Grousset
Xiblint is a tool by Lyft to lint XIB files. Could be a good new feature for the plugin. https://github.com/lyft/xiblint
**Note: this PR replaces my previous one** Hi, Here is a PR to add Faux Pas support (http://fauxpasapp.com/) to the plugin. Here are the details: - Moved OCLint related classes...
A port of EC513 rule. This rule already exists for Android / Java. Addresses issue https://github.com/green-code-initiative/ecoCode/issues/293
A port of EC512 rule. This rule already exists for Android / Java. Addresses issue https://github.com/green-code-initiative/ecoCode/issues/290
Most iOS devices come equipped with a variety of sensors that measure motion, orientation, and various environmental conditions. In addition to these, the devices include advanced sensors such as the...
# Swift port to the existing EC512 rule: Most iOS devices come equipped with a variety of sensors that measure motion, orientation, and various environmental conditions. Additionally, these devices include...
On mobile (rules starting at 500 ), rule ids are not sorted as they should. On Android: a same rule with 2 implementations (xml and java) don't use the same...
A port of EC528 rule. This rule already exists for Android / Java. Addresses issue https://github.com/green-code-initiative/ecoCode/issues/313
Shaking or vibrating an iOS device is possible using `UIFeedbackGenerator`. Behind this effect stands a specific hardware component, the Taptic Engine, which consumes power. As a consequence, its usage should...