coderadar icon indicating copy to clipboard operation
coderadar copied to clipboard

Definition of critical files

Open KilianKrause opened this issue 4 years ago • 0 comments

In the GetCriticalFilesController we offer two endpoints that compute "critical files". We should either define what we mean when talking about "critical" files, or we should provide an API, so that users can define those critical files themselves. This could be one of the following:

  • allow the user to define file patterns, e.g. include *Service.java and exclude *Exception
  • declare only those files as critical, when certain metrics have a certain value, e.g. loc or cyclomaticComplexity

KilianKrause avatar Aug 06 '20 10:08 KilianKrause