gitlab-org / GitLab
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
146,353 LOC (3%)
809 files
|
found text per file
|
found text per file
1 GENERAL Concerns
The "general" group contains
2
concerns.
TODOs
Unclassified
general
1.1 TODOs
146,353 LOC (3%)
809 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)( |:| ).*
".
809
files match defined criteria (
146,353
LOC,
3.3%
vs. main code):
651
*.rb files (
113,910
LOC)
63
*.vue files (
16,414
LOC)
79
*.js files (
13,956
LOC)
4
*.go files (
885
LOC)
4
*.rake files (
724
LOC)
1
*.mjs files (
274
LOC)
6
*.haml files (
179
LOC)
1
*.graphql files (
11
LOC)
1,036
lines match the content pattern.
details...
per component - primary logical decomposition
spec
in 166 files, 39,741 LOC (2%)
ee
in 261 files, 44,408 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 12 files, 1,553 LOC (3%)
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%)