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

Disable Lint/BooleanSymbol #66

Merged
merged 1 commit into from
Nov 29, 2021

Conversation

alexjfisher
Copy link
Member

In the Puppet world, symbols are often used instead of proper booleans
in type properties, (which don't work with actual booleans).
Since we probably have more false positives than real cases we should
disable this cop.

In the Puppet world, symbols are often used instead of proper booleans
in type properties, (which don't work with actual booleans).
Since we probably have more false positives than real cases we should
disable this cop.
@codecov
Copy link

codecov bot commented Nov 29, 2021

Codecov Report

Merging #66 (34db27b) into master (f326e78) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #66   +/-   ##
=======================================
  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 f326e78...34db27b. Read the comment docs.

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.

2 participants