Skip to content

Commit 099173f

Browse files
committed
chore: organize files
1 parent 6a1eac7 commit 099173f

5 files changed

Lines changed: 6 additions & 3 deletions

File tree

lib/grumpy_annotations.dart

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
export 'src/must_call_in_constructor.dart';
2-
export 'src/base_class.dart';
3-
export 'src/initializer.dart';
1+
export 'src/lints/must_call_in_constructor.dart';
2+
export 'src/lints/base_class.dart';
3+
export 'src/lints/initializer.dart';

lib/src/lints/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Grumpy Annotations - Lints
2+
3+
This folder contains annotations related to lints provided by the [grumpy_linty](https://github.com/necodeIT/grumpy_lints) package.
File renamed without changes.

0 commit comments

Comments
 (0)