The integrated platform for monitoring & security
Observability
End-to-end, simplified visibility into your stack’s health & performance
インフラ
Applications
ログ
セキュリティ
Detect, prioritize, and respond to threats in real-time
Code Security
Cloud Security
Threat Management
Digital Experience
Optimize front-end performance and enhance user experiences
Related Products
Software Delivery
Build, test, secure and ship quality code faster
Service Management
Integrated, streamlined workflows for faster time-to-resolution
AIOps
AI
Monitor and improve model performance. Pinpoint root causes and detect anomalies
AI Observability
Platform Capabilities
Built-in features & integrations that power the Datadog platform
Built-in Features
Workflows & Collaboration
Extensibility
Industry
テクノロジー
Use-case
Looking for Datadog logos?
You can find the logo assets on our press page.
ID: python-inclusive/comments
python-inclusive/comments
Language: Python
Severity: Notice
Category: Code Style
Check the variable names and suggest better names.
Examples of replacement suggestions:
blacklist
denylist
whitelist
allowlist
master
primary
slave
secondary
# whitelist names to prevent unauthorized usage def filter_names(names): pass # she SHE should check her code def new_function_from_helen(): pass class Foo: # he should check his def new_function_from_joe(): pass
# allowlist names to prevent unauthorized usage def filter_names(names): pass # the comments do not have an history of issues def foo(bar): baz()
Seamless integrations. Try Datadog Code Security
1 2
rulesets: - python-inclusive # Rules to enforce Python inclusive.
For more information, please read the Code Security documentation
Identify code vulnerabilities directly in yourVS Code editor
Identify code vulnerabilities directly inJetBrains products