Skip to content

Commit 3618d40

Browse files
fourlscirras
authored andcommitted
Standardise use of quotes in rule titles
1 parent d2d8e37 commit 3618d40

15 files changed

+15
-15
lines changed

delphi-checks/src/main/resources/org/sonar/l10n/delphi/rules/community-delphi/BeginEndRequired.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"title": "\u0027begin\u0027..\u0027end\u0027 should always be used",
2+
"title": "'begin'..'end' should always be used",
33
"type": "CODE_SMELL",
44
"status": "ready",
55
"remediation": {

delphi-checks/src/main/resources/org/sonar/l10n/delphi/rules/community-delphi/CharacterToCharacterPointerCast.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"title": "Character types should not be cast to Character Pointer types",
2+
"title": "Character types should not be cast to character pointer types",
33
"type": "BUG",
44
"status": "ready",
55
"remediation": {

delphi-checks/src/main/resources/org/sonar/l10n/delphi/rules/community-delphi/ConstructorWithoutInherited.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"title": "Constructors should contain an \u0027inherited\u0027 statement",
2+
"title": "Constructors should contain an 'inherited' statement",
33
"type": "BUG",
44
"status": "ready",
55
"remediation": {

delphi-checks/src/main/resources/org/sonar/l10n/delphi/rules/community-delphi/DestructorWithoutInherited.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"title": "Destructors should contain an \u0027inherited\u0027 statement",
2+
"title": "Destructors should contain an 'inherited' statement",
33
"type": "BUG",
44
"status": "ready",
55
"remediation": {

delphi-checks/src/main/resources/org/sonar/l10n/delphi/rules/community-delphi/EmptyFinallyBlock.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"title": "\u0027finally\u0027 blocks should not be empty",
2+
"title": "'finally' blocks should not be empty",
33
"type": "CODE_SMELL",
44
"status": "ready",
55
"remediation": {

delphi-checks/src/main/resources/org/sonar/l10n/delphi/rules/community-delphi/ExplicitTObjectInheritance.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"title": "Top-level classes should explicitly inherit from TObject",
2+
"title": "Top-level classes should explicitly inherit from 'TObject'",
33
"type": "CODE_SMELL",
44
"status": "ready",
55
"remediation": {

delphi-checks/src/main/resources/org/sonar/l10n/delphi/rules/community-delphi/FreeAndNilTObject.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"title": "FreeAndNil must only be passed an instance of a TObject descendant",
2+
"title": "'FreeAndNil' must only be passed an instance of a 'TObject' descendant",
33
"type": "BUG",
44
"status": "ready",
55
"remediation": {

delphi-checks/src/main/resources/org/sonar/l10n/delphi/rules/community-delphi/GotoStatement.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"title": "\u0027goto\u0027 statements should not be used",
2+
"title": "'goto' statements should not be used",
33
"type": "CODE_SMELL",
44
"status": "ready",
55
"remediation": {

delphi-checks/src/main/resources/org/sonar/l10n/delphi/rules/community-delphi/IfThenShortCircuit.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"title": "IfThen should not be used like a short-circuit operator",
2+
"title": "'IfThen' should not be used like a short-circuit operator",
33
"type": "BUG",
44
"status": "ready",
55
"remediation": {

delphi-checks/src/main/resources/org/sonar/l10n/delphi/rules/community-delphi/ImplicitDefaultEncoding.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"title": "Routines implicitly using TEncoding.Default should not be used",
2+
"title": "Routines implicitly using 'TEncoding.Default' should not be used",
33
"type": "CODE_SMELL",
44
"status": "ready",
55
"remediation": {

0 commit comments

Comments
 (0)