exercism / exercism/dart

[Discussion] Use lints via `package:lints`

Open
#227 2 comments 0 reactions 1 assignee Claimed by @Stargator View on GitHub
discussion Hacktoberfest help wanted
Dominant language
Dart
Stars
60
Forks
97
PR merge metrics
No merged PRs in 30d

Description

I believe that we do want to write effective dart code, but this might not be feasible for new learners. Sometimes too many lints can distracting. So I suggest that we use [`package:lints`](https://pub.dev/packages/lints) for our repo, this will cover all of the exercise examples and tests without necessarily forcing learners to use theses lints. We could then manually add exercise directories in `check_formatting` script like so `dartanalyzer.bat --options=.\analysis_options.yaml .\exercises\anagram\lib .\exercises\anagram\test`.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.