Skip to content

Deprecation of notProcessedWarning #2705

Answered by BernieWhite
Danielsn116 asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @Danielsn116, thanks for the question.

How you are going about setting this option appears to be correct. i.e. you are replacing execution.notProcessedWarning = false with execution.unprocessedObject = Ignore.

The problem may be with the syntax. Are you setting this option via ps-rule.yaml?

If you are this should look something like:

execution:
  unprocessedObject: Ignore

Noting in YAML:

  • The execution and unprocessedObject should match case, since YAML is case-sensitive.
  • The execution key is not indented.
  • The unprocessedObject is indented with 2 spaces. YAML can be a bit specific, although it can handle a different number of spaces as long as it is done consistently.

Setting this opt…

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by Danielsn116
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants