HodorNV / ALOps

ALOps
59 stars 24 forks source link

Disabling Analysers and Rulesets does not seem to work #452

Closed petertijsma closed 2 years ago

petertijsma commented 2 years ago

When using this Compiler command:

- task: ALOpsAppCompiler@1
  displayName: 'ALOPS - Compile Extension: App'
  inputs:
    usedocker: true
    targetproject: 'CurrentApp/App/app.json'
    nav_app_version: '1.0.[yyyyWW].*'
    app_file_suffix: '_APP'
    al_analyzer: none
    ruleset: none

I would expect the compiler to disregard any CodeCops or Rulesets setup in the settings.json, but apparently that's not the case:

image

image

waldo1001 commented 2 years ago

Hi Peter,

These are AL compiler diagnostics, not codecops.

The codecops have prefixes:

Since you also disabled the rulesets, you might have "enabled" these warnings.

Could that be the case?

petertijsma commented 2 years ago

Sorry for the late reply.. Completely forgot that this one was still open.

Indeed this was the case. All is now in place and working as expected.