gitlab-org / GitLab_FOSS
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
101,925 LOC (3%)
547 files
|
found text per file
|
found text per file
1 GENERAL Concerns
The "general" group contains
2
concerns.
TODOs
Unclassified
general
1.1 TODOs
101,925 LOC (3%)
547 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)( |:| ).*
".
547
files match defined criteria (
101,925
LOC,
3.6%
vs. main code):
439
*.rb files (
78,905
LOC)
42
*.vue files (
12,077
LOC)
53
*.js files (
8,953
LOC)
4
*.go files (
885
LOC)
3
*.rake files (
659
LOC)
1
*.mjs files (
274
LOC)
4
*.haml files (
161
LOC)
1
*.graphql files (
11
LOC)
690
lines match the content pattern.
details...
per component - primary logical decomposition
spec
in 166 files, 39,741 LOC (2%)
app
in 213 files, 42,735 LOC (5%)
lib
in 89 files, 13,062 LOC (6%)
db
in 45 files, 801 LOC (1%)
qa
in 11 files, 1,533 LOC (4%)
gems
in 4 files, 414 LOC (1%)
workhorse
in 4 files, 885 LOC (7%)
scripts
in 5 files, 1,259 LOC (13%)
config
in 4 files, 958 LOC (11%)
rubocop
in 1 file 51 LOC (<1%)
tooling
in 3 files, 164 LOC (4%)
keeps
in 2 files, 322 LOC (18%)