gitea-package/.markdownlint.json
OCram85 b699580cc7
All checks were successful
ci/woodpecker/push/ci Pipeline was successful
ci/woodpecker/push/test-image Pipeline was successful
add linter + renovate (#6)
### 📖 Summary

- add renovate json
- add linters:
  - Dockerfile
  - markdown
  - editorconfig

### 📑 Test Plan

 CI pipeline tests (Default)

### 💬 Details

_No response_

### 📚 Additional Notes

_No response_

Reviewed-on: #6
2024-05-16 12:12:31 +02:00

9 lines
119 B
JSON

{
"default": true,
"MD013": {
"line_length": 116,
"code_block_line_length": 116,
"tables": false
}
}