mulesoft-catalyst / mule-sonarqube-plugin

The Mule SonarQube Plugin provides the capability to do code inspecting and taking project metrics from a mule project using SonarQube.
The Unlicense
46 stars 68 forks source link

Added Is Configurable Check. #18

Closed karlodpe closed 3 years ago

karlodpe commented 3 years ago

Background: We found that when creating rules, we wanted to ensure that we're not hardcoding attributes eg. secure properties, http response timeout, http connection idle. For this, we added a lot of matches(attr, "${}") regexes.

Feature: We thought of creating a function that handles checking if a property is configurable ie."${}".

Fix spelling mistake and incorrect variable definitions.