Skip to content
Snippets Groups Projects
Commit a80df509 authored by Bohdan Parkhomchuk's avatar Bohdan Parkhomchuk
Browse files

Merge branch 'eread/roll-docs-linting-tooling-forward' into 'main'

chore: roll docs linting tooling forward

See merge request !189
parents 2dfed8cb 29657237
No related branches found
No related tags found
1 merge request!189chore: roll docs linting tooling forward
Pipeline #1645382356 passed
......@@ -30,7 +30,7 @@ gemnasium-dependency_scanning:
check_docs_markdown:
stage: documentation
needs: []
image: registry.gitlab.com/gitlab-org/gitlab-docs/lint-markdown:alpine-3.20-vale-3.7.1-markdownlint2-0.14.0-lychee-0.15.1
image: registry.gitlab.com/gitlab-org/gitlab-docs/lint-markdown:alpine-3.20-vale-3.9.3-markdownlint2-0.17.1-lychee-0.18.0
script:
# Lint prose
- vale --minAlertLevel error docs README.md CHANGELOG.md
......
# For linting documentation
markdownlint-cli2 0.14.0
vale 3.7.1
markdownlint-cli2 0.17.1
vale 3.9.3
......@@ -40,7 +40,8 @@ To register a new interface/class, update the `DependencyInjection.RegisterCompo
### Settings
Settings are stored in the Windows Registry and edited through the main menu in Visual Studio via **Tools > Options**. More instructions can be found in the [main README](https://gitlab.com/gitlab-org/editor-extensions/gitlab-visual-studio-extension/-/blob/main/README.md#setup).
Settings are stored in the Windows Registry and edited through the main menu in Visual Studio by using
**Tools > Options**. More instructions can be found in the [main README](https://gitlab.com/gitlab-org/editor-extensions/gitlab-visual-studio-extension/-/blob/main/README.md#setup).
Sensitive settings are encrypted using the Windows Data Protection API. See `SettingsUtil/ProtectImpl.cs`.
......@@ -48,7 +49,7 @@ Settings components:
- `ISettings` -- Component providing access (get/set) to the settings themselves.
- `Settings` -- Implementation.
- `ISettingsStorage` -- Component providing storage and retrival for settings.
- `ISettingsStorage` -- Component providing storage and retrieval for settings.
- `RegistryStorage` -- Windows Registry storage implementation.
- `ISettingsProtect` -- Component that protects secrets.
- `ProtectImpl` -- Windows DAPI protect implementation.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment