Skip to content
This repository has been archived by the owner on Jun 28, 2024. It is now read-only.

Check markdown rs #5621

Open
wants to merge 27 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 26 commits
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
b35a27e
added file
Christopher-C-Robinson Apr 14, 2023
decf4ae
skeleton files
Christopher-C-Robinson Apr 14, 2023
9553168
Commiting validate_document_structure.rs. Also testing to see if Chri…
Toreseen Apr 23, 2023
8cd5a5b
latest code
Christopher-C-Robinson Apr 25, 2023
821dc04
removed binary files
Christopher-C-Robinson Apr 25, 2023
0d52f30
Commiting small changes for Chris to get on his laptop
Toreseen Apr 26, 2023
4056bd1
Delete main_from_go.rs
Toreseen Apr 26, 2023
cd9b534
Delete validate_structure.rs
Toreseen Apr 26, 2023
54ecb84
Commit attempt number 14. Lets see how this goes.
Toreseen Apr 26, 2023
5ddca97
Commit number 2, sort of another test to see if this works
Toreseen Apr 27, 2023
730fab7
Delete .rustc_info.json
Toreseen Apr 27, 2023
e35c532
Delete CACHEDIR.TAG
Toreseen Apr 27, 2023
e9a308e
Removed the ERROR prefix from the error messages.
Toreseen Apr 30, 2023
4fd4ba3
updated readme files
Christopher-C-Robinson Apr 30, 2023
efe9d3e
Fixed SRC being using in input_file_path.
Toreseen Apr 30, 2023
853b8c0
updated readme
Christopher-C-Robinson Apr 30, 2023
66a65a5
Added line number's to be output in error messages where the error oc…
Toreseen May 4, 2023
eaedaea
updated to validate links
Christopher-C-Robinson May 4, 2023
7f1591e
Fixed one small indentatio error
Toreseen May 5, 2023
aad2762
added helper functions. fixed deleted readme.md
Christopher-C-Robinson May 5, 2023
d6eab95
Added heading titles and file names to the document heaing validation…
Toreseen May 5, 2023
c14745b
added comments. fixed one of james's comments
Christopher-C-Robinson May 8, 2023
9f65c40
split into multiple files
Christopher-C-Robinson May 8, 2023
8fbc30f
install command avoid target line being incorrect
Christopher-C-Robinson May 8, 2023
3754706
Added copyright (c) to rust files
Toreseen May 8, 2023
b0736e2
Added the functionaity for H1 heading errors to ouput line number + o…
Toreseen May 9, 2023
f53ee46
cleaned up unused methads and variables
Christopher-C-Robinson May 16, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ ginkgo
!/**/ginkgo
/.vagrant/
cmd/check-markdown/kata-check-markdown
cmd/check-markdown-rs/target
22 changes: 11 additions & 11 deletions cmd/README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# CLI tools
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi @Christopher-C-Robinson and @Toreseen - I don't think this file should have been deleted?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The instructions above show you how to recreate the entire branch which will resolve this issue 😄

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I see that now. I added that back in. should be pushed sometime tonight.


| Tool name | Description |
|-|-|
| [`check-markdown`](check-markdown) | Perform checks on markdown files. |
| [`checkmetrics`](checkmetrics) | Check a metrics CI results file. |
| [`checkmetrics/history`](checkmetrics/history) | Generate metrics statistics from Jenkins data. |
| [`checkversions`](checkversions) | Check if third party tool versions have changed upstream. |
| [`container-manager`](container-manager) | CI tool to manipulate Docker and its configuration. |
| [`github-labels`](github-labels) | Tooling to manipulate GitHub repository labels. |
| [`history`](history) | Tool to help extract Git log history. |
| [`kata-spell-check`](check-spelling) | Tool to spell check a file. |
| [`kata-manager`](kata-manager) | Tool to install/remove packaged versions of Kata. |
| Tool name | Description |
| ---------------------------------------------- | --------------------------------------------------------- |
| [`check-markdown`](check-markdown) | Perform checks on markdown files. |
| [`checkmetrics`](checkmetrics) | Check a metrics CI results file. |
| [`checkmetrics/history`](checkmetrics/history) | Generate metrics statistics from Jenkins data. |
| [`checkversions`](checkversions) | Check if third party tool versions have changed upstream. |
| [`container-manager`](container-manager) | CI tool to manipulate Docker and its configuration. |
| [`github-labels`](github-labels) | Tooling to manipulate GitHub repository labels. |
| [`history`](history) | Tool to help extract Git log history. |
| [`kata-spell-check`](check-spelling) | Tool to spell check a file. |
| [`kata-manager`](kata-manager) | Tool to install/remove packaged versions of Kata. |
Loading