Skip to content

Commit

Permalink
Fix linter issues
Browse files Browse the repository at this point in the history
Signed-off-by: Andy Blyler <[email protected]>
  • Loading branch information
ablyler committed Oct 25, 2023
1 parent 8cc32ec commit 65e1c8f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
2 changes: 0 additions & 2 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ name: Feature request
about: Suggest an idea for this project
---

<!-- trunk-ignore(markdownlint/MD041) -->

**Is your feature request related to a problem? Please describe.**
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

Expand Down
2 changes: 0 additions & 2 deletions .github/ISSUE_TEMPLATE/issue.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@ Issues not containing the minimum requirements will be closed:
-->

<!-- trunk-ignore(markdownlint/MD041) -->

## Version of the custom_component

<!-- If you are not using the newest version, download and try that before opening an issue
Expand Down
7 changes: 7 additions & 0 deletions .trunk/trunk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,13 @@ lint:
- [email protected]
- [email protected]
- [email protected]
ignore:
- linters: [ALL]
paths:
# GitHub Issue Templates
- .github/ISSUE_TEMPLATE/**
# Dev Container Dockerfile
- .devcontainer/Dockerfile
actions:
disabled:
- trunk-announce
Expand Down

0 comments on commit 65e1c8f

Please sign in to comment.