Skip to content

Renaming test resources in examples#398

Merged
orchestr7 merged 8 commits into
mainfrom
feature/updating-examples
Jun 21, 2022
Merged

Renaming test resources in examples#398
orchestr7 merged 8 commits into
mainfrom
feature/updating-examples

Conversation

@orchestr7

Copy link
Copy Markdown
Member

What's done:

  • removed "old" binaries

Comment thread examples/kotlin-diktat/warn-dir/chapter1/EnumValueSnakeCaseTest.kt
Comment thread examples/kotlin-diktat/warn-dir/chapter1/EnumValueSnakeCaseTest.kt Outdated
@@ -1,5 +1,5 @@
[general]
execCmd = "java -jar ktlint-old --disabled_rules=standard -R diktat-old.jar"
execCmd = "java -jar ktlint --disabled_rules=standard -R diktat.jar"

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we release diktat in format diktat-*.jar, maybe change it to java -jar ktlint --disabled_rules=standard -R diktat-*.jar?

- removed "old" binaries
@orchestr7 orchestr7 force-pushed the feature/updating-examples branch from 3d9a814 to 7dcb797 Compare June 10, 2022 18:32
@orchestr7 orchestr7 marked this pull request as draft June 11, 2022 09:53
@nulls nulls self-requested a review June 15, 2022 05:48
Comment thread gradle.properties Outdated
@orchestr7 orchestr7 force-pushed the feature/updating-examples branch 2 times, most recently from 355b5a7 to 7faf092 Compare June 17, 2022 19:15
- removed "old" binaries
- removed "old" binaries
@orchestr7 orchestr7 force-pushed the feature/updating-examples branch from 7faf092 to 78d41a0 Compare June 17, 2022 20:41
…rtool/save-cli into feature/updating-examples

� Conflicts:
�	examples/kotlin-diktat/warn/chapter1/EnumValueSnakeCaseTest.kt
�	save-core/src/commonNonJsTest/kotlin/com/saveourtool/save/core/test/utils/TestUtilsCommon.kt
- removed "old" binaries
- removed "old" binaries
@orchestr7 orchestr7 marked this pull request as ready for review June 20, 2022 21:01
- removed "old" binaries
@orchestr7 orchestr7 force-pushed the feature/updating-examples branch from 4944da3 to cf0212c Compare June 20, 2022 21:02
// offset that is used to restore indexes in the initial string (as the logic below is applied to substring)
var offset = delimitedGroup.second + closingDelimiter.length

return if (delimitedGroup == delimiterNotFound) {

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

unfortunately we had a bug in Regex mechanism

@orchestr7 orchestr7 merged commit 1c24995 into main Jun 21, 2022
@orchestr7 orchestr7 deleted the feature/updating-examples branch June 21, 2022 09:17
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.

3 participants