The rule checks the variable names in your Ruby code for potential wording issues. The purpose of this rule is to encourage the use of inclusive language in your codebase. Using inclusive language helps to create a more welcoming and respectful environment for everyone involved in the project.
Non-compliant code may contain variable names that have been identified as potentially offensive or non-inclusive, such as master.
To comply with this rule, use alternative, inclusive terms when naming your variables. For instance, instead of using master, you could use primary or main.
Non-Compliant Code Examples
master=1
Compliant Code Examples
primary=1
Seamless integrations. Try Datadog Code Analysis
Datadog Code Analysis
Try this rule and analyze your code with Datadog Code Analysis
How to use this rule
1
2
rulesets:- ruby-inclusive # Rules to enforce Ruby inclusive.
Create a static-analysis.datadog.yml with the content above at the root of your repository
Use our free IDE Plugins or add Code Analysis scans to your CI pipelines