LuigiCardamone

Results 4 comments of LuigiCardamone

@dbu you are right, since in #365 I wrote the wrong name. Please, consider `violationArguments` in place of `ruleParameters`. The baseline structure should be like this: ``` { "violations": [...

Yes, the class name of the rule (e.g. DependsOnlyOnTheseNamespaces) can be a good starting point.

Just brainstorming. Maybe it can be useful to add a specif rule for Exceptions. The rule `->should(new NotContainDocBlockLike('@throws Exception'))` does not work well if the same Exception is used with...