Skip to content

Commit 765eb5a

Browse files
authored
Merge pull request #136 from andriumon/pr-lines-of-code
Added lines_of_code indicator
2 parents a33f234 + 7fbdd80 commit 765eb5a

1 file changed

Lines changed: 41 additions & 0 deletions

File tree

indicators/lines_of_code_ok.json

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
{
2+
"@context": "https://w3id.org/everse/rsqi#",
3+
"@id": "https://w3id.org/everse/i/indicators/lines_of_code_ok",
4+
"@type": "SoftwareQualityIndicator",
5+
"name": "Number of lines of code follows community standards or expectations",
6+
"abbreviation": "lines_of_code_ok",
7+
"identifier": { "@id": "https://w3id.org/everse/i/indicators/lines_of_code_ok" },
8+
"description": "Number of lines of code for the whole software project or components/modules/classes/functions/methods should follow the conventions established by the community responsible for maintaining the source code",
9+
"status": "Active",
10+
"keywords": [
11+
"maintainability", "lines, code"
12+
],
13+
"version": "1.0.0",
14+
"author": {
15+
"@type": "schema:Person",
16+
"name": "Daniel Garijo"
17+
},
18+
"contact": [
19+
{
20+
"@type": "schema:Person",
21+
"name": "Daniel Garijo"
22+
},
23+
{
24+
"@type": "schema:Person",
25+
"name": "Andres Montero"
26+
}
27+
],
28+
"source": [
29+
{
30+
"identifier": "https://zenodo.org/records/10647227",
31+
"url": "https://zenodo.org/records/10647227",
32+
"name": "Task Force Sub Group 3 - Review of Software Quality Attributes and Characteristics"
33+
},
34+
{
35+
"url": "https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&arnumber=11216562&tag=1",
36+
"name": "Socially-Informed Jupyter Notebook Quality: A Role- and Lifecycle-Aware Metrics Framework"
37+
}
38+
],
39+
"qualityDimension": { "@id": "https://w3id.org/everse/i/dimensions/maintainability" },
40+
"created": "10-03-2026"
41+
}

0 commit comments

Comments
 (0)