All checks were successful
ci/woodpecker/push/linting Pipeline was successful
13 lines
163 B
JSON
13 lines
163 B
JSON
{
|
|
// files to lint
|
|
"globs": [
|
|
"readme.md"
|
|
],
|
|
// linting rules
|
|
"config": {
|
|
"MD013": {
|
|
"line_length": 120,
|
|
"tables": false
|
|
}
|
|
}
|
|
}
|