-
-
Notifications
You must be signed in to change notification settings - Fork 541
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
hook fails if comment tags not found #17
Comments
My reasoning for making it using comments was that not everybody wants to overwrite the whole README.md but rather put it into specified section of that file. Later we may have a possibility to specify which file to update instead of README.md as now. Regarding the issue with I will keep this issue posted when a new pre-commit hook is released (during today or tomorrow). |
v1.7.2 is using Perl and keeps a temporary file in a temporary directory. Please give it a try and let us know how it goes. |
I would expect a tool like this to operate in a very standard mode, not trying to do anything like inserting between comments. This is your design decision to make but I'd much prefer a more standard execution of the tool like:
This approach is markdown linter compliant and supports the standard of putting your documentation in the
main.tf
The text was updated successfully, but these errors were encountered: