linesman 0.2.0 copy "linesman: ^0.2.0" to clipboard
linesman: ^0.2.0 copied to clipboard

Enforce boundaries between different parts of your codebase.

Changelog #

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased] #

0.2.0 - 2026-04-03 #

Changed #

  • Migrated from custom_lint to the native analysis_server_plugin architecture (requires Dart 3.10+).
  • Merged linesman and linesman_lint into a single linesman package.
  • Configuration is now read from a dedicated linesman.yaml file instead of analysis_options.yaml.
  • source and target in rules now accept a list of patterns in addition to a single string.

Added #

  • Named groups: define reusable sets of file patterns under groups and reference them in rules with a $ prefix.
  • Custom message field on deny rules, shown in the diagnostic output.
  • Layer enforcement via the layers key: define an ordered architecture where imports can only go downward, with optional peer isolation.
  • transitiveLayers option (default true): when false, layers can only import from the layer directly below them.

0.1.0+1 - 2025-06-30 #

Fixed #

  • Added homepage to pubspec.yaml.

0.1.0 - 2025-06-30 #

Added #

  • Initial version.
1
likes
0
points
16
downloads

Publisher

unverified uploader

Weekly Downloads

Enforce boundaries between different parts of your codebase.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

analysis_server_plugin, analyzer, collection, equatable, fast_immutable_collections, glob, path, yaml

More

Packages that depend on linesman