-
Notifications
You must be signed in to change notification settings - Fork 32
Description
Problem description
After applying centralized linter model in PredictiveConnectivityData, some linter configurations are still raising and some way forward would like to be proposed.
Expected behavior
Step name is too long: proposal would be to extend length up to 250 characters and enabler this checking as a warning not an error due to the nature and semantic of a step can vary a lot among different APIs and test scenarios
Element Scenario too long: Configured value of 15 seems very reasonable. However it may happen that specific tests due to their nature could exceed this limit. For this reason it is proposed to settle this linter checking as a warning instead of an error.
Alternative solution
For Step name is too long in case the configured limit is considered reasonable just to enabler this linter checking as a warning
Additional context