Skip to content
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

[pull] master from pinterest:master #106

Open
wants to merge 1,236 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
1236 commits
Select commit Hold shift + click to select a range
4695875
Prepare 1.2.0-SNAPSHOT (#2484)
paul-dingemans Jan 2, 2024
c3d1998
Simplify BOM exclude list
Goooler Dec 31, 2023
7619ae4
fix(deps): update dependency dev.drewhamilton.poko:poko-gradle-plugin…
renovate[bot] Jan 3, 2024
80bdd1e
fix(deps): update dependency org.assertj:assertj-core to v3.25.1 (#2486)
renovate[bot] Jan 3, 2024
bc4b180
Improve wrapping of binary expressions (#2479)
paul-dingemans Jan 4, 2024
f5fbd36
Move configuration setting documentation to rule (#2489)
paul-dingemans Jan 5, 2024
784263f
Fix links in documentation (#2490)
paul-dingemans Jan 5, 2024
6a6cc17
Resolve conflict between parameter-list-spacing and parameter-list-wr…
paul-dingemans Jan 6, 2024
67572ea
Update release testing procedure
paul-dingemans Jan 7, 2024
d9d3e52
Do not wrap binary expression value argument if it is already precede…
paul-dingemans Jan 7, 2024
9981e62
Merge pull request #2493 from pinterest/2492-binary-expression-wrapping
paul-dingemans Jan 7, 2024
d69eb99
Merge pull request #2473 from pinterest/2459-operator-spacing
paul-dingemans Jan 8, 2024
86a8ac4
Prepare 1.1.1 release
paul-dingemans Jan 8, 2024
0b4193e
Merge pull request #2495 from pinterest/1.1.1-prep
paul-dingemans Jan 8, 2024
a573af8
Updated refs to latest (1.1.1) release
Jan 8, 2024
2f84850
Merge pull request #2496 from pinterest/1.1.1-update-refs
paul-dingemans Jan 8, 2024
8ee14f3
fix(deps): update dependency org.slf4j:slf4j-simple to v2.0.11
renovate[bot] Jan 8, 2024
0c3f302
Set 1.2.0-SNAPSHOT
paul-dingemans Jan 8, 2024
6e09999
Merge pull request #2498 from pinterest/1.1.1-clean-up
paul-dingemans Jan 8, 2024
983a035
Merge pull request #2497 from pinterest/renovate/org.slf4j-slf4j-simp…
paul-dingemans Jan 9, 2024
9d338c2
Prevent IllegalArgumentException in `argument-list-wrapping` rule
paul-dingemans Jan 10, 2024
761728a
Prevent IllegalArgumentException in `argument-list-wrapping` rule
paul-dingemans Jan 10, 2024
7354181
chore(deps): update plugin org.gradle.toolchains.foojay-resolver-conv…
renovate[bot] Jan 12, 2024
bdc82f8
Merge pull request #2503 from pinterest/renovate/org.gradle.toolchain…
paul-dingemans Jan 14, 2024
8f2af74
fix(deps): update dependency io.github.oshai:kotlin-logging-jvm to v6
renovate[bot] Jan 15, 2024
08fb4bd
Merge pull request #2440 from pinterest/renovate/io.github.oshai-kotl…
paul-dingemans Jan 23, 2024
f7557d2
Merge pull request #2476 from Goooler/simplify-bom-publishing
paul-dingemans Jan 23, 2024
cc1954d
Merge pull request #2500 from pinterest/2499-argument-list-wrapping
paul-dingemans Jan 23, 2024
30e8b1d
Break dependency between string-template-indent and multiline-express…
paul-dingemans Jan 23, 2024
5d9c5bb
Allow string template to exceed max line length when it is the only e…
paul-dingemans Jan 23, 2024
66d4854
Add configuration setting for ignoring `argument-list-wrapping` above…
paul-dingemans Jan 23, 2024
60046ef
fix(deps): update dependency org.assertj:assertj-core to v3.25.2 (#2511)
renovate[bot] Jan 26, 2024
50aab14
chore(deps): update gradle/gradle-build-action action to v3 (#2512)
renovate[bot] Jan 27, 2024
705221b
Ignore EOL comment that causes max_line_length to be exceeded, except…
paul-dingemans Jan 28, 2024
897deef
Remove invalid argumentation why EOL-comments are disallowed (#2520)
paul-dingemans Jan 28, 2024
dd1e9cc
Replace gradle/gradle-build-action@v3 with gradle/actions/setup-gradl…
paul-dingemans Jan 28, 2024
c765c49
chore(deps): update plugin kotlinx-binary-compatibiltiy-validator to …
renovate[bot] Jan 30, 2024
8ed004d
chore(deps): update gradle/wrapper-validation-action action to v2 (#2…
renovate[bot] Jan 30, 2024
4fd9d0b
chore(deps): update ffurrer2/extract-release-notes action to v2 (#2515)
renovate[bot] Jan 30, 2024
9ab5f9e
chore(deps): update dependency gradle to v8.6 (#2531)
renovate[bot] Feb 3, 2024
4c5c305
Ignore function which is returned as result in a function body (#2526)
paul-dingemans Feb 3, 2024
3b25af6
Fix false positive newline expected before comment in enum (#2527)
paul-dingemans Feb 3, 2024
08db11f
fix(deps): update dependency org.assertj:assertj-core to v3.25.3 (#2536)
renovate[bot] Feb 5, 2024
5b7d5ef
fix(deps): update dependency org.junit.jupiter:junit-jupiter to v5.10…
renovate[bot] Feb 5, 2024
d38c899
fix(deps): update dependency org.slf4j:slf4j-simple to v2.0.12 (#2538)
renovate[bot] Feb 6, 2024
4c13743
Handle comment between class/function name and parameterlist (#2541)
paul-dingemans Feb 9, 2024
a6e6b55
Remove dependency org.codehaus.janino:janino (#2545)
paul-dingemans Feb 11, 2024
7501f72
Add new rule for disallowing KDoc at non-whitelisted locations (#2548)
paul-dingemans Feb 11, 2024
1b7c449
Improve insert of suppression (#2546)
paul-dingemans Feb 11, 2024
22ba7c1
Remove logic which was moved to new rule 'kdoc'. (#2549)
paul-dingemans Feb 13, 2024
33396eb
Ignore EOL comments in `value-argument-comment` and `value-parameter-…
paul-dingemans Feb 14, 2024
a88a2e5
Ignore modifier of backing property in `android_studio` code style (#…
paul-dingemans Feb 14, 2024
8eb0a58
Do not indent string template starting at first position of line (#2553)
paul-dingemans Feb 14, 2024
114a776
Add rule to check spacing around square brackets 'square-brackets-spa…
paul-dingemans Feb 18, 2024
c639b30
Prevent conflict when curly closing brace is followed by range (until…
paul-dingemans Feb 18, 2024
028c1eb
Revert "Remove dependency org.codehaus.janino:janino (#2545)" (#2558)
paul-dingemans Feb 20, 2024
cb17bbf
Replace picocli with clikt (#2556)
paul-dingemans Feb 24, 2024
e12a648
fix(deps): update dependency org.codehaus.janino:janino to v3.1.12 (#…
renovate[bot] Feb 24, 2024
60b6b8f
Add rule `blank-line-between-when-conditions` (#2564)
paul-dingemans Feb 27, 2024
913887d
Exclude EOL-comments when check whether max line length is exceeded i…
paul-dingemans Feb 27, 2024
4720ab2
Run `argument-list-wrapping` after `function-signature`
paul-dingemans Feb 27, 2024
6795977
Replace `Enum.values()` with `Enum.values`
paul-dingemans Feb 27, 2024
773fd1d
Merge pull request #2568 from pinterest/2454-argument-list-wrapping
paul-dingemans Feb 27, 2024
befa71d
Ignore reference expressions in `chain-method-continuation` (#2569)
paul-dingemans Feb 27, 2024
623431b
Release testing bugs 1.2.0 (#2570)
paul-dingemans Feb 28, 2024
ab287d9
Prepare release 1.2.0 (#2572)
paul-dingemans Feb 28, 2024
c25aa27
Updated refs to latest (1.2.0) release (#2573)
paul-dingemans Feb 28, 2024
b5b3697
Prepare release 1.2.1-SNAPSHOT (#2574)
paul-dingemans Feb 28, 2024
61fefa6
Fix null byte as default value for "--pattern-from-stdin"
paul-dingemans Feb 29, 2024
d80e910
Remove obsolete classes
paul-dingemans Feb 29, 2024
f606b80
Fix handling of "--reporter" CLI parameter
paul-dingemans Feb 29, 2024
90a4b42
Fix handling of "--reporter" CLI parameter
paul-dingemans Feb 29, 2024
3a05246
Fix handling of "--reporter" CLI parameter
paul-dingemans Feb 29, 2024
7a4587a
Mark new rules as experimental (#2579)
paul-dingemans Feb 29, 2024
e4dc74b
Merge pull request #2580 from pinterest/2578-patterns-from-stdin
paul-dingemans Feb 29, 2024
056a3ba
Merge pull request #2581 from pinterest/2576-reporter
paul-dingemans Feb 29, 2024
e1740d3
Add missing import
paul-dingemans Feb 29, 2024
00b53a5
Merge pull request #2582 from pinterest/master-fix-merge
paul-dingemans Feb 29, 2024
1c2741a
Prepare 1.2.1 release
paul-dingemans Feb 29, 2024
25924fa
Merge pull request #2583 from pinterest/1.2.1-prep
paul-dingemans Feb 29, 2024
0a6398b
Updated refs to latest (1.2.1) release
Feb 29, 2024
59b8a91
Merge pull request #2584 from pinterest/1.2.1-update-refs
paul-dingemans Feb 29, 2024
e0e06f8
Finish 1.2.1 release
paul-dingemans Feb 29, 2024
c4788a5
Merge pull request #2585 from pinterest/1.2.1-finish
paul-dingemans Feb 29, 2024
fa2cf39
Update dependency org.jetbrains.dokka:dokka-gradle-plugin to v1.9.20
renovate[bot] Mar 4, 2024
5717063
Merge pull request #2590 from pinterest/renovate/org.jetbrains.dokka-…
paul-dingemans Mar 5, 2024
2953f15
Fix reference in documentation
paul-dingemans Mar 7, 2024
2e4b19c
Merge pull request #2596 from pinterest/2594-documentation
paul-dingemans Mar 7, 2024
7c9fe24
Do not wrap operation reference after multiline string template (#2591)
paul-dingemans Mar 7, 2024
0146337
Update kotlin monorepo to v1.9.23 (#2595)
renovate[bot] Mar 7, 2024
d429142
Update dependency io.github.detekt.sarif4k:sarif4k to v0.6.0 (#2605)
renovate[bot] Mar 12, 2024
afd32bc
Do not merge opening quotes of multiline string template with (single…
paul-dingemans Mar 15, 2024
feb3226
Ignore max line length in case the line contains only a string templa…
paul-dingemans Mar 17, 2024
2b396bd
Ignore nested reference expressions in `chain-method-continuation` (#…
paul-dingemans Mar 17, 2024
a0763b8
Prevent exception in `binary-expression-wrapping` rule in case it is …
paul-dingemans Mar 17, 2024
bcd538b
Update softprops/action-gh-release action to v2 (#2600)
renovate[bot] Mar 17, 2024
41ae540
Update dependency gradle to v8.7 (#2616)
renovate[bot] Mar 23, 2024
9ed0746
Update dependency com.github.ajalt.clikt:clikt to v4.3.0 (#2618)
renovate[bot] Mar 31, 2024
3e67a28
Set and reset Locale to pass test for non-english contributor. (#2622)
Jaehwa-Noh Apr 6, 2024
d548c33
Migrate to develocity plugin (#2625)
Goooler Apr 6, 2024
774a29f
Update dependency io.github.oshai:kotlin-logging-jvm to v6.0.4 (#2626)
renovate[bot] Apr 6, 2024
9234dec
Fix replace of redundant curly braces (#2617)
paul-dingemans Apr 6, 2024
26dc96a
Update plugin com.gradle.develocity to v3.17.1 (#2628)
renovate[bot] Apr 10, 2024
54080cd
Update dependency org.slf4j:slf4j-simple to v2.0.13 (#2632)
renovate[bot] Apr 16, 2024
92356e4
Update gradle/wrapper-validation-action action to v3 (#2633)
renovate[bot] Apr 16, 2024
1b690a6
Update dependency io.github.oshai:kotlin-logging-jvm to v6.0.9 (#2634)
renovate[bot] Apr 16, 2024
0502a2b
Fix unwanted whitespace between super class constructor and its argum…
tKe Apr 16, 2024
9367b7e
Update plugin com.gradle.develocity to v3.17.2 (#2638)
renovate[bot] Apr 17, 2024
32839e1
Fix typo's (#2641)
paul-dingemans Apr 22, 2024
2dbeb9f
Update actions/checkout digest to 1d96c77 (#2640)
renovate[bot] Apr 23, 2024
c9a97af
Suppress `property-name` rule for `ObjectPropertyName` or `PrivatePro…
paul-dingemans Apr 23, 2024
fd083b6
Support partial formatting (range) in given code
paul-dingemans Apr 23, 2024
dcec7ba
Improve documentation about prevent conflicts with Intellij IDEA form…
paul-dingemans Apr 23, 2024
b168641
Update actions/checkout digest to 0ad4b8f (#2646)
renovate[bot] Apr 26, 2024
0d431e4
Fix documentation for getRuleProviders. (#2645)
gumimin Apr 27, 2024
1d41320
Handle trailing space on preceding line in call to `lineLengthWithout…
paul-dingemans Apr 27, 2024
9b38b37
Update dependency com.github.ajalt.clikt:clikt to v4.4.0 (#2647)
renovate[bot] Apr 30, 2024
faf8f66
Update kotlin monorepo to v1.9.24 (#2649)
renovate[bot] May 8, 2024
605b5e7
Update plugin com.gradle.develocity to v3.17.3 (#2654)
renovate[bot] May 12, 2024
238f9f3
Fix check for spacing around operator for binary operators inside una…
cflee May 12, 2024
7d0536a
Fix `blank line before declarations` rule code example (#2657)
k-taro56 May 19, 2024
f6a6b54
Fix `Function naming` rule code example (#2668)
k-taro56 May 22, 2024
9c31d5c
Update plugin com.gradle.develocity to v3.17.4 (#2660)
renovate[bot] May 28, 2024
391e0a2
Update dependency dev.drewhamilton.poko:poko-gradle-plugin to v0.15.3…
renovate[bot] May 28, 2024
7c135c6
Update actions/checkout digest to a5ac7e5 (#2664)
renovate[bot] May 28, 2024
dedbff5
Update dependency org.assertj:assertj-core to v3.26.0 (#2669)
renovate[bot] May 28, 2024
40e95fe
Simplify Expressions and Enhance Grammar for Clarity (#2672)
soleil-colza May 28, 2024
32fd86f
Let API Consumer decide whether a LintError has to be autocorrected, …
paul-dingemans May 28, 2024
c3ed2d7
Promote experimental rules to non-experimental (#2674)
paul-dingemans May 28, 2024
58a5365
Fixed [{ }] notation for issue #2675 (#2677)
Jolanrensen May 29, 2024
fc164be
Simplify default properties loading (#2679)
Goooler Jun 1, 2024
055892d
Do not remove the space before a function type inside a type projection
paul-dingemans Jun 4, 2024
a4e1aac
Refactor SpacingAroundParensRule
paul-dingemans Jun 4, 2024
cf26439
Refactor - Use "node.remove()" instead of "node.treeparent.removeChil…
paul-dingemans Jun 4, 2024
1c0226b
Suppress log message "Format was not able to resolve"... when linting
paul-dingemans Jun 4, 2024
628cfc7
Update release testing procedure
paul-dingemans Jun 4, 2024
6e944d7
Merge pull request #2684 from pinterest/regression-test-before-releas…
paul-dingemans Jun 4, 2024
38aab72
Fix FAQ "How do I suppress errors for a line/block/file?" (#2683)
paul-dingemans Jun 4, 2024
e61cbbc
Prepare release 1.3.0 (#2685)
paul-dingemans Jun 4, 2024
d679de5
Updated refs to latest (1.3.0) release (#2686)
paul-dingemans Jun 4, 2024
54bf3c0
Set version to 1.3.1-SNAPSHOT (#2687)
paul-dingemans Jun 6, 2024
779a778
Remove sdkman (#2693)
paul-dingemans Jun 11, 2024
8547774
Update dependency gradle to v8.8 (#2680)
renovate[bot] Jun 11, 2024
5826d85
Add "standard:" prefix in rule ids in documentation (#2702)
paul-dingemans Jun 15, 2024
8bfbe19
Update plugin com.gradle.develocity to v3.17.5 (#2697)
renovate[bot] Jun 15, 2024
c7083ad
Update actions/checkout digest to 692973e (#2699)
renovate[bot] Jun 15, 2024
eba952d
Add reference in documentation for each rule to suppress or adjust `.…
paul-dingemans Jun 18, 2024
40cecde
Add link for backing-propert-naming, correct binary-expression-wrappi…
rsmith20 Jun 18, 2024
62bb733
Update dependency io.github.hakky54:logcaptor to v2.9.3 (#2707)
renovate[bot] Jun 22, 2024
a4ddfaa
Do not insert a whitespace element as first or last child inside a co…
paul-dingemans Jun 25, 2024
9d9ad58
Do not rewrite a class to a single line signature in case it contains…
paul-dingemans Jun 25, 2024
2ecb753
Fix false positive when anonymous function is used as value argument …
paul-dingemans Jun 25, 2024
5fb8373
Fix suppression handling when 'formatter:on' not properly specified (…
paul-dingemans Jun 25, 2024
6f0a313
Fix false positive when primary constructor has no arguments and a se…
paul-dingemans Jun 26, 2024
e7cecd3
Update dependency org.junit.jupiter:junit-jupiter to v5.10.3 (#2721)
renovate[bot] Jun 29, 2024
abb24b9
Ignore suppressions for no-unused-imports rule (#2720)
paul-dingemans Jun 29, 2024
52534ca
Ignore suppressions for no-unused-imports rule (#2725)
paul-dingemans Jul 2, 2024
15fb36d
Fix false alert `Format was not able to resolve all violations which …
paul-dingemans Jul 2, 2024
91d8d44
Fix "unset" value for property ktlint_chain_method_rule_force_multili…
paul-dingemans Jul 2, 2024
17a240d
Fix documentation `class-signature` (#2729)
paul-dingemans Jul 2, 2024
49f376b
Prepare release `1.3.1` (#2730)
paul-dingemans Jul 2, 2024
bbae0b6
Updated refs to latest (1.3.1) release (#2731)
paul-dingemans Jul 2, 2024
a694fc8
Update version to 1.4.0-SNAPSHOT (#2733)
paul-dingemans Jul 4, 2024
6555f5d
Add missing reference in documentation for each rule to suppress or a…
paul-dingemans Jul 4, 2024
8fd0c31
Update plugin kotlinx-binary-compatibiltiy-validator to v0.15.1 (#2735)
renovate[bot] Jul 9, 2024
a4d2be2
Update dependency io.github.oshai:kotlin-logging-jvm to v7 (#2701)
renovate[bot] Jul 9, 2024
78d7f7a
Update kotlin monorepo to v2 (major) (#2666)
renovate[bot] Jul 9, 2024
d71757b
Update dependency org.assertj:assertj-core to v3.26.3 (#2738)
renovate[bot] Jul 16, 2024
ebd51e7
Update dependency gradle to v8.9 (#2739)
renovate[bot] Jul 16, 2024
fe63f20
Suppress `backing-property-naming` on `@Suppress(`PropertyName`)` (#2…
paul-dingemans Jul 16, 2024
79ae4e3
Update plugin kotlinx-binary-compatibiltiy-validator to v0.16.0 (#2744)
renovate[bot] Jul 18, 2024
ce05eac
Update plugin kotlinx-binary-compatibiltiy-validator to v0.16.2 (#2746)
renovate[bot] Jul 23, 2024
0b575a0
Prevent line separators to be changed from CRLF to LF (#2752)
paul-dingemans Jul 23, 2024
e80d994
Check that code can still be parsed after a format (#2742)
paul-dingemans Jul 23, 2024
2ac68cd
Update plugin com.gradle.develocity to v3.17.6 (#2750)
renovate[bot] Jul 23, 2024
c400fa3
Support suppressing backing-property-naming via ObjectPropertyName (#…
Goooler Jul 23, 2024
48cc3f3
Update mikepenz/release-changelog-builder-action action to v5 (#2756)
renovate[bot] Jul 30, 2024
1845934
fix: don't remove arrow from lambdas that are when/if leaf nodes (#2758)
tKe Aug 6, 2024
b2c993d
Update plugin kotlinx-binary-compatibiltiy-validator to v0.16.3 (#2759)
renovate[bot] Aug 9, 2024
9af1286
Ignore properties starting with `_` in `backing-property-naming` rule…
paul-dingemans Aug 9, 2024
5baa5d2
Update kotlin monorepo to v2.0.10 (#2761)
renovate[bot] Aug 9, 2024
2b7a885
fix(deps): update dependency org.slf4j:slf4j-simple to v2.0.15 (#2762)
renovate[bot] Aug 9, 2024
ba68576
[Bugfix] `int` to `Int` migration (#2767)
GrzegorzBobryk Aug 13, 2024
322fd20
fix(deps): update dependency org.slf4j:slf4j-simple to v2.0.16 (#2764)
renovate[bot] Aug 13, 2024
d24bb60
Fix rule id in documentation (#2768)
paul-dingemans Aug 13, 2024
7cbaf88
Migrate to com.gradleup.shadow (#2763)
Goooler Aug 13, 2024
cf7de63
fix(deps): update dependency org.junit.jupiter:junit-jupiter to v5.11…
renovate[bot] Aug 20, 2024
c106373
chore(deps): update dependency gradle to v8.10 (#2770)
renovate[bot] Aug 20, 2024
02e8c73
Fix false positive in `no-semi` rule for enum class without enum entr…
paul-dingemans Aug 20, 2024
34556a6
chore(deps): update plugin com.gradle.develocity to v3.18 (#2773)
renovate[bot] Aug 20, 2024
b898462
chore(deps): update gradle/actions action to v4 (#2760)
renovate[bot] Aug 20, 2024
64dfcba
Prevent conflict between `multiline-expression-wrapping` and `functio…
paul-dingemans Aug 28, 2024
4ec5072
Ignore `max_line_length` property unless `max-line-length` rule is en…
paul-dingemans Aug 28, 2024
71cfaaa
fix(deps): update kotlin monorepo to v2.0.20 (#2777)
renovate[bot] Sep 3, 2024
9ba1d0c
Suppress `backing-property-naming` rule with `@Suppress("LocalVariabl…
paul-dingemans Sep 3, 2024
60efc8f
Fix false positive in `class-signature` when EOL comment is between a…
paul-dingemans Sep 3, 2024
e325a39
Fix globs ending with `**` (#2787)
paul-dingemans Sep 9, 2024
a997d75
chore(deps): update dependency gradle to v8.10.1 (#2789)
renovate[bot] Sep 9, 2024
e9f99ae
chore(deps): update plugin com.gradle.develocity to v3.18.1 (#2792)
renovate[bot] Sep 11, 2024
d115ef4
chore(deps): update plugin shadow to v8.3.1 (#2791)
renovate[bot] Sep 11, 2024
97a9b44
Revert changing log level in FileUtils.kt (#2801)
paul-dingemans Sep 18, 2024
6d0d402
Return exit code 1 in case violations have been found but file is unc…
paul-dingemans Sep 18, 2024
2ede2f1
fix(deps): update dependency dev.drewhamilton.poko:poko-gradle-plugin…
renovate[bot] Sep 18, 2024
a868f9a
chore(deps): update plugin shadow to v8.3.2 (#2802)
renovate[bot] Sep 18, 2024
dd325a2
Do not repeat formatting if file is unchanged (#2805)
paul-dingemans Sep 18, 2024
57275d6
Ignore missing whitespace after trailing comma in single line paramet…
paul-dingemans Sep 18, 2024
1c2ec01
Remove HEADER_KEYWORD & IMPL_KEYWORD (#2810)
3flex Sep 24, 2024
65978a1
fix(deps): update dependency com.github.ajalt.clikt:clikt to v5 (#2798)
renovate[bot] Sep 24, 2024
b7d819c
chore(deps): update dependency gradle to v8.10.2 (#2812)
renovate[bot] Sep 24, 2024
70c16fb
Upgrade Kotlin dev version to `2.1.0-Beta1` (#2813)
paul-dingemans Sep 24, 2024
66122fe
fix(deps): update dependency org.junit.jupiter:junit-jupiter to v5.11…
renovate[bot] Sep 25, 2024
ae796b6
Function signature rule ignores context receiver when on separate lin…
paul-dingemans Oct 2, 2024
ac6106c
Do not remove imports for which the fully qualified path is identical…
paul-dingemans Oct 4, 2024
7655731
chore(deps): update plugin shadow to v8.3.3 (#2820)
renovate[bot] Oct 4, 2024
d829568
Fix indentation of a multiline parameter list inside a function liter…
paul-dingemans Oct 4, 2024
524ecb3
Do not insert a trailing comma in a multiline when-entry containing a…
paul-dingemans Oct 4, 2024
405b9b3
fix(deps): update dependency org.ec4j.core:ec4j-core to v1 (#2811)
renovate[bot] Oct 4, 2024
e684f5c
fix(deps): update dependency org.junit.jupiter:junit-jupiter to v5.11…
renovate[bot] Oct 4, 2024
d4fab0e
fix(deps): update dependency com.github.ajalt.clikt:clikt to v5.0.1 (…
renovate[bot] Oct 6, 2024
023d9db
chore(deps): update actions/checkout digest to eef6144 (#2830)
renovate[bot] Oct 10, 2024
9b1975c
chore(deps): update kotlin monorepo to v2.0.21 (#2831)
renovate[bot] Oct 11, 2024
7800278
fix(deps): update dependency org.ec4j.core:ec4j-core to v1.1.0 (#2832)
renovate[bot] Oct 12, 2024
2b94642
fix(deps): update dependency org.jetbrains.kotlin:kotlin-gradle-plugi…
renovate[bot] Oct 14, 2024
4a7e9d7
Fix wrapping of expression body when `max_line_length` not set (#2833)
paul-dingemans Oct 14, 2024
50e44a7
Add new rule `when-entry-bracing` (#2829)
paul-dingemans Oct 14, 2024
a73d6b3
fix(deps): update dependency dev.drewhamilton.poko:poko-gradle-plugin…
renovate[bot] Oct 19, 2024
11f01c1
Add '.editorconfig' property 'ij_kotlin_indent_before_arrow_on_new_li…
paul-dingemans Oct 19, 2024
80c4d5d
Add --stdin-path to provide a virtual file location for stdin (#2836)
adecker89 Oct 19, 2024
244aa39
Add property `.editorconfig` property `ktlint_enum_entry_name_casing`…
paul-dingemans Oct 20, 2024
aa9f235
fix(deps): update dependency org.junit.jupiter:junit-jupiter to v5.11…
renovate[bot] Oct 24, 2024
90413e7
chore(deps): update actions/checkout digest to 11bd719 (#2841)
renovate[bot] Oct 24, 2024
8718f5a
1.4.0 integration test fixes (#2842)
paul-dingemans Oct 24, 2024
589b191
Prepare release 1.4.0 (#2843)
paul-dingemans Oct 24, 2024
9ad1dcd
Set git "user.email" to "ktlint@github.com"
paul-dingemans Oct 24, 2024
2ab7cad
Set git "user.email" to "ktlint@github.com" (#2844)
paul-dingemans Oct 24, 2024
d27db72
Updated refs to latest (1.4.0) release (#2846)
paul-dingemans Oct 24, 2024
a6c2543
Merge tag '1.4.0'
paul-dingemans Oct 24, 2024
6e7f104
Fix typo `when-entry-spacing` → `when-entry-bracing` (#2845)
FloEdelmann Oct 24, 2024
0ab3d25
Add when-entry-bracing rule to release docs (#2847)
paul-dingemans Oct 24, 2024
4b1d940
Remove dead links to https://aur.archlinux.org/packages/ktlint/ (#2848)
paul-dingemans Oct 24, 2024
a4c992c
Set version to 1.4.1-SNAPSHOT (#2849)
paul-dingemans Oct 24, 2024
19d1221
chore(deps): update plugin shadow to v8.3.5 (#2851)
renovate[bot] Nov 4, 2024
1c6083e
fix(deps): update dependency org.jetbrains.kotlin:kotlin-gradle-plugi…
renovate[bot] Nov 5, 2024
dc4e2fb
Catch java.lang.NoSuchFieldError when looking for WHEN_ENTRY_GUARD in…
paul-dingemans Nov 5, 2024
aa6cb58
Prepare release 1.4.1 (#2858)
paul-dingemans Nov 5, 2024
bfcda37
Updated refs to latest (1.4.1) release (#2860)
paul-dingemans Nov 5, 2024
e60dc17
Set version to 1.4.2-SNAPSHOT (#2861)
paul-dingemans Nov 5, 2024
ff6a9f6
Fix documentation import layouts (#2869)
paul-dingemans Nov 17, 2024
2edeea9
chore(deps): update dependency gradle to v8.11 (#2864)
renovate[bot] Nov 17, 2024
bb14930
chore(deps): update plugin com.gradle.develocity to v3.18.2 (#2865)
renovate[bot] Nov 17, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
chore(deps): update actions/checkout digest to b4ffde6 (pinterest#2329)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 2, 2023
commit ed999e95cac36009131e9f03a9c0e1c4c02b9441
2 changes: 1 addition & 1 deletion .github/workflows/generate-changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
if: github.repository == 'pinterest/ktlint'
steps:
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
with:
fetch-depth: 0 # fetch all commits/branches/tags

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/gradle-wrapper-validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ jobs:
name: "Validation"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
- uses: gradle/wrapper-validation-action@v1
2 changes: 1 addition & 1 deletion .github/workflows/publish-release-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
if: github.repository == 'pinterest/ktlint'

steps:
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
with:
ref: 'master'

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-release-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
if: github.repository == 'pinterest/ktlint'
steps:
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
with:
fetch-depth: 0 # fetch all commits/branches
- uses: actions/setup-python@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-snapshot-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
runs-on: ubuntu-latest
if: github.repository == 'pinterest/ktlint'
steps:
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4

- uses: ./.github/actions/setup-gradle-build

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-snapshot-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
if: github.repository == 'pinterest/ktlint'
steps:
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
with:
fetch-depth: 0 # fetch all commits/branches
- uses: actions/setup-python@v4
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/pull-request-with-code.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
runs-on: ${{ matrix.os }}
name: "[build] OS=${{ matrix.os }} Kotlin=stable"
steps:
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4

- uses: ./.github/actions/setup-gradle-build

Expand Down Expand Up @@ -71,7 +71,7 @@ jobs:
runs-on: ${{ matrix.os }}
name: "[build] OS=${{ matrix.os }}, Kotlin=dev"
steps:
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4

- uses: ./.github/actions/setup-gradle-build

Expand All @@ -87,7 +87,7 @@ jobs:
runs-on: ${{ matrix.os }}
name: "[tests] OS=${{ matrix.os }}, Java=${{ matrix.jdk }}"
steps:
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4

- uses: ./.github/actions/setup-gradle-build
with:
Expand Down