Skip to content
This repository was archived by the owner on Jul 16, 2023. It is now read-only.

Commit 58e378f

Browse files
authored
fix: wrong path (#706)
1 parent 997dfd3 commit 58e378f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ PR titles should follow the format below:
1919
To create a new rule:
2020

2121
1. Choose a rule name according to our naming guide or take it from existing issue for the rule.
22-
2. Add an `.md` file with the rule documentation to `doc/rules`. If the rule supports configuration add ![Configurable](https://img.shields.io/badge/-configurable-informational) badge, if it has auto-fixes add ![Has auto-fix](https://img.shields.io/badge/-has%20auto--fix-success) badge
22+
2. Add an `.md` file with the rule documentation to `website/docs/rules`. If the rule supports configuration add ![Configurable](https://img.shields.io/badge/-configurable-informational) badge, if it has auto-fixes add ![Has auto-fix](https://img.shields.io/badge/-has%20auto--fix-success) badge
2323
3. Create a rule `.dart` file under `lib/src/analyzers/lint_analyzer/rules/rules_list`.
2424
4. Create a class that extends an abstract rule class depending on your rule type. Available classes: `FlutterRule`, `CommonRule`, `IntlRule`, `AngularRule`. Add a public field with rule id, documentation url.
2525

0 commit comments

Comments
 (0)