File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -373,10 +373,10 @@ def check_modules():
373373 module ["issues" ].append ("Warning: No LICENSE file." )
374374
375375 if "CHANGELOG" not in str (sorted (module_directory_path .rglob ("*" ))):
376- module ["issues" ].append ("Recommendation: There ist no CHANGELOG file. It is recommended to add one." )
376+ module ["issues" ].append ("Recommendation: There is no CHANGELOG file. It is recommended to add one." )
377377
378378 if "CODE_OF_CONDUCT" not in str (sorted (module_directory_path .rglob ("*" ))):
379- module ["issues" ].append ("Recommendation: There ist no CODE_OF_CONDUCT file. It is recommended to add one." )
379+ module ["issues" ].append ("Recommendation: There is no CODE_OF_CONDUCT file. It is recommended to add one." )
380380
381381 if "eslintrc" in str (sorted (module_directory_path .rglob ("*" ))):
382382 module ["issues" ].append (
You can’t perform that action at this time.
0 commit comments