GoogleCloudPlatform / cluster-toolkit
Features of Interest
Aspects in the source code identified through RegEx patterns.
Intro
Features of interest are any aspects of a software system that can be identified through patterns in code.
Features of interest provide you with a way to focus your attention on relevant parts of the codebase.
Typical examples include, security, TODOs, logging.
A feature of interest may be present in multiple files. Any source code file may be in zero or multiple features of interest.
Overview
GENERAL
TODOs
18,815 LOC (19%)
35 files
|
found text per file
|
found text per file
1 GENERAL Concerns
The "general" group contains
2
concerns.
TODOs
Unclassified
general
1.1 TODOs
18,815 LOC (19%)
35 files
|
found text per file
|
found text per file
The following criteria are used to filter files:
files with any line of content like "
.*(TODO|FIXME)( |:| ).*
".
35
files match defined criteria (
18,815
LOC,
19.3%
vs. main code):
1
*.yaml files (
7,590
LOC)
16
*.py files (
7,369
LOC)
11
*.go files (
2,590
LOC)
7
*.tf files (
1,266
LOC)
102
lines match the content pattern.
details...
per component - primary logical decomposition
community
in 21 files, 8,444 LOC (17%)
modules
in 1 file 7,590 LOC (18%)
pkg
in 9 files, 2,256 LOC (43%)
tools
in 2 files, 191 LOC (4%)
cmd
in 2 files, 334 LOC (32%)