-
Notifications
You must be signed in to change notification settings - Fork 48
Exposing set action on Terraform V2 #2568
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
Exposing set action on Terraform V2 #2568
Conversation
193066e
to
0661910
Compare
bd81716
to
5da281c
Compare
5da281c
to
a5bc0bb
Compare
} | ||
|
||
def __init__( | ||
self_, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🔴 Code Quality Violation
self_, | |
self, |
first parameter of a class function should be self (...read more)
In a class method (that is not a class method nor a static method), the first argument must be self
by convention.
Learn More
} | ||
|
||
def __init__( | ||
self_, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🔴 Code Quality Violation
self_, | |
self, |
first parameter of a class function should be self (...read more)
In a class method (that is not a class method nor a static method), the first argument must be self
by convention.
Learn More
46a1d26
to
c9c38a0
Compare
c9c38a0
to
e15ac24
Compare
e15ac24
to
11c57e3
Compare
Co-authored-by: ci.datadog-api-spec <packages@datadoghq.com> 7bc8c05
See DataDog/datadog-api-spec#3883
Test branch datadog-api-spec/test/sarra.zaghbib/CWS-4408