Jeremy Mailen
Jeremy Mailen
java.lang.IllegalStateException: Skipping rule(s) which are depending on a rule which is not loaded
## Observed Behavior If you disable a rule such as: ```.editorconfig [*.{kt,kts}] ktlint_standard_multiline-expression-wrapping = disabled ``` It will cause execution to fail due to dependent rules requiring it to be...
### Expected behavior API calls with errors should return a useable error response. ### Actual behavior An exception is thrown while parsing the permission error response: ``` com.microsoft.graph.beta.models.odataerrors.ODataError: at com.microsoft.graph.beta.models.odataerrors.ODataError.createFromDiscriminatorValue(ODataError.java:36)...