generated from The-Strategy-Unit/template-repository
-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
enhancementNew feature or requestNew feature or requestpriority: couldMoSCoW priorityMoSCoW priority
Milestone
Description
jarl is way fast and we can put it in an action.
jarl.toml for config, like:
[lint]
exclude = ["data-raw/la-lookups.R"]
I don't see linters for line_length_linter(120) and object_length_linter(50). Noting:
lintr includes many rules related to code formatting, such as brace_linter, line_length_linter, and paren_body_linter, among others. Supporting those rules is not an objective of Jarl. Instead, I recommend using the Air formatter.
Edit: actually yeah, we have line-width = 120 in air.toml, so that's covered.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestpriority: couldMoSCoW priorityMoSCoW priority