BusinessCentral.LinterCop icon indicating copy to clipboard operation
BusinessCentral.LinterCop copied to clipboard

nextmajor false positives

Open jwikman opened this issue 2 years ago • 34 comments

When using AL Language extension from nextmajor (v9.0.582246) BC.LinterCop starts to flood me with false positives.

These are the ones I seen so far:

  • [ ] LC0002 - Comments is not detected
  • [ ] LC0003 - Complains on an Option parameter
  • [ ] LC0005 - Says that "Option" has wrong casing, it should be "Option" 😅
  • [ ] LC0010 - Maintainability index is 0 for all functions
  • [ ] LC0012 - Complains on RecRef.Open(MyRecord.MyFieldNo)
  • [ ] LC0014 - Says that PermissionSet names with 19 characters are longer than 30 chars

It's not urgent yet, but it might be something to start looking into. :)

jwikman avatar Feb 22 '22 19:02 jwikman