-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #155 from bmish/marker-auto-generated
- Loading branch information
Showing
4 changed files
with
199 additions
and
176 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
// Markers so that the README rules list can be automatically updated. | ||
export const BEGIN_RULE_LIST_MARKER = '<!-- begin rules list -->'; | ||
export const END_RULE_LIST_MARKER = '<!-- end rules list -->'; | ||
export const BEGIN_RULE_LIST_MARKER = | ||
'<!-- begin auto-generated rules list -->'; | ||
export const END_RULE_LIST_MARKER = '<!-- end auto-generated rules list -->'; | ||
|
||
// Marker so that rule doc header (title/notices) can be automatically updated. | ||
export const END_RULE_HEADER_MARKER = '<!-- end rule header -->'; | ||
export const END_RULE_HEADER_MARKER = '<!-- end auto-generated rule header -->'; |
Oops, something went wrong.