tscottjendev
tscottjendev
Hi, just wondering if you could assist in understanding how this get calculated. I have taken the formula from https://docs.microsoft.com/en-us/visualstudio/code-quality/code-metrics-maintainability-index-range-and-meaning?view=vs-2022 and put it in a spreadsheet (attached). [Maintainability Index.xlsx](https://github.com/StefanMaron/BusinessCentral.LinterCop/files/9498217/Maintainability.Index.xlsx) I...
There are a couple of spelling mistakes in the entries for the LinterCop.json ``` { "cyclomaticComplexetyThreshold": 6, "maintainablityIndexThreshold": 55, "enableRule0011ForTableFields": true } ``` cyclomaticComplexetyThreshold should be cyclomaticComplex**i**tyThreshold and maintainablityIndexThreshold should...
I have added the `enableRule0011ForTableFields` to may LinterCop.json (inside a project folder or a multi-root workspace) and I am not seeing any warnings on fields. I only see the warning...
My `Release to Environment` it does not seem to be pushing apps to the environment specified. What am I missing? `settings.json` contains: ``` "environments": [ "QA", "DEVTEST" ] ``` Log...
I am getting this with a AL Languauge 13.1. Issue #634 references the pre-release which I am not using. My DLL version is 0.030.29 > Analyzer 'BusinessCentral.LinterCop.Design.Rule0005VariableCasingShouldNotDifferFromDeclaration' threw an exception...
### Question The deploy to environments step and "Publish To Environment" action seem to be very unstable. I have an artefact package that contains several apps. The deployment fails frequently,...
### AL-Go version How do I find it? ### Describe the issue If you create a Codeunit of `Subtype = Test;` and have no `[Test]` decorated procedures in the codeunit...