Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 0.0.8

- Support `analyzer` v13.

## 0.0.7

- Add a global and per-rule `severity` field to change the severity level of
Expand Down
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@ name: import_rules
description: |
A lint plugin for the Dart analyzer that enforces custom import rules in your projects,
enabling everything from simple allow/disallow lists to complex module dependency constraints.
version: 0.0.7
version: 0.0.8
repository: https://github.com/fujidaiti/import_rules.git

environment:
sdk: ^3.10.0

dependencies:
analysis_server_plugin: ^0.3.3
analyzer: ">=9.0.0 <13.0.0"
analyzer: ">=9.0.0 <14.0.0"
glob: ^2.1.3
path: ^1.9.1
yaml: ^3.1.3
Expand Down
Loading