SWDEV-464475 - Add linting and spellcheck

- Markdown fixes
- Fix spellcheck
- Clean up
- Supress etoc warning
- Remove folder before clone if it's exist
- Change liniting.yml to use develop
- Trailing white space fix

Change-Id: Ib3bb2cdd0abebeb21071b5d2e2d3b57fe41666e0
This commit is contained in:
Istvan Kiss
2024-05-28 18:42:08 +02:00
committed by Istvan Kiss
parent 87ee9b28a4
commit bd624d0938
24 changed files with 986 additions and 712 deletions
+3 -3
View File
@@ -1,9 +1,9 @@
### How to install? ###
### How to install?
1. Add the <code>hip.vim</code> to <code>~/.vim/syntax/</code> directory
2. Add the following text to the end of <code>~/.vimrc</code>
```
```shell
augroup filetypedetect
au BufNewFile,BufRead *.cpp set filetype=cpp syntax=hip
augroup END