From 57700f114a04071c434a04db16de96b43c791ea0 Mon Sep 17 00:00:00 2001 From: Julien Delange Date: Fri, 26 Nov 2021 09:59:51 -0700 Subject: [PATCH 1/2] - Rename Code Inspector to Codiga --- docs/pages/pmd/userdocs/tools/tools.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/pages/pmd/userdocs/tools/tools.md b/docs/pages/pmd/userdocs/tools/tools.md index daa007bba1..2d35030e81 100644 --- a/docs/pages/pmd/userdocs/tools/tools.md +++ b/docs/pages/pmd/userdocs/tools/tools.md @@ -20,16 +20,16 @@ With Codacy you have PMDJava analysis out-of-the-box, and it is free for open so * Source code: [https://github.com/codacy/codacy-pmdjava](https://github.com/codacy/codacy-pmdjava) * Maintainer: Codacy -### Code Inspector +### Codiga -[Code Inspector](https://www.code-inspector.com) automates code review, check your code quality and helps you manage your technical debt. +[Codiga](https://www.codiga.io) automates code review, check your code quality and helps you manage your technical debt. It is integrated with GitHub, GitLab and Bitbucket. The platform also analyzes code directly in your IDE using its integration plugins for VS Code and IntelliJ, providing a consistent analysis along your development cycle (from the IDE to the CI/CD pipeline). -Code Inspector uses PMD to check Java and Apex code. +Codiga uses PMD to check Java and Apex code. -* Homepage: [https://www.code-inspector.com](https://www.code-inspector.com) -* Documentation: [https://doc.code-inspector.com](https://doc.code-inspector.com) +* Homepage: [https://www.codiga.io](https://www.codiga.io) +* Documentation: [https://doc.codiga.io](https://doc.codiga.io) ## IDE Integrations From c206c0ef277270ebc5f250f0b2647cbd5be1f13b Mon Sep 17 00:00:00 2001 From: Andreas Dangel Date: Sat, 27 Nov 2021 10:59:23 +0100 Subject: [PATCH 2/2] [doc] Update release notes (#3648) --- docs/pages/release_notes.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/pages/release_notes.md b/docs/pages/release_notes.md index 4af24e4e32..ee6d97659b 100644 --- a/docs/pages/release_notes.md +++ b/docs/pages/release_notes.md @@ -89,6 +89,7 @@ The changes in detail for CPD: * [#3600](https://github.com/pmd/pmd/pull/3600): \[core] Implement GNU-style long options and '--version' - [Yang](https://github.com/duanyang25) * [#3612](https://github.com/pmd/pmd/pull/3612): \[java] Created fix for UselessStringValueOf false positive - [John Armgardt](https://github.com/johnra2) +* [#3648](https://github.com/pmd/pmd/pull/3648): \[doc] Rename Code Inspector to Codiga - [Julien Delange](https://github.com/juli1) {% endtocmaker %}