mirror of
https://github.com/jomjol/AI-on-the-edge-device-docs.git
synced 2025-12-06 03:26:54 +03:00
* Add Makefile * Update .gitignore to exclude venv * Add requirements.txt for venv * Add pymarkdown lint Github action * Update .md from lint tool * Update README with make commands * Add linter config
46 lines
1.0 KiB
JSON
46 lines
1.0 KiB
JSON
{
|
|
"plugins": {
|
|
"selectively_enable_rules": true,
|
|
"heading-style": {
|
|
"enabled": true,
|
|
"style": "atx"
|
|
},
|
|
"commands-show-output": {
|
|
"enabled": true
|
|
},
|
|
"no-missing-space-atx": {
|
|
"enabled": true
|
|
},
|
|
"blanks-around-headings": {
|
|
"enabled": true
|
|
},
|
|
"heading-start-left": {
|
|
"enabled": true
|
|
},
|
|
"no-trailing-punctuation": {
|
|
"enabled": true,
|
|
"punctuation": ".,;。,;"
|
|
},
|
|
"blanks-around-fences": {
|
|
"enabled": true,
|
|
"list_items": false
|
|
},
|
|
"blanks-around-lists": {
|
|
"enabled": true
|
|
},
|
|
"hr-style": {
|
|
"enabled": true
|
|
},
|
|
"no-empty-links": {
|
|
"enabled": true
|
|
},
|
|
"no-alt-text": {
|
|
"enabled": true
|
|
}
|
|
},
|
|
"extensions": {
|
|
"front-matter" : {
|
|
"enabled" : true
|
|
}
|
|
}
|
|
} |