Skip to content

Commit cf81f10

Browse files
committed
linter refactoring
1 parent efc2c5d commit cf81f10

File tree

16 files changed

+17
-12
lines changed

16 files changed

+17
-12
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
used for board provider abstraction
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
columns
1+
cards
22
moveCard: anSPBCard after: anotherSPBCard toColumn: anSPBColumn
33

44
self subclassResponsibility.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
columns
1+
cards
22
moveCardToTop: aSPBCard toColumn: aSPBColumn
33

44
self subclassResponsibility.

Squello-Core.package/SPBAbstractBoardProvider.class/properties.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
],
55
"classvars" : [
66
],
7-
"commentStamp" : "",
7+
"commentStamp" : "L.L. 7/12/2024 22:15",
88
"instvars" : [
99
"user",
1010
"repo" ],
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
as yet unclassified
1+
updating
22
toggleClosed
33

44
self subclassResponsibility.

Squello-Core.package/SPBAuthenticator.class/instance/errorGarbageToken.st

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ errorGarbageToken
33

44
UserDialogBoxMorph
55
inform: 'Not a valid token' title: 'Operation canceled'.
6-
SPBAuthenticator token: nil.
6+
self class token: nil.
77
^ Error signal.

Squello-Core.package/SPBAuthenticator.class/instance/errorInvalidTokenScopes.st

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ errorInvalidTokenScopes
44
UserDialogBoxMorph
55
inform: 'Invalid token or username or repository is private. Token has only public_repo scope'
66
title: 'Operation canceled'.
7-
SPBAuthenticator token: nil.
7+
self class token: nil.
88
^ Error signal.

Squello-Core.package/SPBAuthenticator.class/methodProperties.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
"checkIfTokenValid" : "mcr 8/4/2022 02:23",
1414
"detectInsufficientScopes:" : "mcr 8/4/2022 00:33",
1515
"errorAuthenticationCanceled" : "mcr 8/2/2022 21:49",
16-
"errorGarbageToken" : "FP 7/12/2024 13:00",
17-
"errorInvalidTokenScopes" : "FP 7/12/2024 13:00",
16+
"errorGarbageToken" : "L.L. 7/12/2024 21:40",
17+
"errorInvalidTokenScopes" : "L.L. 7/12/2024 21:40",
1818
"errorNoScopes" : "FP 7/12/2024 12:52",
1919
"errorRepoNotFound" : "mcr 8/2/2022 21:50",
2020
"getTokenScopes" : "mcr 8/4/2022 00:34",
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
used for storing saved local boards

Squello-Core.package/SPBBoardSaver.class/properties.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"instance" ],
55
"classvars" : [
66
],
7-
"commentStamp" : "",
7+
"commentStamp" : "L.L. 7/12/2024 22:16",
88
"instvars" : [
99
"boards" ],
1010
"name" : "SPBBoardSaver",

0 commit comments

Comments
 (0)