We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8571da7 commit b4f7631Copy full SHA for b4f7631
cli/translations/en.py
@@ -31,4 +31,14 @@
31
"private_methods_count_option": "Private Methods Count",
32
"public_methods_count_option": "Public Methods Count",
33
"comment_ratio_option": "Comment to Code Ratio",
34
+ # new
35
+ "average_function_size_option": "Average Function Size",
36
+ "duplicate_code_detection_option": "Duplicate Code Detection",
37
+ "asymptotic_complexity_option": "Asymptotic Complexity Analysis",
38
+ "duplicate_blocks": "Duplicate Blocks",
39
+ "duplicate_lines": "Duplicate Lines",
40
+ "duplicate_percentage": "Duplicate Percentage",
41
+ "average_complexity": "Average Complexity",
42
+ "total_analyzed_functions": "Total Analyzed Functions",
43
+ "complexity_distribution": "Complexity Distribution"
44
}
0 commit comments