-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactor: Linter test for only class-sided default values (#392)
* Creating Linter test for only class-sided default values and moved all default values to class side * Fixes from merge
- Loading branch information
Showing
103 changed files
with
160 additions
and
164 deletions.
There are no files selected for viewing
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
packages/TelegramClient-Core.package/TCCChat.class/methodProperties.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
3 changes: 1 addition & 2 deletions
3
packages/TelegramClient-Core.package/TCCChatsHandler.class/methodProperties.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...ntication.class/instance/defaultExtent.st → ...thentication.class/class/defaultExtent.st
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
defaultValues | ||
default values | ||
defaultExtent | ||
|
||
^ 600 @ 400 |
2 changes: 1 addition & 1 deletion
2
...ion.class/instance/defaultHeaderHeight.st → ...cation.class/class/defaultHeaderHeight.st
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
defaultValues | ||
default values | ||
defaultHeaderHeight | ||
|
||
^ 40 |
2 changes: 1 addition & 1 deletion
2
...ation.class/instance/defaultInputWidth.st → ...tication.class/class/defaultInputWidth.st
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
defaultValues | ||
default values | ||
defaultInputWidth | ||
|
||
^ 150 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
2 changes: 1 addition & 1 deletion
2
...tItem.class/instance/lastMessageOffset.st → ...m.class/class/defaultLastMessageOffset.st
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
default values | ||
lastMessageOffset | ||
defaultLastMessageOffset | ||
|
||
^ 20 @ -12 |
4 changes: 4 additions & 0 deletions
4
...ages/TelegramClient-UI.package/TCUChatListItem.class/class/defaultMessagePreviewLength.st
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
default values | ||
defaultMessagePreviewLength | ||
|
||
^ 37 |
2 changes: 1 addition & 1 deletion
2
...hatListItem.class/instance/titleLength.st → ...istItem.class/class/defaultTitleLength.st
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
default values | ||
titleLength | ||
defaultTitleLength | ||
|
||
^ 32 |
2 changes: 1 addition & 1 deletion
2
...hatListItem.class/instance/titleOffset.st → ...istItem.class/class/defaultTitleOffset.st
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
default values | ||
titleOffset | ||
defaultTitleOffset | ||
|
||
^ 20 @ 20 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 0 additions & 4 deletions
4
packages/TelegramClient-UI.package/TCUChatListItem.class/instance/messageMarginTop.st
This file was deleted.
Oops, something went wrong.
4 changes: 0 additions & 4 deletions
4
packages/TelegramClient-UI.package/TCUChatListItem.class/instance/messagePreviewLength.st
This file was deleted.
Oops, something went wrong.
21 changes: 10 additions & 11 deletions
21
packages/TelegramClient-UI.package/TCUChatListItem.class/methodProperties.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,19 @@ | ||
{ | ||
"class" : { | ||
"defaultHeight" : "rs 7/4/2020 18:54", | ||
"defaultLastMessageOffset" : "JB 6/11/2021 15:17", | ||
"defaultMessagePreviewLength" : "JB 6/11/2021 15:17", | ||
"defaultTitleLength" : "JB 6/11/2021 15:18", | ||
"defaultTitleOffset" : "JB 6/11/2021 15:18", | ||
"newWithChat:width:" : "js 7/31/2020 18:48" }, | ||
"instance" : { | ||
"addBorder" : "r.s 7/31/2020 14:43", | ||
"addLastMessage" : "js 8/2/2020 09:58", | ||
"addTitle" : "js 8/2/2020 09:58", | ||
"addBorder" : "JB 6/11/2021 18:35", | ||
"addLastMessage" : "JB 6/11/2021 15:18", | ||
"addTitle" : "JB 6/11/2021 15:18", | ||
"chat" : "rs 6/17/2020 21:45", | ||
"chat:" : "rs 6/17/2020 21:45", | ||
"chatID" : "rs 6/17/2020 23:05", | ||
"chatName" : "rs 6/17/2020 21:45", | ||
"defaultHeight" : "rs 7/4/2020 18:54", | ||
"deselect" : "rs 6/13/2020 09:02", | ||
"initialize" : "r.s 7/31/2020 14:43", | ||
"lastMessageOffset" : "r.s 7/31/2020 16:05", | ||
"messageMarginTop" : "r.s 7/31/2020 14:18", | ||
"messagePreviewLength" : "js 8/2/2020 10:06", | ||
"select" : "rs 6/13/2020 08:49", | ||
"titleLength" : "js 8/2/2020 10:00", | ||
"titleOffset" : "r.s 7/31/2020 16:04" } } | ||
"initialize" : "JB 6/11/2021 18:35", | ||
"select" : "rs 6/13/2020 08:49" } } |
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
5 changes: 2 additions & 3 deletions
5
packages/TelegramClient-UI.package/TCUChatMessageList.class/methodProperties.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.