prettier-eslint-cli icon indicating copy to clipboard operation
prettier-eslint-cli copied to clipboard

fix(list-different): removed the message at the end of execution (#111)

Open dorser opened this issue 5 years ago • 2 comments
trafficstars

What: This fixes #111 We want to omit the messages at the end of the execution when the --list-different flag is passed.

Why: The behavior of --list-different is to error out if detects changed files. The success message that follows this is confusing.

How: Simple if/else clause

dorser avatar Jul 20 '20 18:07 dorser

I have no idea why CI didn't run with that merge commit...

kylemh avatar Mar 06 '21 22:03 kylemh

Stale pull request

github-actions[bot] avatar May 06 '21 00:05 github-actions[bot]

🦋 Changeset detected

Latest commit: 97c9c06a6b711fcfd5a886c4597d651c61d8a329

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package
Name Type
prettier-eslint-cli Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

changeset-bot[bot] avatar Aug 25 '22 07:08 changeset-bot[bot]

This pull request is automatically built and testable in CodeSandbox.

To see build info of the built libraries, click here or the icon next to each commit SHA.

codesandbox-ci[bot] avatar Aug 25 '22 07:08 codesandbox-ci[bot]

Codecov Report

Merging #288 (97c9c06) into master (d8fc957) will not change coverage. The diff coverage is 100.00%.

@@            Coverage Diff            @@
##            master      #288   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            4         4           
  Lines          165       166    +1     
  Branches        27        29    +2     
=========================================
+ Hits           165       166    +1     
Impacted Files Coverage Δ
src/format-files.js 100.00% <100.00%> (ø)

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

codecov-commenter avatar Aug 25 '22 08:08 codecov-commenter