Skip to content

Commit

Permalink
chore(ci-lint): Add some markdown lint rules (#5659)
Browse files Browse the repository at this point in the history

#### Summary

Adds some linter rules based on #5647 and #5643

<!--
  • Loading branch information
erezrokah authored and pull[bot] committed Sep 26, 2023
1 parent 325eea4 commit 6e5469a
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 1 deletion.
8 changes: 8 additions & 0 deletions .github/styles/proselint/BestPractice.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
extends: substitution
message: "Consider using '%s' instead of '%s'."
ignorecase: true
level: warning
action:
name: replace
swap:
It's a good idea: It's best practice
6 changes: 6 additions & 0 deletions .github/styles/proselint/RealWorld.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
extends: existence
message: "Consider removing '%s'."
ignorecase: true
level: warning
tokens:
- 'real world'
2 changes: 1 addition & 1 deletion website/pages/blog/introducing-the-gandi-source-plugin.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ CloudQuery now supports pulling domain and DNS resources from [Gandi](https://ga

Take a look at our [Configuration](/docs/plugins/sources/gandi/configuration) section to configure required credentials for the plugin.

Below are some real world query examples to get you started.
Below are some query examples to get you started.

## Detect domain registrations that will expire soon

Expand Down

0 comments on commit 6e5469a

Please sign in to comment.