rubocop-naming.yml in gitlab-styles-9.2.0 vs rubocop-naming.yml in gitlab-styles-10.0.0
- old
+ new
@@ -25,9 +25,14 @@
# Memoized methods whose instance variable name does not match the method name.
Naming/MemoizedInstanceVariableName:
Enabled: false
+# Recommends the use of inclusive language instead of problematic terms.
+Naming/InclusiveLanguage:
+ Enabled: true
+ CheckStrings: true
+
# Use the configured style when naming methods.
Naming/MethodName:
Enabled: true
# Method parameter names for how descriptive they are.