Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FunctionNaming: allow anonymous functions #3055

Merged
merged 1 commit into from
Sep 7, 2020

Conversation

t-kameyama
Copy link
Contributor

Fixes #3054

@t-kameyama t-kameyama force-pushed the issue_3054 branch 2 times, most recently from 154166e to 6218d81 Compare September 6, 2020 05:00
@codecov
Copy link

codecov bot commented Sep 6, 2020

Codecov Report

Merging #3055 into master will decrease coverage by 0.01%.
The diff coverage is 33.33%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master    #3055      +/-   ##
============================================
- Coverage     79.31%   79.30%   -0.02%     
- Complexity     2562     2563       +1     
============================================
  Files           432      432              
  Lines          7726     7726              
  Branches       1466     1466              
============================================
- Hits           6128     6127       -1     
  Misses          814      814              
- Partials        784      785       +1     
Impacted Files Coverage Δ Complexity Δ
...b/arturbosch/detekt/rules/naming/FunctionNaming.kt 91.66% <33.33%> (-4.17%) 11.00 <0.00> (+1.00) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update ab76be9...d044a9e. Read the comment docs.

@schalkms schalkms merged commit ec2562b into detekt:master Sep 7, 2020
@arturbosch arturbosch added this to the 1.13.0 milestone Sep 7, 2020
@t-kameyama t-kameyama deleted the issue_3054 branch September 7, 2020 21:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

FunctionNaming should ignore anonymous functions
3 participants