Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@schalkms
Copy link
Member

Since it came up in recent PRs, a bash cmd automatically replaced that.

find . -type f -name '*.kt' -exec sed -i '' -e 's/hasSize(0)/isNotEmpty()/g' {} +

Since it came up in recent PRs, a bash cmd automatically replaced that.

find . -type f -name '*.kt' -exec sed -i '' -e 's/hasSize(0)/isEmpty()/g' {} +
@arturbosch arturbosch merged commit 4963a5a into detekt:master Oct 27, 2019
@arturbosch arturbosch added this to the 1.2.0 milestone Oct 27, 2019
@schalkms schalkms deleted the hasSize(0)-replacement branch November 8, 2019 18:13
smyachenkov pushed a commit to smyachenkov/detekt that referenced this pull request Dec 9, 2019
Since it came up in recent PRs, a bash cmd automatically replaced that.

find . -type f -name '*.kt' -exec sed -i '' -e 's/hasSize(0)/isEmpty()/g' {} +
smyachenkov pushed a commit to smyachenkov/detekt that referenced this pull request Dec 9, 2019
Since it came up in recent PRs, a bash cmd automatically replaced that.

find . -type f -name '*.kt' -exec sed -i '' -e 's/hasSize(0)/isEmpty()/g' {} +
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants