Skip to content

Commit

Permalink
linter refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
LenaMel-99 committed Jul 12, 2024
1 parent efc2c5d commit cf81f10
Show file tree
Hide file tree
Showing 16 changed files with 17 additions and 12 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
used for board provider abstraction
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
columns
cards
moveCard: anSPBCard after: anotherSPBCard toColumn: anSPBColumn

self subclassResponsibility.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
columns
cards
moveCardToTop: aSPBCard toColumn: aSPBColumn

self subclassResponsibility.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
],
"classvars" : [
],
"commentStamp" : "",
"commentStamp" : "L.L. 7/12/2024 22:15",
"instvars" : [
"user",
"repo" ],
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
as yet unclassified
updating
toggleClosed

self subclassResponsibility.
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ errorGarbageToken

UserDialogBoxMorph
inform: 'Not a valid token' title: 'Operation canceled'.
SPBAuthenticator token: nil.
self class token: nil.
^ Error signal.
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ errorInvalidTokenScopes
UserDialogBoxMorph
inform: 'Invalid token or username or repository is private. Token has only public_repo scope'
title: 'Operation canceled'.
SPBAuthenticator token: nil.
self class token: nil.
^ Error signal.
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
"checkIfTokenValid" : "mcr 8/4/2022 02:23",
"detectInsufficientScopes:" : "mcr 8/4/2022 00:33",
"errorAuthenticationCanceled" : "mcr 8/2/2022 21:49",
"errorGarbageToken" : "FP 7/12/2024 13:00",
"errorInvalidTokenScopes" : "FP 7/12/2024 13:00",
"errorGarbageToken" : "L.L. 7/12/2024 21:40",
"errorInvalidTokenScopes" : "L.L. 7/12/2024 21:40",
"errorNoScopes" : "FP 7/12/2024 12:52",
"errorRepoNotFound" : "mcr 8/2/2022 21:50",
"getTokenScopes" : "mcr 8/4/2022 00:34",
Expand Down
1 change: 1 addition & 0 deletions Squello-Core.package/SPBBoardSaver.class/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
used for storing saved local boards
2 changes: 1 addition & 1 deletion Squello-Core.package/SPBBoardSaver.class/properties.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"instance" ],
"classvars" : [
],
"commentStamp" : "",
"commentStamp" : "L.L. 7/12/2024 22:16",
"instvars" : [
"boards" ],
"name" : "SPBBoardSaver",
Expand Down
1 change: 1 addition & 0 deletions Squello-Core.package/SPBLabelMorph.class/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
used for displaying labels
2 changes: 1 addition & 1 deletion Squello-Core.package/SPBLabelMorph.class/properties.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
],
"classvars" : [
],
"commentStamp" : "",
"commentStamp" : "L.L. 7/12/2024 22:15",
"instvars" : [
],
"name" : "SPBLabelMorph",
Expand Down
1 change: 1 addition & 0 deletions Squello-Core.package/SPBLocalBoardProvider.class/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
used for interacting with local boards
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
],
"classvars" : [
],
"commentStamp" : "",
"commentStamp" : "L.L. 7/12/2024 22:14",
"instvars" : [
"currentId",
"boardJson" ],
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
used for interacting with the new GitHub API
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
],
"classvars" : [
],
"commentStamp" : "",
"commentStamp" : "L.L. 7/12/2024 22:16",
"instvars" : [
"api",
"projectId",
Expand Down

0 comments on commit cf81f10

Please sign in to comment.