Commit c86847d
authored
Require use of trailing commas at declaration site (#4760)
https://kotlinlang.org/docs/coding-conventions.html#trailing-commas
> The Kotlin style guide encourages the use of trailing commas at the declaration site and leaves it at your discretion for the call site.
Requiring trailing commas at call site would be nice as well, but will revisit in the future1 parent f675c2b commit c86847d
File tree
446 files changed
+862
-838
lines changed- detekt-rules
- plugins
- amazonq
- chat/jetbrains-community/src/software/aws/toolkits/jetbrains/services
- amazonqFeatureDev
- controller
- messages
- session
- amazonq
- auth
- gettingstarted
- onboarding
- toolwindow
- webview
- theme
- cwc
- clients/chat/model
- commands
- controller
- chat
- messenger
- telemetry
- editor/context
- project
- manifest
- exceptions
- messages
- codetransform/jetbrains-community
- src/software/aws/toolkits/jetbrains/services/codemodernizer
- client
- constants
- controller
- ideMaven
- model
- panels
- managers
- session
- state
- utils
- tst/software/aws/toolkits/jetbrains/services/codemodernizer/panels
- codewhisperer/jetbrains-community
- src/software/aws/toolkits/jetbrains/services/codewhisperer
- codescan
- listeners
- sessionconfig
- credentials
- customization
- editor
- language/classresolver
- model
- popup
- handlers
- service
- settings
- telemetry
- toolwindow
- util
- tstFixtures/software/aws/toolkits/jetbrains/services/codewhisperer
- importadder
- tst/software/aws/toolkits/jetbrains/services/codewhisperer
- codescan
- core
- core
- src
- migration/software/aws/toolkits/core
- region
- software/aws/toolkits/core
- credentials
- lambda
- region
- telemetry
- utils
- tst/software/aws/toolkits/core
- credentials
- utils
- test
- jetbrains-community
- src
- migration/software/aws/toolkits/jetbrains/core
- software/aws/toolkits/jetbrains
- core
- credentials
- pinning
- profiles
- sso
- bearer
- pkce
- gettingstarted
- editor
- help
- webview
- services/telemetry
- settings
- ui
- utils
- ui
- tstFixtures/software/aws/toolkits/jetbrains
- core
- credentials
- utils
- rules
- tst/software/aws/toolkits/jetbrains
- core/credentials
- profiles
- settings
- toolkit
- jetbrains-core
- it/software/aws/toolkits/jetbrains/services/lambda/deploy
- src/software/aws/toolkits/jetbrains
- core
- credentials
- docker
- executables
- execution
- experiments
- explorer
- actions
- devToolsTab
- nodes
- gettingstarted
- editor
- terminal
- tools
- toolwindow
- services
- apprunner
- caws
- envclient
- models
- projectstate
- cloudformation
- stack
- yaml
- cloudwatch/logs
- actions
- editor
- insights
- dynamic
- dynamodb
- ecr
- actions
- resources
- ecs
- exec
- federation
- iam
- lambda
- actions
- deploy
- execution
- local
- remote
- sam
- java
- python
- sam
- sync
- steps
- upload
- wizard
- s3
- editor
- objectActions
- schemas
- code
- search
- sqs
- actions
- toolwindow
- settings
- ui
- connection
- utils
- execution/steps
- tst-233/software/aws/toolkits/jetbrains/utils
- tst/software/aws/toolkits/jetbrains
- core
- execution
- experiments
- services
- cloudformation/stack
- cloudwatch/logs/insights
- dynamodb
- lambda
- execution
- local
- remote
- java
- sam
- sync
- wizard
- schemas
- code
- search
- sqs
- ui/feedback
- utils
- extensions
- rules
- jetbrains-gateway
- it/software/aws/toolkits/jetbrains/gateway
- src/software/aws/toolkits/jetbrains/gateway
- connection
- caws
- workflow
- v2
- welcomescreen
- tst/software/aws/toolkits/jetbrains/gateway/connection
- jetbrains-rider
- src-233/software/aws/toolkits/jetbrains/services/lambda/dotnet
- src-241+/software/aws/toolkits/jetbrains/services/lambda/dotnet
- src/software/aws/toolkits/jetbrains
- services/lambda/dotnet
- element
- utils
- jetbrains-ultimate
- src-233/com/jetbrains/rd/ui/bedsl/dsl
- src/software/aws/toolkits/jetbrains
- core/execution
- datagrip/auth
- remoteDev/caws
- services
- lambda
- go
- nodejs
- rds
- auth
- redshift/auth
- tst/software/aws/toolkits/jetbrains
- datagrip
- auth
- services
- rds
- actions
- auth
- redshift/auth
- utils/rules
- ui-tests/tst/software/aws/toolkits/jetbrains/uitests
- fixtures
- tests
- utils
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
446 files changed
+862
-838
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
| 41 | + | |
41 | 42 | | |
42 | 43 | | |
43 | 44 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
60 | | - | |
61 | 60 | | |
62 | 61 | | |
63 | | - | |
64 | 62 | | |
65 | 63 | | |
66 | | - | |
67 | 64 | | |
68 | 65 | | |
69 | 66 | | |
70 | 67 | | |
71 | | - | |
72 | 68 | | |
73 | 69 | | |
74 | 70 | | |
| |||
92 | 88 | | |
93 | 89 | | |
94 | 90 | | |
95 | | - | |
96 | 91 | | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
97 | 96 | | |
98 | 97 | | |
99 | | - | |
100 | 98 | | |
101 | 99 | | |
102 | 100 | | |
| |||
Lines changed: 3 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
41 | | - | |
| 41 | + | |
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
| |||
85 | 85 | | |
86 | 86 | | |
87 | 87 | | |
88 | | - | |
| 88 | + | |
| 89 | + | |
89 | 90 | | |
90 | 91 | | |
91 | 92 | | |
| |||
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
14 | 14 | | |
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | | - | |
| 37 | + | |
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
90 | 90 | | |
91 | 91 | | |
92 | 92 | | |
93 | | - | |
| 93 | + | |
94 | 94 | | |
95 | 95 | | |
96 | 96 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
| 22 | + | |
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
66 | | - | |
| 66 | + | |
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
| |||
0 commit comments