Knotx / knotx-aggregator

An aggregator for all Knot.x projects - release guides, automation, etc.
https://knotx.io
Apache License 2.0
0 stars 3 forks source link

#41 Replace ternary operator with valid Kotlin syntax #42

Closed marcinus closed 3 years ago

marcinus commented 4 years ago

Description

Replace ternary operator with if(a) b else c syntax

Motivation and Context

Fixes #41

Types of changes

Checklist:


I hereby agree to the terms of the Knot.x Contributor License Agreement.

malaskowski commented 4 years ago

Thanks @marcinus for spotting this! Would you be so kind and add validation in azure-pipelines.yml (as a separate step) to avoid such things in the future?

marcinus commented 4 years ago

Initially thought that step should be in all repositories 🤦 😄 Done, updated just this repository's azure-pipelines.yml