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

[2.x] Prefer arrow functions over anonymous functions. #49

Merged
merged 1 commit into from
Apr 20, 2024

Conversation

r-kujawa
Copy link
Contributor

What does this PR do? 🤖

  • Replaces standard anonymous functions with arrow functions for single liner return statements.

Does this relate to any issue? 🔗

Closes #41

Copy link

codecov bot commented Apr 20, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 27.33%. Comparing base (081e541) to head (babd000).

Additional details and impacted files
@@             Coverage Diff              @@
##             master      #49      +/-   ##
============================================
+ Coverage     26.84%   27.33%   +0.48%     
  Complexity       67       67              
============================================
  Files            14       14              
  Lines           149      150       +1     
============================================
+ Hits             40       41       +1     
  Misses          109      109              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@r-kujawa r-kujawa merged commit 9f372e5 into master Apr 20, 2024
7 checks passed
@r-kujawa r-kujawa deleted the enhancement-41-arrow_functions branch April 20, 2024 13:14
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.

None yet

1 participant