Metadata
- Source
- FLUID-6774
- Type
- Bug
- Priority
- Major
- Status
- Open
- Resolution
- N/A
- Assignee
- Colin Clark
- Reporter
- Tony Atkins
- Created
2023-11-09T07:16:35.195-0500 - Updated
2023-11-09T07:18:23.737-0500 - Versions
- N/A
- Fixed Versions
- N/A
- Component
- N/A
Description
Recent versions of fluid-lint-all and eslint-config-fluid return errors regarding a few lines in ReleaseNotes.md in main.
13:05:41.389: - ReleaseNotes.md:
13:05:41.389: (106:-) MD034:no-bare-urls
13:05:41.389: (151:-) MD034:no-bare-urls
13:05:41.389: (156:-) MD034:no-bare-urls
Comments
-
Tony Atkins commented
2023-11-09T07:18:23.737-0500 @@Antranig Basman In testing locally I fixed the first two simply by removing the space between the opening parenthesis and the URL.
Doing the same for the third results in a line-length error, which can be fixed by adding a return before the opening square brace instead.