Skip to content

Commit 9aa934b

Browse files
committed
More fixes
1 parent c4f7259 commit 9aa934b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

indicators/uses_tool_for_warnings_and_mistakes.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"@context": "https://w3id.org/everse/rsqi#",
3-
"@id": "https://w3id.org/everse/i/indicators/uses_tool_for_warnings_or_mistakes",
3+
"@id": "https://w3id.org/everse/i/indicators/uses_tool_for_warnings_and_mistakes",
44
"@type": "SoftwareQualityIndicator",
55
"name": "Software uses a tool for warnings or mistakes",
6-
"abbreviation": "uses_tool_for_warnings_or_mistakes",
6+
"abbreviation": "uses_tool_for_warnings_and_mistakes",
77
"description": "This indicator checks that the project enables one or more compiler warning flags, a \"safe\" language mode, or uses a separate \"linter\" tool to look for code quality errors or common simple mistakes, if there is at least one FLOSS tool that can implement this criterion in the selected language.",
88
"keywords": [ "linting", "code analysis", "fair"],
9-
"identifier": { "@id": "https://w3id.org/everse/i/indicators/uses_tool_for_warnings_or_mistakes" },
9+
"identifier": { "@id": "https://w3id.org/everse/i/indicators/uses_tool_for_warnings_and_mistakes" },
1010
"status": "Active",
1111
"version": "1.0.0",
1212
"author" : {

0 commit comments

Comments
 (0)