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

Fixed issue in make code_checks to ignore replacing functions that are names the same as a kz_term function with kz_term:function. #6671

Closed
wants to merge 1 commit into from

Conversation

bradfordben
Copy link
Contributor

@bradfordben bradfordben commented Dec 3, 2020

I had a issue where make code checks would change the line
-spec text(doc()) -> kz_term:api_ne_binary().
To
-spec kz_term:text(doc()) -> kz_term:api_ne_binary().

Kazoo 5pr https://github.com/2600hz/kazoo5/pull/39

functions that are names the same as a kz_term function with kz_term:function.
jamesaimonetti pushed a commit that referenced this pull request Dec 11, 2020
Fixed issue in `make code_checks` to ignore replacing functions that
are names the same as a kz_term function with kz_term:function.
@jamesaimonetti
Copy link
Member

Merged

@bradfordben
Copy link
Contributor Author

Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants