feat: support SimpleLambdaExpressionSyntax in callback validation - #1042
Your pull request is up to standards!
Here is an overview of what got changed by this pull request:
Issues
======
+ Solved 2
- Added 4
Complexity increasing per file
==============================
- tests/Moq.Analyzers.Test/CallbackSignatureShouldMatchMockedMethodCodeFixTests.cs 3
- tests/Moq.Analyzers.Test/Helpers/CodeFixVerifier.cs 2
- src/Analyzers/CallbackSignatureShouldMatchMockedMethodAnalyzer.cs 1
- src/CodeFixes/CallbackSignatureShouldMatchMockedMethodFixer.cs 17
See the complete overview on Codacy
Annotations
Check notice on line 73 in src/CodeFixes/CallbackSignatureShouldMatchMockedMethodFixer.cs
codacy-production / Codacy Static Code Analysis
src/CodeFixes/CallbackSignatureShouldMatchMockedMethodFixer.cs#L73
Remove the 'Async' suffix to the name of this method.
Check notice on line 90 in src/CodeFixes/CallbackSignatureShouldMatchMockedMethodFixer.cs
codacy-production / Codacy Static Code Analysis
src/CodeFixes/CallbackSignatureShouldMatchMockedMethodFixer.cs#L90
Remove the 'Async' suffix to the name of this method.
Check notice on line 116 in src/CodeFixes/CallbackSignatureShouldMatchMockedMethodFixer.cs
codacy-production / Codacy Static Code Analysis
src/CodeFixes/CallbackSignatureShouldMatchMockedMethodFixer.cs#L116
Remove the 'Async' suffix to the name of this method.
Check notice on line 29 in tests/Moq.Analyzers.Test/Helpers/CodeFixVerifier.cs
codacy-production / Codacy Static Code Analysis
tests/Moq.Analyzers.Test/Helpers/CodeFixVerifier.cs#L29
Remove the 'Async' suffix to the name of this method.