-
Notifications
You must be signed in to change notification settings - Fork 181
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add rule S2004: Functions should not be nested too deeply
- Loading branch information
1 parent
009b765
commit 1934fe2
Showing
60 changed files
with
7,996 additions
and
2 deletions.
There are no files selected for viewing
1,645 changes: 1,645 additions & 0 deletions
1,645
its/ruling/src/test/expected/jsts/Ghost/javascript-S2004.json
Large diffs are not rendered by default.
Oops, something went wrong.
7 changes: 7 additions & 0 deletions
7
its/ruling/src/test/expected/jsts/Joust/javascript-S2004.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 |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{ | ||
"Joust:gulpfile.js": [ | ||
131, | ||
133, | ||
210 | ||
] | ||
} |
27 changes: 27 additions & 0 deletions
27
its/ruling/src/test/expected/jsts/Joust/typescript-S2004.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 |
---|---|---|
@@ -0,0 +1,27 @@ | ||
{ | ||
"Joust:ts/Launcher.tsx": [ | ||
318, | ||
321, | ||
327 | ||
], | ||
"Joust:ts/components/EventLog.tsx": [ | ||
183 | ||
], | ||
"Joust:ts/components/game/Player.tsx": [ | ||
67, | ||
123 | ||
], | ||
"Joust:ts/protocol/HSReplayDecoder.spec.ts": [ | ||
26, | ||
37, | ||
46, | ||
59, | ||
72, | ||
87, | ||
99, | ||
110, | ||
127, | ||
149, | ||
158 | ||
] | ||
} |
Oops, something went wrong.