We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ae6fc3 commit a3aa2b3Copy full SHA for a3aa2b3
cli.rkt
@@ -257,7 +257,7 @@ For help on these, use 'analyze --help' or 'fix --help'."
257
(string-indent (~a old-code) #:amount 2)
258
(string-indent (~a new-code) #:amount 2)))]
259
[(== github-pull-request-review)
260
- (define req (refactoring-results->github-review results #:file-count (length sources)))
+ (define req (refactoring-results->github-review results #:file-count (hash-count sources)))
261
(write-json (github-review-request-jsexpr req))]))
262
263
(match (resyntax-analyze-options-output-destination options)
0 commit comments