[TIMOB-8710] Core: Research source code validation tool
| GitHub Issue | n/a |
|---|---|
| Type | Story |
| Priority | Medium |
| Status | Closed |
| Resolution | Done |
| Resolution Date | 2020-02-19T12:08:19.000+0000 |
| Affected Version/s | Release 2.0.0 |
| Fix Version/s | n/a |
| Components | n/a |
| Labels | core |
| Reporter | Opie Cyrus |
| Assignee | Unknown |
| Created | 2012-04-12T17:21:05.000+0000 |
| Updated | 2020-02-19T12:08:19.000+0000 |
Description
Investigate the use of a validation tool for source code against our defined language standards. Do we need one per language? Can we use a single tool with plugins perhaps?
We now lint iOS and Android source using clang, and JS source using eslint. Go us!