Skip to content
#

clean-code

Here are 782 public repositories matching this topic...

oleg-koval
oleg-koval commented Sep 10, 2018

Returns:

Invalid config file: Unexpected token } in JSON at position 210

for

{
  "threshold": 30,
  "identifiers": true,
  "literals": true,
  "color": true,
  "minInstances": 2,
  "ignore": "test|spec|mock",
  "reporter": "json",
  "truncate": 100,
}

should be:

{
  "threshold": 30,
  "identifiers": true,
  "literals": true,
  "color": true,
  "minI
yykamei
yykamei commented Jan 8, 2020
  • PHPMD version: 2.8.1
  • PHP Version: 7.4.1
  • Installation type: composer
  • Operating System / Distribution & Version: Debian Buster

Current Behavior

The violation UndefinedVariable does not contain externalInfoUrl in its element like this:

<pmd version="@project.version@" timestamp="2020-01-08T10:31:06+00:00">
  <file name="/tmp/test.php">
    <violation beginline="
clean-architecture-manga
DmitrySokolov
DmitrySokolov commented Mar 5, 2020

Environment

  • Visual Studio version: [2019 Community]
  • CodeMaid version: [11.1]

Description

Installation breaks all custom entries in the context menu "Other Context Menus | Easy MDI Document Window"

Steps to recreate

  1. Call Customize... (from the menu or toolbar)
  2. Add a custom item into "Other Context Menus | Easy MDI Document Window"
  3. Install CodeMaid
  4. Open a fil

Improve this page

Add a description, image, and links to the clean-code topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the clean-code topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.