ResourceModules icon indicating copy to clipboard operation
ResourceModules copied to clipboard

[Modules] Introduced several linter-ignore statements for false-positives

Open AlexanderSehr opened this issue 1 year ago • 0 comments

Description

  • Introduced several linter-ignore statements for false-positives -> Parameters are flagged because they 'may' me a secret (and should have the @secure annotation), even if they are not.
  • Otherwise, these would be surfaced as warnings when building the template

Type of Change

Please delete options that are not relevant.

  • [ ] Bugfix (non-breaking change which fixes an issue)
  • [x] New feature (non-breaking change which adds functionality)
  • [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • [ ] Update to documentation

AlexanderSehr avatar Aug 09 '22 07:08 AlexanderSehr