-
Notifications
You must be signed in to change notification settings - Fork 506
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix false positive FunctionTypeReferenceSpacingRule in anonymous func…
…tion (#1443) * Fix false positive FunctionTypeReferenceSpacingRule in anonymous function Rule should not depend on the existence of the function identifier as it is also possible to define anonymous functions. Checking of anonymous and named function should be identical. Closes #1440
- Loading branch information
1 parent
c82be37
commit 3472532
Showing
3 changed files
with
45 additions
and
8 deletions.
There are no files selected for viewing
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