mirror of
https://github.com/koalaman/shellcheck.git
synced 2025-08-26 07:04:44 +08:00
29 lines
624 B
Markdown
29 lines
624 B
Markdown
---
|
|
name: Bug report
|
|
about: Create a new bug report
|
|
title: ''
|
|
labels: ''
|
|
assignees: ''
|
|
|
|
---
|
|
|
|
#### For bugs with existing features
|
|
|
|
- Rule Id (if any, e.g. SC1000):
|
|
- My shellcheck version (`shellcheck --version` or "online"):
|
|
- [ ] The rule's wiki page does not already cover this (e.g. https://shellcheck.net/wiki/SC2086)
|
|
- [ ] I tried on https://www.shellcheck.net/ and verified that this is still a problem on the latest commit
|
|
|
|
#### Here's a snippet or screenshot that shows the problem:
|
|
|
|
```sh
|
|
#!/bin/sh
|
|
your script here
|
|
```
|
|
|
|
#### Here's what shellcheck currently says:
|
|
|
|
|
|
|
|
#### Here's what I wanted or expected to see:
|