โŒ About FreshRSS

Normal view

There are new articles available, click to refresh the page.
Before yesterdayAwesome Ada

Work around the last problems reported by the linter

By: mgrojo
7 April 2023 at 23:31
Work around the last problems reported by the linter

This works around these problems:

README.md:191:3:   https://matrix.to/#/#ada-lang_Lobby:gitter.im  remark-lint:double-link
README.md:199:112: https://matrix.to/#/#ada-lang:matrix.org       remark-lint:double-link

Which are due to an issue in the linter: https://github.com/Scrum/remark-lint-double-link/pull/10

Closes #107

  • 7 April 2023 at 23:31

Fix issues reported by awesome-lint (double-link, awesome-list-item)

By: mgrojo
25 February 2023 at 23:51
Fix issues reported by awesome-lint (double-link, awesome-list-item)

Fixes these occurrences:
```
  โœ–  266:122  https://github.com/AdaCore/ada_language_server               remark-lint:double-link
  โœ–  289:3    Invalid list item link                                       remark-lint:awesome-list-item
  โœ–  302:69   List item description must start with valid casing           remark-lint:awesome-list-item
  โœ–  322:3    Invalid list item link                                       remark-lint:awesome-list-item
  โœ–  343:3    Invalid list item link                                       remark-lint:awesome-list-item
  โœ–  346:3    Invalid list item link                                       remark-lint:awesome-list-item
  โœ–  350:3    Invalid list item link                                       remark-lint:awesome-list-item
  โœ–  384:3    Invalid list item link                                       remark-lint:awesome-list-item
  โœ–  402:3    Invalid list item link                                       remark-lint:awesome-list-item
  โœ–  449:3    https://github.com/AdaCore/ada_language_server               remark-lint:double-link
  โœ–  492:3    Invalid list item link                                       remark-lint:awesome-list-item
  โœ–  523:3    Invalid list item link                                       remark-lint:awesome-list-item
  โœ–  537:3    Invalid list item link                                       remark-lint:awesome-list-item
  โœ–  562:3    Invalid list item link                                       remark-lint:awesome-list-item
  โœ–  573:3    Invalid list item link                                       remark-lint:awesome-list-item
  โœ–  574:3    Invalid list item link                                       remark-lint:awesome-list-item
  โœ–  590:3    Invalid list item link                                       remark-lint:awesome-list-item
  โœ–  695:3    Invalid list item link                                       remark-lint:awesome-list-item
  โœ–  724:3    Invalid list item link                                       remark-lint:awesome-list-item
  โœ–  725:3    Invalid list item link                                       remark-lint:awesome-list-item
  โœ–  735:3    Invalid list item link                                       remark-lint:awesome-list-item
  โœ–  736:3    Invalid list item link                                       remark-lint:awesome-list-item
```

See issue #107

  • 25 February 2023 at 23:51

Add CC0 license file using template

By: mgrojo
25 February 2023 at 16:22
Add CC0 license file using template

As recommended by:
https://github.com/sindresorhus/awesome/blob/main/pull_request_template.md#requirements-for-your-awesome-list

This will allow removing these awesome-lint errors:
```
README.md:1:1:   License was not detected by GitHub                           remark-lint:awesome-github
README.md:1:1:   Forbidden license section found                              remark-lint:awesome-license
```

  • 25 February 2023 at 16:22

Remove double-link reported by awesome-lint

By: mgrojo
25 February 2023 at 16:59
Remove double-link reported by awesome-lint

Left only in the Embedded section, since it of most interest in that area than as a general sound library.

```
README.md:592:3:   https://github.com/raph-amiard/ada-synth-lib                 remark-lint:double-link
README.md:653:3:   https://github.com/raph-amiard/ada-synth-lib                 remark-lint:double-link
```
See issue #107
  • 25 February 2023 at 16:59
โŒ
โŒ