-
-
Notifications
You must be signed in to change notification settings - Fork 30
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #241 from RCheesley/fix-vale-prose-linter
Fix Vale linter
- Loading branch information
Showing
5 changed files
with
24 additions
and
41 deletions.
There are no files selected for viewing
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,3 @@ | ||
# Since Gitpod doesn't support caching custom Dockerfiles yet, we temporarily | ||
# use this once which has Python 3.9 and Vale preinstalled. | ||
image: | ||
file: .gitpod.Dockerfile | ||
|
||
|
@@ -13,23 +11,4 @@ vscode: | |
- [email protected] # See https://github.com/mautic/user-documentation/pull/334#issuecomment-2405922370 before upgrading. | ||
- trond-snekvik.simple-rst | ||
- errata-ai.vale-server | ||
- eamodio.gitlens | ||
|
||
github: | ||
prebuilds: | ||
# enable for the master/default branch (defaults to true) | ||
master: true | ||
# enable for all branches in this repo (defaults to false) | ||
branches: true | ||
# enable for pull requests coming from this repo (defaults to true) | ||
pullRequests: true | ||
# enable for pull requests coming from forks (defaults to false) | ||
pullRequestsFromForks: true | ||
# add a check to pull requests (defaults to true) | ||
addCheck: false | ||
# add a "Review in Gitpod" button as a comment to pull requests (defaults to false) | ||
addComment: false | ||
# add a "Review in Gitpod" button to the pull request's description (defaults to false) | ||
addBadge: true | ||
# add a label once the prebuild is ready to pull requests (defaults to false) | ||
addLabel: false | ||
- eamodio.gitlens |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
# File: requirements.txt | ||
|
||
# Defining the exact version will make sure things don't break | ||
sphinx==6.2.1 | ||
sphinx_rtd_theme==1.2.0 | ||
sphinx==8.0.2 | ||
sphinx_rtd_theme==3.0.0 | ||
readthedocs-sphinx-search==0.3.2 | ||
rstcheck==6.1.1 | ||
myst-parser==1.0.0 | ||
linkify-it-py==2.0.0 | ||
rstcheck==6.2.4 | ||
myst-parser==4.0.0 | ||
linkify-it-py==2.0.3 | ||
esbonio==0.16.5 | ||
attrs==22.2.0 | ||
attrs==24.2.0 |