Skip to content

Commit 6849386

Browse files
committed
Silence intentional duplicate-link lint warnings, make awesome-lint blocking
Back-to-top (#contents) links and repeated core-domain links (robotframework.org, robocon.io) are intentional list conventions; suppress remark-lint:double-link for them via inline lint-disable comment instead of ignoring all lint output. awesome-lint now passes clean, so drop continue-on-error to make it a real gate.
1 parent 128eff7 commit 6849386

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,4 @@ jobs:
3333
README.md
3434
fail: true
3535
- name: Check awesome-list conventions
36-
# Informational only: the list intentionally keeps some conventions
37-
# awesome-lint disagrees with (back-to-top links, repeated domain
38-
# links across sections), so this doesn't block merges yet.
39-
continue-on-error: true
4036
run: npx --yes awesome-lint

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
<!--lint disable double-link-->
2+
<!-- Repeated "back to top" (#contents) and core-domain links (robotframework.org, robocon.io) are intentional. -->
3+
14
# Awesome Robot Framework [![Awesome](https://awesome.re/badge.svg)](https://awesome.re)
25

36
[![License: CC BY-NC-SA 4.0](https://img.shields.io/badge/License-CC%20BY--NC--SA%204.0-lightgrey.svg)](https://creativecommons.org/licenses/by-nc-sa/4.0/)
@@ -7,6 +10,7 @@
710

811
> A curated list of awesome Robot Framework resources and libraries
912
13+
1014
Entries marked *No updates since YYYY.* have had no commits or releases for at least three years; *Archived; no updates since YYYY.* means the upstream repository is archived. They stay listed because they may still work or serve as a reference, but expect no support.
1115

1216
## Contents

0 commit comments

Comments
 (0)