| Summary: | [CSS][lint] Remove 'Too many' problems | ||
|---|---|---|---|
| Product: | [ECD] Orion | Reporter: | Curtis Windatt <curtis.windatt.public> |
| Component: | JS Tools | Assignee: | Curtis Windatt <curtis.windatt.public> |
| Status: | RESOLVED FIXED | QA Contact: | |
| Severity: | normal | ||
| Priority: | P2 | CC: | steve_northover |
| Version: | 13.0 | ||
| Target Milestone: | 15.0 | ||
| Hardware: | PC | ||
| OS: | Windows 7 | ||
| Whiteboard: | |||
|
Description
Curtis Windatt
That would be great (turning off unhelpful warning at the top). In another bug somewhere, we were enumerating the other cases of this problem. http://git.eclipse.org/c/orion/org.eclipse.orion.client.git/commit/?id=a01f5a7c737f00365405d73afb97a1711e74946b Fixed in master and updated tests For important and ids rules I disable the 'too many' portion of the rule. For the 5 rules that always use counts, I prevent the ignore quickfix from showing up because it doesn't work (ignore disables a problem on a given line, but these rules run on the entire file). |