tarantool / checkpatch

Checkpatch for Tarantool
GNU General Public License v2.0
2 stars 2 forks source link

Allow alternative spelling for `pull request` #56

Closed mkokryashkin closed 1 year ago

mkokryashkin commented 1 year ago

Checkpatch outputs the following for the GraphQL query in https://github.com/tarantool/tarantool/pull/8514:

ERROR:TYPO_SPELLING: 'PullRequest' may be misspelled - perhaps 'Pull request'?
#166: FILE: tools/stale_pr_date_setter.py:111:
+                        ...on PullRequest
                              ^^^^^^^^^^^

That's a false positive error, PullRequest spelling should be allowed.