Skip to content

Commit ef49f20

Browse files
committed
docs: update clinerules
- Added BuildContext rule - Removed repository rule
1 parent 4023002 commit ef49f20

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

memory-bank/.clinerules

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,3 @@
2323
- Document exceptions associated with calling a function in its documentation comments.
2424
- Define descriptive exceptions by implementing `Exception` with descriptive names, rather than throwing generic `Exception`.
2525
- When using `go_router` for navigation, `BuildContext` is required for methods like `context.goNamed()`. Since BLoCs don't have inherent access to `BuildContext`, it needs to be passed through the event triggering the navigation.
26-
27-
## Repository
28-
- The `searchHeadlines` method in `HtHeadlinesRepository` does not support pagination. Pagination-like behavior is handled in the `HeadlinesSearchBloc`.

0 commit comments

Comments
 (0)