-
Notifications
You must be signed in to change notification settings - Fork 10
Enforce code styles with linters #23
Copy link
Copy link
Open
Description
@olemis commented on Jan 30
Feature description
Normalize code style for clean PR diffs
Is your feature request related to a problem? Please describe.
After analyzing some PR's the corresponding patches sometimes differ on whitespace only.
Describe the solution you'd like
Diffs could have been smaller if code would have been normalized and rules enforced by a linter
Possible implementation
- Choose code style
- Find linters able to enforce that style
- Implement make lint target
- Run make lint in Travis
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels