mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-10 18:01:03 +01:00
fix: auto-fix linting issues
This commit is contained in:
committed by
github-actions[bot]
parent
8665d794c4
commit
fd67bfbc63
4
.github/ISSUE_TEMPLATE/BUG-REPORT.yml
vendored
4
.github/ISSUE_TEMPLATE/BUG-REPORT.yml
vendored
@@ -2,9 +2,7 @@
|
||||
name: "🐛 Bug Report"
|
||||
description: Create a new ticket for a bug.
|
||||
title: "🐛 [Addon name] <title>"
|
||||
labels: [
|
||||
"bug"
|
||||
]
|
||||
labels: ["bug"]
|
||||
body:
|
||||
- type: textarea
|
||||
id: description
|
||||
|
||||
5
.github/ISSUE_TEMPLATE/feature-request.yml
vendored
5
.github/ISSUE_TEMPLATE/feature-request.yml
vendored
@@ -2,10 +2,7 @@
|
||||
name: "✨ Feature request"
|
||||
description: Suggest an idea for this project
|
||||
title: "✨ [REQUEST] Addon name"
|
||||
labels: [
|
||||
"prevent stale",
|
||||
"enhancement"
|
||||
]
|
||||
labels: ["prevent stale", "enhancement"]
|
||||
body:
|
||||
- type: markdown
|
||||
attributes:
|
||||
|
||||
18
.github/linters/.markdown-lint.yml
vendored
18
.github/linters/.markdown-lint.yml
vendored
@@ -18,16 +18,16 @@
|
||||
###############
|
||||
# Rules by id #
|
||||
###############
|
||||
MD001: false # Heading levels should only increment by one level at a time
|
||||
MD002: false # First header should be a h1 header
|
||||
MD007: # Unordered list indentation
|
||||
MD001: false # Heading levels should only increment by one level at a time
|
||||
MD002: false # First header should be a h1 header
|
||||
MD007: # Unordered list indentation
|
||||
indent: 2
|
||||
MD012: false # Multiple consecutive blank lines
|
||||
MD013: false # Line length
|
||||
MD025: false # Multiple top level headings in the same document
|
||||
MD034: false # Bare url
|
||||
MD041: false # First line in file should be a top level header
|
||||
MD053: false # Check links are used
|
||||
MD012: false # Multiple consecutive blank lines
|
||||
MD013: false # Line length
|
||||
MD025: false # Multiple top level headings in the same document
|
||||
MD034: false # Bare url
|
||||
MD041: false # First line in file should be a top level header
|
||||
MD053: false # Check links are used
|
||||
|
||||
#################
|
||||
# Rules by tags #
|
||||
|
||||
Reference in New Issue
Block a user