diff --git a/README.md b/README.md
index 4991878..ba5b3c8 100644
--- a/README.md
+++ b/README.md
@@ -110,7 +110,7 @@ privileged, always-on daemon.
- on macOS:
```shell
- brew install podman docker-compose
+ brew install podman podman-compose podman-desktop
podman machine init # Do it once: create the Linux VM
podman machine start # Start the VM (needed after each reboot)
```
@@ -140,7 +140,7 @@ This is necessary in order to regenerate the MERISE database diagrams
You will need to install *Python* and:
- **`mocodo`**: a CLI tool to generate the MCD and MLD database diagrams
from a text-file description of the conceptual data model.
-- **`tbls`**: a CLI tool to reverse engineer the live database to generate the MPD.
+- **`tbls`**: a CLI tool used to generate the MPD.
Here is the procedure:
diff --git a/config/checkstyle/checkstyle.xml b/config/checkstyle/checkstyle.xml
new file mode 100644
index 0000000..b6af57d
--- /dev/null
+++ b/config/checkstyle/checkstyle.xml
@@ -0,0 +1,368 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/pom.xml b/pom.xml
index bc26698..6b3386a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -201,21 +201,23 @@
org.apache.maven.plugins
maven-checkstyle-plugin
${maven-checkstyle-plugin.version}
- google_checks.xml
+ config/checkstyle/checkstyle.xml
true
false
false