Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Vale: test with one file #5933

Closed
wants to merge 19 commits into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 10 additions & 1 deletion website/docs/docs/trusted-adapters.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,20 @@

Free and open-source tools for the data professional are increasingly abundant. This is by-and-large a *good thing*, however it requires due diligence that wasn't required in a paid-license, closed-source software world. As a user, there are questions to answer important before taking a dependency on an open-source project. The trusted adapter designation is meant to streamline this process for end users.

### Trusted adapter specifications
### Trusted Adapter Specifications

Check warning on line 12 in website/docs/docs/trusted-adapters.md

View workflow job for this annotation

GitHub Actions / vale

[vale] website/docs/docs/trusted-adapters.md#L12

[custom.SentenceCaseHeaders] 'Trusted Adapter Specifications' should use sentence-style capitalization. Try '' instead.
Raw output
{"message": "[custom.SentenceCaseHeaders] 'Trusted Adapter Specifications' should use sentence-style capitalization. Try '' instead.", "location": {"path": "website/docs/docs/trusted-adapters.md", "range": {"start": {"line": 12, "column": 5}}}, "severity": "WARNING"}

Copy link
Contributor Author

@nghi-ly nghi-ly Aug 15, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

love the Vale warning for line 12!

Refer to the [Build, test, document, and promote adapters](/guides/adapter-creation) guide for more information, particularly if you are an adapter maintainer considering having your adapter be added to the trusted list.


<!-- vale off -->

## Header Test To Test COmments
more text here...

<!-- vale on -->

## Header Test To Test COmments

Check warning on line 24 in website/docs/docs/trusted-adapters.md

View workflow job for this annotation

GitHub Actions / vale

[vale] website/docs/docs/trusted-adapters.md#L24

[custom.SentenceCaseHeaders] 'Header Test To Test COmments' should use sentence-style capitalization. Try '' instead.
Raw output
{"message": "[custom.SentenceCaseHeaders] 'Header Test To Test COmments' should use sentence-style capitalization. Try '' instead.", "location": {"path": "website/docs/docs/trusted-adapters.md", "range": {"start": {"line": 24, "column": 4}}}, "severity": "WARNING"}

### Trusted adapters

import AdaptersTrusted from '/snippets/_adapters-trusted.md';
Expand Down
Loading