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

Verbose flag implementation #365

Closed
wants to merge 5 commits into from
Closed

Conversation

Norris1z
Copy link

@Norris1z Norris1z commented Jan 13, 2019

This is a basic implementation of the --verbose flag which is a fix #188

@Norris1z Norris1z changed the title Basic verbose flag implementation Verbose flag implementation Jan 13, 2019
@Norris1z Norris1z force-pushed the add_verbose_flag branch 2 times, most recently from ff49fbc to 359ae11 Compare January 13, 2019 01:52
@sindresorhus
Copy link
Member

This seems to be missing:

  • Maybe the resolved ESLint config that is used?

@sindresorhus
Copy link
Member

Instead of reimplementing the logic, I think it would be better to just put the logging right next to where the different things are created, for example, the resolved config could be logged where XO finishes resolving the config.

index.js Outdated Show resolved Hide resolved
@Norris1z
Copy link
Author

Norris1z commented Feb 21, 2019

@sindresorhus files/paths in the .gitignore file is handled by globby and are not added to the options.ignores array. Should i implement the logic to list ignored paths/files in the .gitignore?

@Norris1z
Copy link
Author

The travis builds passed but i don't know why this is still stuck at Some checks haven’t completed yet

@sindresorhus sindresorhus force-pushed the master branch 2 times, most recently from 9bbe1bf to 2ab0a69 Compare May 25, 2019 08:31
Base automatically changed from master to main January 24, 2021 05:47
@fregante
Copy link
Member

fregante commented Aug 6, 2022

Given the age I'm going to close this PR, but it's definitely still a welcome change. Please open a new PR if you intend to work on it again ☺️

@fregante fregante closed this Aug 6, 2022
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.

Verbose mode
3 participants