- May 16, 2023
-
-
- Feb 16, 2023
-
-
- Jan 23, 2023
-
-
Evan Read authored
Also: - Remove some white space from end of line - Document using markdownlint-cli2
-
- Dec 23, 2022
-
-
David Dieulivol authored
This reverts merge request !106469
-
-
- Oct 31, 2022
-
-
This reverts commit 2c57d286.
-
- Sep 06, 2022
-
-
- May 20, 2022
-
-
Marcel Amirault authored
When tweaking the docs pipeline, we should always run the docs lint jobs, and should always lint all files.
-
- Apr 14, 2022
-
-
Kati Paizee authored
-
- Feb 09, 2022
-
-
Evan Read authored
Also disables new rules made available in new version until documentation can be made to pass.
-
- Jan 18, 2022
-
-
Evan Read authored
Also make minor documentation updates to trigger jobs to test new images
-
- Nov 11, 2021
-
-
Adam Cohen authored
-
- Sep 29, 2021
-
-
- Sep 20, 2021
-
-
- Aug 17, 2021
-
-
- Aug 08, 2021
-
-
Evan Read authored
Also share logic between Lefthook and lint-doc.sh script.
-
- Jun 21, 2021
-
-
- Apr 30, 2021
-
- Apr 28, 2021
-
-
Evan Read authored
-
- Apr 20, 2021
-
-
Albert authored
This reverts merge request !59228
-
- Mar 12, 2021
-
-
- Mar 10, 2021
-
-
Also updates links to new target docs
-
- Feb 09, 2021
-
-
Lukas Eipert authored
Otherwise our script will fail if a file gets deleted.
-
- Feb 08, 2021
-
-
Add the rudiments of a test that flags Markdown files in the doc/ directory that do not have front matter. Files without front matter won't show up in the Technical Writing team's calculations.
-
- Feb 01, 2021
-
-
We prefer index files now. Updates lint-doc to match.
-
- Dec 15, 2020
-
-
Copy and modify existing code to start moving toward a workable test for NBSP and NNBSP characters.
-
- Nov 26, 2020
-
-
If vale or markdownlint are updated, we should run on all files.
-
- Nov 17, 2020
-
-
-
We can shrink the docker image if we don't need ruby
-
- Nov 10, 2020
-
-
Achilleas Pipinellis authored
Add an extra clause to the lint-doc.sh script and check if the list of markdown files is empty when a merge results pipeline is run. If it is, skip the markdownlint check altogether.
-
- Nov 09, 2020
-
-
This commit creates a new .vale.py file in the root folder. It breaks Vale's output apart into multiple lines, making it easier to read the output. It also adds a new line that links back to the style guide, explaining how to fix the error.
-
- Oct 26, 2020
-
-
Peter Dave Hello authored
It's dangerous when `cd` fails but following commands keeps running which would lead to expected results. For those shell scripts without `set -e`, use `exit 1` before furthur refactor could be a safe and efficient workaround, for thoes shell scripts with `-e`, the shell(script) will exit immediately if any command has a non-zero exit status, so they don't need `exit 1` Reference: - https://github.com/koalaman/shellcheck/wiki/SC2164
-
- Oct 14, 2020
-
-
Marcel Amirault authored
-
- Oct 13, 2020
-
-
Remove redirect files that were put in years ago, and start using server-side redirects
-
- Oct 08, 2020
-
-
All files in these directories are redirected and no longer needed.
-
- Oct 06, 2020
-
-
Marcel Amirault authored
All files are redirect files. Remove them in favor of new server-side redirects
-
- Sep 04, 2020
-
-
Marcel Amirault authored
-
- Sep 02, 2020
-
-
Marcel Amirault authored
Check what type of pipeline is running. If it's a merged results pipeline, use CI variables to determine the merge-base. Use git diff with merge-base to see what files changes, filtering on markdown files, then run vale and markdownlint on only those changed files.
-
- Jul 10, 2020
-
-
Marcel Amirault authored
-