Skip to content

Conversation

zw963
Copy link
Contributor

@zw963 zw963 commented Mar 8, 2023

No description provided.

@@ -47,6 +47,11 @@ module Ameba::Cli
c.rules?.should eq false
end

it "defaults skip_reading_config? flag to false" do
c = Cli.parse_args %w(file.cr)
c.skip_reading_config?.should eq false
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
c.skip_reading_config?.should eq false
c.skip_reading_config?.should be_false

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Replace all occurs of eq false to be_false, don't know if it's appropriate.

Copy link
Member

@veelenga veelenga left a comment

Choose a reason for hiding this comment

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

LGTM

@veelenga veelenga requested a review from Sija March 8, 2023 19:13
Copy link
Member

@Sija Sija left a comment

Choose a reason for hiding this comment

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

Couple of comments and it's GTG

@Sija Sija added the bug label Mar 8, 2023
@Sija Sija added this to the 1.4.3 milestone Mar 8, 2023
@veelenga veelenga merged commit adac90c into crystal-ameba:master Mar 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants