Chadehoc

Results 9 issues of Chadehoc

### Prerequisites - [X] This rule has not already been suggested. - [X] This should be a new rule, not an improvement to an existing rule. - [X] This rule...

rule
feature

### Prerequisites - [X] This rule has not already been suggested. - [X] This should be a new rule, not an improvement to an existing rule. - [X] This rule...

rule
feature

### Prerequisites - [X] This rule has not already been suggested. - [X] This should be a new rule, not an improvement to an existing rule. - [X] This rule...

rule
feature

### Prerequisites - [X] This rule has not already been suggested. - [X] This should be a new rule, not an improvement to an existing rule. - [X] This rule...

rule
feature

### Prerequisites - [X] This rule has not already been suggested. - [X] This should be a new rule, not an improvement to an existing rule. - [X] This rule...

rule
feature

### Prerequisites - [X] This bug is in SonarDelphi, not SonarQube or my Delphi code. - [X] This bug has not already been reported. ### SonarDelphi version 1.0.0 ### SonarQube...

enhancement
rule

On Windows, the equivalent of `%PROGRAMDATA%` could be added (via `{FOLDERID_ProgramData}`). Maybe as `config_all_dir`? (config for all users). On Windows this is writable.

### Expected behaviour With some italics: ```mermaid stateDiagram-v2 a: blabla b: hello a --> b classDef em font-style:italic class a em ``` ```mermaid stateDiagram-v2 a: blabla b: hello a -->...

When the dependency graph becomes unreadable, it would be nice to simplify it by hiding A -> C if already implied by A -> B and B -> C; i.e....