Skip to content

Commit

Permalink
chore: another fix to CI error
Browse files Browse the repository at this point in the history
  • Loading branch information
yquansah committed Feb 7, 2024
1 parent a1dd75b commit 4dc397c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions configuration/analytics.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ The image above shows the past 30 minutes of evaluation(s) count for the flag `f

### Database

It is important to note that we do \*recommend\*\* for you to a separate database for analytics produced by Flipt so that the data can logically isolated from the rest of your Clickhouse data.
It's important to note that we do \*recommend\*\* for you to a separate database for analytics produced by Flipt so that the data can logically isolated from the rest of your Clickhouse data.

Check warning on line 28 in configuration/analytics.mdx

View workflow job for this annotation

GitHub Actions / Vale

[vale] reported by reviewdog 🐶 [Openly.SentenceLength] Write short sentences (less than 25 words). Raw Output: {"message": "[Openly.SentenceLength] Write short sentences (less than 25 words).", "location": {"path": "configuration/analytics.mdx", "range": {"start": {"line": 28, "column": 1}}}, "severity": "WARNING"}

Check warning on line 28 in configuration/analytics.mdx

View workflow job for this annotation

GitHub Actions / Vale

[vale] reported by reviewdog 🐶 [Microsoft.We] Try to avoid using first-person plural like 'we'. Raw Output: {"message": "[Microsoft.We] Try to avoid using first-person plural like 'we'.", "location": {"path": "configuration/analytics.mdx", "range": {"start": {"line": 28, "column": 29}}}, "severity": "WARNING"}

Check warning on line 28 in configuration/analytics.mdx

View workflow job for this annotation

GitHub Actions / Vale

[vale] reported by reviewdog 🐶 [Openly.So] Don't start a sentence with 'so ' Raw Output: {"message": "[Openly.So] Don't start a sentence with 'so '", "location": {"path": "configuration/analytics.mdx", "range": {"start": {"line": 28, "column": 114}}}, "severity": "WARNING"}

The reason for this is not just a separation of concerns on a general level, but for possible data migrations and other related things via data on a technical level if changes do arise on our end.
The reason for this isn't just a separation of concerns on a general level, but for possible data migrations and other related things via data on a technical level if changes do arise on our end.

Check warning on line 30 in configuration/analytics.mdx

View workflow job for this annotation

GitHub Actions / Vale

[vale] reported by reviewdog 🐶 [Openly.SentenceLength] Write short sentences (less than 25 words). Raw Output: {"message": "[Openly.SentenceLength] Write short sentences (less than 25 words).", "location": {"path": "configuration/analytics.mdx", "range": {"start": {"line": 30, "column": 1}}}, "severity": "WARNING"}

Check warning on line 30 in configuration/analytics.mdx

View workflow job for this annotation

GitHub Actions / Vale

[vale] reported by reviewdog 🐶 [Microsoft.We] Try to avoid using first-person plural like 'our'. Raw Output: {"message": "[Microsoft.We] Try to avoid using first-person plural like 'our'.", "location": {"path": "configuration/analytics.mdx", "range": {"start": {"line": 30, "column": 188}}}, "severity": "WARNING"}

### Origin of Analytics

Check warning on line 32 in configuration/analytics.mdx

View workflow job for this annotation

GitHub Actions / Vale

[vale] reported by reviewdog 🐶 [Openly.Titles] 'Origin of Analytics' should be in sentence case Raw Output: {"message": "[Openly.Titles] 'Origin of Analytics' should be in sentence case", "location": {"path": "configuration/analytics.mdx", "range": {"start": {"line": 32, "column": 5}}}, "severity": "WARNING"}

Expand Down

0 comments on commit 4dc397c

Please sign in to comment.