Skip to content

Commit

Permalink
#89: Align formatting in all GitHub discussion items
Browse files Browse the repository at this point in the history
  • Loading branch information
dgroup committed Feb 11, 2022
1 parent 8fdc606 commit 2b47126
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 8 deletions.
1 change: 0 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/xsd/maven-4.0.0.xsd">
<!-- @todo #/DEV Define format for all GitHub discussion items and change all existing in order to follow defined standard. -->
<modelVersion>4.0.0</modelVersion>
<groupId>io.github.dgroup</groupId>
<artifactId>arch4u-pmd</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -80,9 +80,8 @@
import org.springframework.web.bind.annotation.GetMapping;
@RestController
public class MyTypicalRestController extends ParentClass {
public class MyTypicalRestController implements TypicalRestApiGeneratedByOpenApi {
@Override
@GetMapping("/get")
public String get() {
return null;
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@
<description>
Avoid to use prohibited classes.
See discussion about tips/tricks implementation on Github:
https://github.com/pmd/pmd/discussions/3705
- https://github.com/pmd/pmd/discussions/3705
- https://github.com/dgroup/arch4u-pmd/discussions/101
</description>
<priority>3</priority>
<properties>
Expand Down Expand Up @@ -110,11 +111,9 @@
<rule name="ObfuscationRequired"
since="0.1.0"
language="java"
message="TBD"
externalInfoUrl="https://github.com/dgroup/arch4u-pmd/discussions/64"
message="Sensitive data might be exposed to the logs: https://github.com/dgroup/arch4u-pmd/discussions/64"
class="io.github.dgroup.arch4u.pmd.ObfuscationRequired">
<description>
TBD
</description>
<priority>3</priority>
<properties>
<property name="loggerClasses" delimiter="|" value="org.slf4j.Logger
Expand Down

0 comments on commit 2b47126

Please sign in to comment.