bilalcaliskan

Results 15 issues of bilalcaliskan

This PR fixes #92 and #51. There are couple of duplicated issues for that problem. Draino fails when deployed with the [manifest.yml](manifest.yml) in the repository. I have fixed the missing...

### What problem are you facing? It would be great if force push support provided. It causes to pushing problems while using protected branch rules. ### How could terraform-docs help...

feature request

### Describe the bug Not exactly a bug but documentation has missing hyperlinks, for example https://github.com/terraform-docs/terraform-docs/blob/master/docs/FORMATS_GUIDE.md is referenced in [here](https://github.com/terraform-docs/gh-actions#inputs) on *output-format* ### How can we reproduce it? ### Environment...

bug

### Community Note * Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help the community and maintainers prioritize this request. Searching for pre-existing...

type/enhancement

Currently go-unit-tests hook discovers all *.go files except vendor directory and tests them. But there may be some circumstances which you want to exclude some files from unit tests. So...

Currently as i know, [goimports](https://github.com/golang/tools/blob/master/cmd/goimports/goimports.go) dont have an option to exclude specific directory so i am excluding **vendor** directory on my personal projects like below: `for item in $(find ....

Proposal
Proposal-FinalCommentPeriod

check dismissed code scanning results for detail

Firstly, thank you for this useful project. But it would be great if we could use this project as a library on our own Golang projects.