Details
-
Task
-
Resolution: Unresolved
-
Trivial - P5
-
None
-
None
-
None
-
None
Description
Scope
- Increase (or remove) the column limit in .clang-format
- Reformat the codebase, and include a .git-blame-ignore-revs to with the revision.
- Add a lint task to Evergreen. Run the lint task as part of GitHub PR patches.
Background & Motivation
The 80 column line limit is a constraint that has no known motivation.
There is no requirement to format code. This often results in unformatted code being merged, and unrelated diffs getting included in other PRs.