Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
729b2511
Commit
729b2511
authored
Nov 24, 2021
by
Marcel Amirault
Committed by
Evan Read
Nov 24, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove unneeded quotes from markdownlint config
parent
c60fbf8f
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
27 additions
and
27 deletions
+27
-27
.markdownlint.yml
.markdownlint.yml
+24
-24
doc/.markdownlint/markdownlint-no-trailing-spaces.yml
doc/.markdownlint/markdownlint-no-trailing-spaces.yml
+2
-2
doc/ci/yaml/artifacts_reports.md
doc/ci/yaml/artifacts_reports.md
+1
-1
No files found.
.markdownlint.yml
View file @
729b2511
---
# Base Markdownlint configuration
# Extended Markdownlint configuration in doc/.markdownlint/
"
default"
:
true
"
first-header-h1"
:
true
"
header-style"
:
"
style"
:
"
atx"
"
ul-style"
:
"
style"
:
"
dash"
"
no-trailing-spaces"
:
false
"
line-length"
:
false
"
no-duplicate-header"
:
"
allow_different_nesting"
:
true
"
no-trailing-punctuation"
:
"
punctuation"
:
"
.,;:!。,;:!?"
"
ol-prefix"
:
"
style"
:
"
one"
"
no-inline-html"
:
false
"
hr-style"
:
"
style"
:
"
---"
"
no-emphasis-as-heading"
:
false
"
first-line-h1"
:
false
"
code-block-style"
:
"
style"
:
"
fenced"
"
proper-names"
:
"
names"
:
[
default
:
true
first-header-h1
:
true
header-style
:
style
:
"
atx"
ul-style
:
style
:
"
dash"
no-trailing-spaces
:
false
line-length
:
false
no-duplicate-header
:
allow_different_nesting
:
true
no-trailing-punctuation
:
punctuation
:
"
.,;:!。,;:!?"
ol-prefix
:
style
:
"
one"
no-inline-html
:
false
hr-style
:
style
:
"
---"
no-emphasis-as-heading
:
false
first-line-h1
:
false
code-block-style
:
style
:
"
fenced"
proper-names
:
names
:
[
"
Akismet"
,
"
Alertmanager"
,
"
API"
,
...
...
@@ -139,4 +139,4 @@
"
YAML"
,
"
YouTrack"
]
"
code_blocks"
:
false
code_blocks
:
false
doc/.markdownlint/markdownlint-no-trailing-spaces.yml
View file @
729b2511
---
# Extended Markdown configuration to enforce no-trailing-spaces rule
"
extends"
:
"
../../.markdownlint.yml"
"
no-trailing-spaces"
:
true
extends
:
"
../../.markdownlint.yml"
no-trailing-spaces
:
true
doc/ci/yaml/artifacts_reports.md
View file @
729b2511
...
...
@@ -167,7 +167,7 @@ GitLab can display the results of one or more reports in:
The
`dotenv`
report collects a set of environment variables as artifacts.
The collected variables are registered as runtime-created variables of the job,
which
is useful
to
[
set dynamic environment URLs after a job finishes
](
../environments/index.md#set-dynamic-environment-urls-after-a-job-finishes
)
.
which
you can use
to
[
set dynamic environment URLs after a job finishes
](
../environments/index.md#set-dynamic-environment-urls-after-a-job-finishes
)
.
The exceptions to the
[
original dotenv rules
](
https://github.com/motdotla/dotenv#rules
)
are:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment