Skip to content
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

fix: Misplaced comment in code generates wrong code snippet in google doc - SpreadsheetAppendValues.php #145

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Update SpreadsheetAppendValues.php

aecb497
Select commit
Loading
Failed to load commit list.
Open

fix: Misplaced comment in code generates wrong code snippet in google doc - SpreadsheetAppendValues.php #145

Update SpreadsheetAppendValues.php
aecb497
Select commit
Loading
Failed to load commit list.
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.*"