Why does Sonarqube flag empty css/scss files in an Angular application? Are there potential negative effects of having these empty files, such as performance issues, bugs/errors, or future problems? These empty files are often leftover from using ng generate component
.
Sonarqube flag: Remove this empty stylesheet
An article suggests ignoring the issue and letting the compiler handle it, but what are the consequences of leaving empty files unaddressed? Empty style (.css/.scss) files
If a company has to deal with over 1000 empty scss files in a large application, is it worth investing the time to address them?