[TIMOB-10794] CodeProcessor: Implement linter Code Processor plugin
GitHub Issue | n/a |
---|---|
Type | New Feature |
Priority | Low |
Status | Closed |
Resolution | Won't Fix |
Resolution Date | 2016-08-24T19:13:00.000+0000 |
Affected Version/s | Release 3.0.0 |
Fix Version/s | n/a |
Components | Code Processor |
Labels | n/a |
Reporter | Bryan Hughes |
Assignee | Chris Barber |
Created | 2012-09-06T09:47:39.000+0000 |
Updated | 2017-03-16T21:32:39.000+0000 |
Description
We should implement a plugin that does js-lint like checking (i.e. looking for bad practices that are technically valid). Example things to check for:
* Not declaring variables at the top of functions
* Using the this pointer in global scope
* Unreachable statements
The Code Processor has processed it's last code.
Closing ticket as the issue won't fix.