Skip to content

Commit

Permalink
chore: add star so its more clear why you would want to use semver pa…
Browse files Browse the repository at this point in the history
…rsing
  • Loading branch information
markphelps committed Apr 30, 2024
1 parent 252d13a commit 6dc73ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configuration/storage.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ Flipt will follow the configured [reference](https://git-scm.com/book/en/v2/Git-
As of v1.41.0, Flipt supports the following reference types:

- `static` (default): Flipt will use the reference provided in the configuration.

Check warning on line 188 in configuration/storage.mdx

View workflow job for this annotation

GitHub Actions / Vale

[vale] reported by reviewdog 🐶 [Openly.FutureTense] Possible future tense. Raw Output: {"message": "[Openly.FutureTense] Possible future tense.", "location": {"path": "configuration/storage.mdx", "range": {"start": {"line": 188, "column": 29}}}, "severity": "WARNING"}
- `semver`: Flipt will use the latest reference that matches the [semver](https://semver.org/) pattern (e.g. `v1.0.0`).
- `semver`: Flipt will use the latest reference that matches the [semver](https://semver.org/) pattern (e.g. `v1.0.*`).

Check warning on line 189 in configuration/storage.mdx

View workflow job for this annotation

GitHub Actions / Vale

[vale] reported by reviewdog 🐶 [Openly.FutureTense] Possible future tense. Raw Output: {"message": "[Openly.FutureTense] Possible future tense.", "location": {"path": "configuration/storage.mdx", "range": {"start": {"line": 189, "column": 19}}}, "severity": "WARNING"}

Check failure on line 189 in configuration/storage.mdx

View workflow job for this annotation

GitHub Actions / Vale

[vale] reported by reviewdog 🐶 [Flipt.Spelling] Check the spelling of 'semver'. If the spelling is correct, add this word to the spelling exception list. Raw Output: {"message": "[Flipt.Spelling] Check the spelling of 'semver'. If the spelling is correct, add this word to the spelling exception list.", "location": {"path": "configuration/storage.mdx", "range": {"start": {"line": 189, "column": 67}}}, "severity": "ERROR"}

Check warning on line 189 in configuration/storage.mdx

View workflow job for this annotation

GitHub Actions / Vale

[vale] reported by reviewdog 🐶 [Microsoft.Foreign] Use 'for example' instead of 'e.g.'. Raw Output: {"message": "[Microsoft.Foreign] Use 'for example' instead of 'e.g.'.", "location": {"path": "configuration/storage.mdx", "range": {"start": {"line": 189, "column": 105}}}, "severity": "WARNING"}

Check warning on line 189 in configuration/storage.mdx

View workflow job for this annotation

GitHub Actions / Vale

[vale] reported by reviewdog 🐶 [Openly.Punctuation] Use 'eg' instead of 'e.g.' Raw Output: {"message": "[Openly.Punctuation] Use 'eg' instead of 'e.g.'", "location": {"path": "configuration/storage.mdx", "range": {"start": {"line": 189, "column": 105}}}, "severity": "WARNING"}

<Tabs>
<Tab title="Environment Variables">
Expand Down

0 comments on commit 6dc73ee

Please sign in to comment.