There was an error while loading. Please reload this page.
1 parent 2ff6047 commit d1022bbCopy full SHA for d1022bb
1 file changed
main_analysis.py
@@ -73,7 +73,7 @@ def plot_analysis(all_data_dict):
73
for i, (acronym, df) in enumerate(all_data_dict.items()):
74
filtered = filter_data(df, threshold=thresholds[acronym])
75
count = filtered[
76
- ['description', 'readme', 'license', 'code_of_conduct',
+ ['description', 'readme', 'license', 'code_of_conduct_file',
77
'contributing', 'security_policy', 'issue_templates', 'pull_request_template']
78
].notna().sum().max()
79
max_count = max(max_count, count)
0 commit comments