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

rubocop: Disable Style/OptionalBooleanParameter #70

Merged
merged 1 commit into from
Mar 12, 2022

Conversation

root-expert
Copy link
Member

Example here

Changing this to sensitive: false causes spec to fail with ArgumentError: wrong number of arguments (given 3, expected 2)
I've seen this failing in other modules as well. Possibly related to #66

@codecov
Copy link

codecov bot commented Mar 11, 2022

Codecov Report

Merging #70 (dcaffba) into master (8973588) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #70   +/-   ##
=======================================
  Coverage   27.86%   27.86%           
=======================================
  Files           2        2           
  Lines          61       61           
=======================================
  Hits           17       17           
  Misses         44       44           

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 8973588...dcaffba. Read the comment docs.

@bastelfreak bastelfreak added the enhancement New feature or request label Mar 12, 2022
@bastelfreak bastelfreak merged commit 8327b8e into master Mar 12, 2022
@bastelfreak bastelfreak deleted the optionalboolean branch March 12, 2022 14:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants