fix: Misplaced comment in code generates wrong code snippet in google doc - SpreadsheetAppendValues.php #145
Conventional Commit Lint GCF / conventionalcommits.org
failed
May 14, 2024 in 0s
Commit message did not follow Conventional Commits
Some of your commit messages failed linting.
Visit conventionalcommits.org to learn our conventions.
Run git commit --amend
and edit your message to match Conventional Commit guidelines.
Details
❌ The following linting errors found:
- subject may not be empty
- type may not be empty
for the following input:
"*update spreadsheetappendvalues.php
misplaced [end sheets_append_values]
comment is generating incorrect code snippet in the google doc (i guess)
see this code snippet, here we can see the function's closing brace is missing in the doc.
https://developers.google.com/sheets/api/guides/values#append_values
if i guessed it correctly then this issue is present in other code file as well.*"
Loading