chore(lint): fix lint problems

This commit is contained in:
2025-09-07 23:43:03 +03:00
parent 4188c9221f
commit 6b3ad3a46e
3 changed files with 16 additions and 12 deletions

View File

@@ -12,6 +12,7 @@ A clear and concise description of what the bug is.
**To Reproduce** **To Reproduce**
Steps to reproduce the behavior: Steps to reproduce the behavior:
1. Go to '...' 1. Go to '...'
2. Click on '....' 2. Click on '....'
3. Scroll down to '....' 3. Scroll down to '....'
@@ -24,15 +25,17 @@ A clear and concise description of what you expected to happen.
If applicable, add screenshots to help explain your problem. If applicable, add screenshots to help explain your problem.
**Desktop (please complete the following information):** **Desktop (please complete the following information):**
- OS: [e.g. iOS]
- Browser [e.g. chrome, safari] - OS: [e.g. iOS]
- Version [e.g. 22] - Browser [e.g. chrome, safari]
- Version [e.g. 22]
**Smartphone (please complete the following information):** **Smartphone (please complete the following information):**
- Device: [e.g. iPhone6]
- OS: [e.g. iOS8.1] - Device: [e.g. iPhone6]
- Browser [e.g. stock browser, safari] - OS: [e.g. iOS8.1]
- Version [e.g. 22] - Browser [e.g. stock browser, safari]
- Version [e.g. 22]
**Additional context** **Additional context**
Add any other context about the problem here. Add any other context about the problem here.

View File

@@ -1,6 +1,6 @@
{ {
"$schema": "https://docs.renovatebot.com/renovate-schema.json", "$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [ "extends": [
"github>ivuorinen/renovate-config" "github>ivuorinen/renovate-config"
] ]
} }

View File

@@ -18,6 +18,7 @@ Language support for ShellSpec BDD testing framework in Zed editor.
## File Types ## File Types
Automatically detects files with: Automatically detects files with:
- `*_spec.sh` - `*_spec.sh`
- `*.spec.sh` - `*.spec.sh`
@@ -55,7 +56,7 @@ npm install -g bash-language-server
## Contributing ## Contributing
Issues and PRs welcome at https://github.com/ivuorinen/zed-shellspec Issues and PRs welcome at <https://github.com/ivuorinen/shellspec-zed>
## License ## License