Skip to content

Commit

Permalink
#6: #26: Updated links to naming rules (#38)
Browse files Browse the repository at this point in the history
  • Loading branch information
lmarniazman authored and hohwille committed Oct 21, 2019
1 parent 9305f08 commit cd9c93d
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -107,12 +107,12 @@ Finally, there are rules checking the proper usage of third-party library code:

With the next update, we will add rules checking for adherence to our naming convention rules:

* N1. https://github.com/devonfw/sonar-devon4j-plugin/blob/master/src/main/java/com/devonfw/ide/sonarqube/common/impl/check/namingconvention/DevonNamingConventionClassExtendsClassCtoCheck.java[DevonNamingConventionClassExtendsClassCtoCheck]
* N2. https://github.com/devonfw/sonar-devon4j-plugin/blob/master/src/main/java/com/devonfw/ide/sonarqube/common/impl/check/namingconvention/DevonNamingConventionClassExtendsClassDaoCheck.java[DevonNamingConventionClassExtendsClassDaoCheck]
* N3. https://github.com/devonfw/sonar-devon4j-plugin/blob/master/src/main/java/com/devonfw/ide/sonarqube/common/impl/check/namingconvention/DevonNamingConventionClassExtendsClassEntityCheck.java[DevonNamingConventionClassExtendsClassEntityCheck]
* N4. https://github.com/devonfw/sonar-devon4j-plugin/blob/master/src/main/java/com/devonfw/ide/sonarqube/common/impl/check/namingconvention/DevonNamingConventionClassExtendsClassEtoCheck.java[DevonNamingConventionClassExtendsClassEtoCheck]
* N5. https://github.com/devonfw/sonar-devon4j-plugin/blob/master/src/main/java/com/devonfw/ide/sonarqube/common/impl/check/namingconvention/DevonNamingConventionClassExtendsClassImplCheck.java[DevonNamingConventionClassExtendsClassImplCheck]
* N6. https://github.com/devonfw/sonar-devon4j-plugin/blob/master/src/main/java/com/devonfw/ide/sonarqube/common/impl/check/namingconvention/DevonNamingConventionClassExtendsClassSearchCriteriaToCheck.java[DevonNamingConventionClassExtendsClassSearchCriteriaToCheck]
* N7. https://github.com/devonfw/sonar-devon4j-plugin/blob/master/src/main/java/com/devonfw/ide/sonarqube/common/impl/check/namingconvention/DevonNamingConventionClassExtendsClassToCheck.java[DevonNamingConventionClassExtendsClassToCheck]
* N8. https://github.com/devonfw/sonar-devon4j-plugin/blob/master/src/main/java/com/devonfw/ide/sonarqube/common/impl/check/namingconvention/DevonNamingConventionClassExtendsInterfaceDaoCheck.java[DevonNamingConventionClassExtendsInterfaceDaoCheck]
* N9. https://github.com/devonfw/sonar-devon4j-plugin/blob/master/src/main/java/com/devonfw/ide/sonarqube/common/impl/check/namingconvention/DevonNamingConventionClassExtendsInterfaceRepositoryCheck.java[DevonNamingConventionClassExtendsInterfaceRepositoryCheck]
* N1. https://github.com/devonfw/sonar-devon4j-plugin/blob/master/src/main/java/com/devonfw/ide/sonarqube/common/impl/check/naming/DevonNamingConventionClassExtendsClassCtoCheck.java[DevonNamingConventionClassExtendsClassCtoCheck]
* N2. https://github.com/devonfw/sonar-devon4j-plugin/blob/master/src/main/java/com/devonfw/ide/sonarqube/common/impl/check/naming/DevonNamingConventionClassExtendsClassDaoCheck.java[DevonNamingConventionClassExtendsClassDaoCheck]
* N3. https://github.com/devonfw/sonar-devon4j-plugin/blob/master/src/main/java/com/devonfw/ide/sonarqube/common/impl/check/naming/DevonNamingConventionClassExtendsClassEntityCheck.java[DevonNamingConventionClassExtendsClassEntityCheck]
* N4. https://github.com/devonfw/sonar-devon4j-plugin/blob/master/src/main/java/com/devonfw/ide/sonarqube/common/impl/check/naming/DevonNamingConventionClassExtendsClassEtoCheck.java[DevonNamingConventionClassExtendsClassEtoCheck]
* N5. https://github.com/devonfw/sonar-devon4j-plugin/blob/master/src/main/java/com/devonfw/ide/sonarqube/common/impl/check/naming/DevonNamingConventionClassExtendsClassImplCheck.java[DevonNamingConventionClassExtendsClassImplCheck]
* N6. https://github.com/devonfw/sonar-devon4j-plugin/blob/master/src/main/java/com/devonfw/ide/sonarqube/common/impl/check/naming/DevonNamingConventionClassExtendsClassSearchCriteriaToCheck.java[DevonNamingConventionClassExtendsClassSearchCriteriaToCheck]
* N7. https://github.com/devonfw/sonar-devon4j-plugin/blob/master/src/main/java/com/devonfw/ide/sonarqube/common/impl/check/naming/DevonNamingConventionClassExtendsClassToCheck.java[DevonNamingConventionClassExtendsClassToCheck]
* N8. https://github.com/devonfw/sonar-devon4j-plugin/blob/master/src/main/java/com/devonfw/ide/sonarqube/common/impl/check/naming/DevonNamingConventionInterfaceExtendsInterfaceDaoCheck.java[DevonNamingConventionInterfaceExtendsInterfaceDaoCheck]
* N9. https://github.com/devonfw/sonar-devon4j-plugin/blob/master/src/main/java/com/devonfw/ide/sonarqube/common/impl/check/naming/DevonNamingConventionInterfaceExtendsInterfaceRepositoryCheck.java[DevonNamingConventionInterfaceExtendsInterfaceRepositoryCheck]

0 comments on commit cd9c93d

Please sign in to comment.