Skip to content

Commit 3069044

Browse files
Merge pull request #144 from Trivadis/feature/issue-132-rename-plsql-cop
rename "PL/SQL Cop" to "db* CODECOP"
2 parents 4d5a701 + 93abf38 commit 3069044

File tree

8 files changed

+10
-10
lines changed

8 files changed

+10
-10
lines changed

docs/1-introduction/introduction.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,12 +54,12 @@ Restriction | Describes the circumstances to be fulfilled to make use of a rule.
5454

5555
### Validator support ###
5656

57-
The tool PL/SQL Cop (see the "Tool Support" chapter) cannot support *all* the guidelines in this document. Those guidelines that are *not* supported by PL/SQL Cop validators are marked like this:
57+
The tool db\* CODECOP (see the "Tool Support" chapter) cannot support *all* the guidelines in this document. Those guidelines that are *not* supported by db\* CODECOP validators are marked like this:
5858

59-
!!! missing "Unsupported in PL/SQL Cop Validators"
59+
!!! missing "Unsupported in db\* CODECOP Validators"
6060
Reason why the specific guideline is not supported by the validators.
6161

62-
The PL/SQL Cop repository documents the [details of validator limitations](https://github.com/Trivadis/plsql-cop-cli/blob/main/validator-limitations.md#guidelines).
62+
The db\* CODECOP repository documents the [details of validator limitations](https://github.com/Trivadis/plsql-cop-cli/blob/main/validator-limitations.md#guidelines).
6363

6464
### Why are standards important
6565

docs/4-language-usage/3-dml-and-sql/1-general/g-3160.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
!!! warning "Major"
44
Maintainability, Reliability
55

6-
!!! missing "Unsupported in PL/SQL Cop Validators"
6+
!!! missing "Unsupported in db\* CODECOP Validators"
77
We cannot identify the type of a column. Requires `create table` and `alter table` parser support or access to the Oracle Data Dictionary.
88

99
## Restriction

docs/4-language-usage/3-dml-and-sql/1-general/g-3170.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
!!! warning "Major"
44
Reliability
55

6-
!!! missing "Unsupported in PL/SQL Cop Validators"
6+
!!! missing "Unsupported in db\* CODECOP Validators"
77
We cannot identify column default values. Requires `create table` and `alter table` parser support or access to the Oracle Data Dictionary.
88

99
## Restriction

docs/4-language-usage/5-exception-handling/g-5010.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
!!! danger "Critical"
44
Reliability, Reusability, Testability
55

6-
!!! missing "Unsupported in PL/SQL Cop Validators"
6+
!!! missing "Unsupported in db\* CODECOP Validators"
77
We cannot identify logging framework and where it should be applied. Requires further definition regarding naming of the error/logging framework and its minimal use in PL/SQL code.
88

99
## Reason

docs/4-language-usage/7-stored-objects/1-general/g-7170.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
!!! warning "Major"
44
Efficiency, Maintainability
55

6-
!!! missing "Unsupported in PL/SQL Cop Validators"
6+
!!! missing "Unsupported in db\* CODECOP Validators"
77
We cannot determine the usage of an `in out` parameter in a reliable way, especially when other units are involved which are maintained in another file.
88

99
## Reason

docs/4-language-usage/7-stored-objects/7-triggers/g-7740.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
!!! warning "Major"
44
Efficiency, Reliability
55

6-
!!! missing "Unsupported in PL/SQL Cop Validators"
6+
!!! missing "Unsupported in db\* CODECOP Validators"
77
We cannot identify what the primary key column(s) are to check if assignment to a primary key is taking place in the trigger.
88

99
## Reason

docs/4-language-usage/8-patterns/4-ensure-single-execution-at-a-time-of-a-program-unit/g-8410.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
!!! tip "Minor"
44
Efficiency, Reliability
55

6-
!!! missing "Unsupported in PL/SQL Cop Validators"
6+
!!! missing "Unsupported in db\* CODECOP Validators"
77
We cannot identify where an application lock would make sense. Algorithms to detect wrong, missing and right usages of this pattern are virtually impossible to implement without understanding the context.
88

99
## Reason

docs/4-language-usage/8-patterns/5-use-dbms-application-info-package-to-follow-progress-of-a-process/g-8510.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
!!! tip "Minor"
44
Efficiency, Reliability
55

6-
!!! missing "Unsupported in PL/SQL Cop Validators"
6+
!!! missing "Unsupported in db\* CODECOP Validators"
77
We cannot know where the use of `dbms_application_info` is sensible. Algorithms to detect wrong, missing and right usages of this pattern are virtually impossible to implement without understanding the context.
88

99
## Reason

0 commit comments

Comments
 (0)