Actions
Architecture #3258
closedCreate a Scala style checker
Status:
Rejected
Priority:
4
Assignee:
Category:
Architecture - Code maintenance
Target version:
Pull Request:
Effort required:
Name check:
Fix check:
Regression:
Description
To ensure our code is clean and correct we should use a Scala style checker.
This would allow us to automatically:
- Avoid trailling whitespace character.
- Remove unused import
- Organize imports
- Correct indentation
- Add Override and Deprecated annotation ?
- Remove unnecesseray cast ? (don't know if it applies in Scala ...,
I would prefer something that add automatic types on method declaration and remove unnecessary type on values)
You can use that ticket to add ideas, or comment those i propose here.
I will add a first example soon
Updated by Jonathan CLARKE almost 12 years ago
- Tracker changed from User story to Architecture
This is clearly not a user story, it is a long way from what users should see. Please use the "Architecture" tracker for non-user-visible changes.
Updated by Alexis Mousset about 8 years ago
- Is duplicate of Architecture #2619: Add a style checking tool for Scala added
Actions