-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(secrets): enable rule and report warn
#137
Conversation
Did we settle on info over warning? To date info is reserved for modeling only things. |
Sorry, I misread your comment will change to |
a1c336e
to
2804f08
Compare
info
warn
@nikku Reported as |
test/config/configs.spec.js
Outdated
@@ -135,6 +135,7 @@ describe('configs', function() { | |||
'no-propagate-all-parent-variables' : [ 'error', { version: '8.0' } ], | |||
'no-task-schedule': [ 'error', { version: '8.0' } ], | |||
'no-zeebe-properties': [ 'error', { version: '8.0' } ], | |||
'secrets': [ 'warn', { version: '8.0' } ], |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
From what I understand this will change for 8.3
and up only. Let's clarify this.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is based on #116 (comment). Should we ask them again?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
8.0 as an answer makes no sense to me, as 8.0 ships with an entirely different connector run-time (that does not know the new pattern yet).
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
After clarification, the rule is only active for Camunda 8.3.
2804f08
to
225becd
Compare
225becd
to
cb7bf36
Compare
Related to camunda/camunda-modeler#3834