Skip to content

Commit e9a211f

Browse files
authored
Merge pull request #950 from jason-fox/patch-1
Fix issues with Markdown Lint GitHub Action
2 parents 1639683 + e030f91 commit e9a211f

File tree

4 files changed

+6
-5
lines changed

4 files changed

+6
-5
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22

33
[![FIWARE IoT Agents](https://nexus.lab.fiware.org/static/badges/chapters/iot-agents.svg)](https://www.fiware.org/developers/catalogue/)
44
[![License: APGL](https://img.shields.io/github/license/telefonicaid/iotagent-node-lib.svg)](https://opensource.org/licenses/AGPL-3.0)
5-
[![Support badge](https://nexus.lab.fiware.org/repository/raw/public/badges/stackoverflow/iot-agents.svg)](https://stackoverflow.com/questions/tagged/fiware+iot)
5+
[![Support badge](https://img.shields.io/badge/tag-fiware+iot-orange.svg?logo=stackoverflow)](https://stackoverflow.com/questions/tagged/fiware+iot)
66
<br/>
77
[![Documentation badge](https://img.shields.io/readthedocs/iotagent-node-lib.svg)](http://iotagent-node-lib.readthedocs.org/en/latest/?badge=latest)
8-
[![CI](https://github.com/telefonicaid/iotagent-json/workflows/CI/badge.svg)](https://github.com/telefonicaid/iotagent-json/actions?query=workflow%3ACI)
8+
[![CI](https://github.com/telefonicaid/iotagent-node-lib/workflows/CI/badge.svg)](https://github.com/telefonicaid/iotagent-node-lib/actions?query=workflow%3ACI)
99
[![Coverage Status](https://coveralls.io/repos/github/telefonicaid/iotagent-node-lib/badge.svg?branch=master)](https://coveralls.io/github/telefonicaid/iotagent-node-lib?branch=master)
1010
![Status](https://nexus.lab.fiware.org/static/badges/statuses/iot-node-lib.svg)
1111

doc/api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ The IoT Agents provide two means to define those service groups:
3030

3131
- Static **Type Configuration**: configuring the `ngsi.types` attribute within the `config.js` file.
3232
- Dynamic **Configuration API**: making use of the API URLs in the configuration URI, `/iot/services`. Please, note
33-
that the configuration API manage servers under an URL that requires the `server.name` parameter to be set (the name
33+
that the configuration API manage servers under a URL that requires the `server.name` parameter to be set (the name
3434
of the IoT Agent we are using). If no name is configured `default` is taken as the default one.
3535

3636
Both approaches provide the same configuration information for the types and end up in the same configuration

doc/development.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ npm run clean
8888

8989
### Documentation Markdown validation
9090

91-
Checks the markdown documentation for consistency
91+
Checks the Markdown documentation for consistency
9292

9393
```bash
9494
# Use git-bash on Windows
@@ -97,7 +97,7 @@ npm run lint:md
9797

9898
### Documentation Spell-checking
9999

100-
Uses the provided `.textlintrc` flag file. To check the markdown documentation for spelling and grammar errors, dead
100+
Uses the provided `.textlintrc` flag file. To check the Markdown documentation for spelling and grammar errors, dead
101101
links & etc.
102102

103103
```bash

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@
7777
"should": "13.2.3",
7878
"sinon": "~9.0.2",
7979
"textlint": "~11.7.6",
80+
"textlint-filter-rule-comments": "~1.2.2",
8081
"textlint-rule-common-misspellings": "~1.0.1",
8182
"textlint-rule-no-dead-link": "~4.7.0",
8283
"textlint-rule-terminology": "~2.1.4",

0 commit comments

Comments
 (0)