Opened 11 years ago
Closed 7 years ago
#13036 closed defect (fixed)
[meta] lint fixes
Reported by: | bill | Owned by: | |
---|---|---|---|
Priority: | high | Milestone: | 1.11 |
Component: | General | Version: | 1.6.1 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
Meta ticket for lint fixes such as:
- missing semicolons
- unneeded return/continue statement
- if() branches that can be converted to ternary or simple assignments
- unneeded/unused local variables
- unwanted globals
etc.
Change History (39)
comment:1 Changed 11 years ago by
comment:2 Changed 11 years ago by
comment:5 Changed 11 years ago by
comment:7 Changed 11 years ago by
comment:9 Changed 11 years ago by
comment:10 Changed 11 years ago by
comment:11 Changed 11 years ago by
comment:12 Changed 11 years ago by
comment:13 Changed 11 years ago by
comment:39 Changed 7 years ago by
Milestone: | tbd → 1.11 |
---|---|
Resolution: | → fixed |
Status: | new → closed |
This meta ticket has been inactive for 3+ years. Closing it out.
Note: See
TracTickets for help on using
tickets.
(In [25105]) missing semicolons plus a few spacing fixes, refs #7390 !strict