Skip to content

Conversation

@api-clients-generation-pipeline
Copy link
Contributor

}

def __init__(
self_,

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🔴 Code Quality Violation

Suggested change
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

View in Datadog  Leave us feedback  Documentation

"name": "name",
}

def __init__(self_, controls: List[FrameworkControl], name: str, **kwargs):

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🔴 Code Quality Violation

Suggested change
def __init__(self_, controls: List[FrameworkControl], name: str, **kwargs):
def __init__(self, controls: List[FrameworkControl], name: str, **kwargs):
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

View in Datadog  Leave us feedback  Documentation

"rule_ids": "rule_ids",
}

def __init__(self_, name: str, rule_ids: List[str], **kwargs):

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🔴 Code Quality Violation

Suggested change
def __init__(self_, name: str, rule_ids: List[str], **kwargs):
def __init__(self, name: str, rule_ids: List[str], **kwargs):
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

View in Datadog  Leave us feedback  Documentation

@api-clients-generation-pipeline api-clients-generation-pipeline bot force-pushed the datadog-api-spec/generated/3481 branch from 2a28745 to 0e90516 Compare January 14, 2025 18:27
@api-clients-generation-pipeline api-clients-generation-pipeline bot changed the title Vbarth/add create custom framework add createcustomframework & updatecustomframework endpoints Jan 14, 2025
@api-clients-generation-pipeline api-clients-generation-pipeline bot force-pushed the datadog-api-spec/generated/3481 branch from 0e90516 to aa5556c Compare January 14, 2025 20:12
}

def __init__(
self_,

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🔴 Code Quality Violation

Suggested change
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

View in Datadog  Leave us feedback  Documentation

@api-clients-generation-pipeline api-clients-generation-pipeline bot changed the title add createcustomframework & updatecustomframework endpoints Add CreateCustomFramework and UpdateCustomFramework endpoints Jan 15, 2025
@api-clients-generation-pipeline api-clients-generation-pipeline bot force-pushed the datadog-api-spec/generated/3481 branch 4 times, most recently from e51f0dd to 0e80887 Compare January 16, 2025 16:21
@api-clients-generation-pipeline api-clients-generation-pipeline bot force-pushed the datadog-api-spec/generated/3481 branch from 0e80887 to 4049c4a Compare January 16, 2025 16:29
@github-actions
Copy link

This PR has been automatically marked as stale because it has not had activity in the last 30 days.
If there is no activity for another 90 days, this issue will be automatically closed.

@github-actions github-actions bot added the stale label Apr 20, 2025
@dd-devflow dd-devflow bot closed this May 19, 2025
@dd-devflow dd-devflow bot deleted the datadog-api-spec/generated/3481 branch May 19, 2025 00:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants