pana icon indicating copy to clipboard operation
pana copied to clipboard

make "dart format" check non-scoring check

Open jonasfj opened this issue 1 year ago • 1 comments

When/if the default line width for dart format becomes configurable, as being discussed in https://github.com/dart-lang/dart_style/issues/833, we should do the following:

  • Stop granting point for code being formatted with "dart format".
  • Make a suggestion when code is not formatted with "dart format" (but not points deducted).
  • Increase point for up-to-date dependencies from 10 to 20 points. (Ensuring overall points remain the same).

Reasoning: Code formatting does not imply quality. But we do want to make people aware that formatting is a thing, if they haven't otherwise discovered it.

jonasfj avatar Sep 27 '24 11:09 jonasfj

I don't know if the feature is widely available yet, but that issue has been closed ^

Levi-Lesches avatar Nov 04 '24 01:11 Levi-Lesches

I think we'll close this, as the most widespread complaint against the formatter (configurable line-widths) has been solved.

sigurdm avatar Sep 04 '25 08:09 sigurdm