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

Refactor code to use penalty_factor method and update documentation #102

Merged
merged 1 commit into from
Nov 15, 2022

Conversation

etagwerker
Copy link
Member

@etagwerker etagwerker commented Nov 15, 2022

IMPORTANT: Please read the README before submitting pull requests for this project. Additionally, if your PR closes any open GitHub issue, make sure you include Closes #XXXX in your comment.

  • Add an entry to CHANGELOG.md that links to this PR under the "main (unreleased)" heading.

Description:

Hi there,

This PR fixes #101.

Also, it updates documentation for the skunk_score method and changes a development dependency to stop using byebug and start using Ruby's debugger.

If changes to the behavior are made, clearly describe what changes.

I will abide by the code of conduct.

@etagwerker etagwerker requested a review from a team as a code owner November 15, 2022 18:25
@etagwerker etagwerker requested review from mateusdeap and KostiantynPopovych and removed request for a team November 15, 2022 18:25
etagwerker added a commit that referenced this pull request Nov 15, 2022
@codecov
Copy link

codecov bot commented Nov 15, 2022

Codecov Report

Merging #102 (d3952f9) into main (a4ed251) will increase coverage by 0.00%.
The diff coverage is 100.00%.

❗ Current head d3952f9 differs from pull request most recent head f9e9f15. Consider uploading reports for the commit f9e9f15 to get more accurate results

@@           Coverage Diff           @@
##             main     #102   +/-   ##
=======================================
  Coverage   98.27%   98.27%           
=======================================
  Files          25       25           
  Lines         463      465    +2     
=======================================
+ Hits          455      457    +2     
  Misses          8        8           
Impacted Files Coverage Δ
lib/skunk/rubycritic/analysed_module.rb 100.00% <100.00%> (ø)

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

Also, update documentation for the `skunk_score` method.

Also, stop using byebug and start using Ruby's debugger.

Update CHANGELOG.md to document #102
@etagwerker etagwerker force-pushed the fixes/documentation-and-refactors-code branch from d3952f9 to f9e9f15 Compare November 15, 2022 18:31
@etagwerker etagwerker requested review from JuanVqz and removed request for mateusdeap and KostiantynPopovych November 15, 2022 18:33
@etagwerker etagwerker merged commit 6a601a5 into main Nov 15, 2022
@etagwerker etagwerker deleted the fixes/documentation-and-refactors-code branch November 15, 2022 19:10
@JuanVqz
Copy link
Member

JuanVqz commented Nov 15, 2022

approved, good refactor, I'm happy to see you added the debug gem, it's a lovely gem 👍

Copy link
Member

@JuanVqz JuanVqz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

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.

[BUG] skunk_score method documentation is inaccurate
2 participants