Instructions for adding a new validation rule and CLI flag to dart_skills_lint.
원문 언어: 영어
메뉴
SkillsMP는 conceptadev/ack에서 8개의 skill을 수집했습니다. skill을 열어 소스와 세부 정보를 확인하세요.
수집된 skill 8개 중 8개를 표시합니다.
Instructions for adding a new validation rule and CLI flag to dart_skills_lint.
원문 언어: 영어
General best practices for Dart development. Covers code style, effective Dart, and language features.
원문 언어: 영어
Best practices for creating high-quality, executable Dart CLI applications. Covers entrypoint structure, exit code handling, and recommended packages.
원문 언어: 영어
Best practices for validating Dart documentation comments. Covers using `dart doc` to catch unresolved references and macros.
원문 언어: 영어
Best practices for using `expect` and `package:matcher`. Focuses on readable assertions, proper matcher selection, and avoiding common pitfalls.
원문 언어: 영어
Guidelines for using modern Dart features (v3.0 - v3.10) such as Records, Pattern Matching, Switch Expressions, Extension Types, Class Modifiers, Wildcards, Null-Aware Elements, and Dot Shorthands.
원문 언어: 영어
Guidelines for maintaining external Dart packages, covering versioning, publishing workflows, and pull request management. Use when updating Dart packages, preparing for a release, or managing collaborative changes in a repository.
원문 언어: 영어
Core concepts and best practices for `package:test`. Covers `test`, `group`, lifecycle methods (`setUp`, `tearDown`), and configuration (`dart_test.yaml`).
원문 언어: 영어