Skip to content
This repository has been archived by the owner on Aug 31, 2023. It is now read-only.

feat(rome_cli): ignore option of files config #3564

Merged
merged 7 commits into from
Nov 15, 2022

Conversation

nissy-dev
Copy link
Contributor

@nissy-dev nissy-dev commented Nov 5, 2022

Summary

Related #3328

I implemented simple ignore option for files config.

Test Plan

I added some test cases for this ignore option.

@netlify
Copy link

netlify bot commented Nov 5, 2022

Deploy Preview for docs-rometools canceled.

Built without sensitive environment variables

Name Link
🔨 Latest commit 6db3e52
🔍 Latest deploy log https://app.netlify.com/sites/docs-rometools/deploys/6373ac22872c340009504546

@nissy-dev nissy-dev changed the title feat: add ignore option for file config feat(rome_cli): add ignore option for file config Nov 8, 2022
@nissy-dev nissy-dev marked this pull request as ready for review November 8, 2022 14:30
@nissy-dev nissy-dev requested a review from a team November 8, 2022 14:33
@nissy-dev nissy-dev changed the title feat(rome_cli): add ignore option for file config feat(rome_cli): basic implementation for ignore option of files config Nov 8, 2022
@nissy-dev nissy-dev changed the title feat(rome_cli): basic implementation for ignore option of files config feat(rome_cli): initial implementation for ignore option of files config Nov 9, 2022
@leops leops added this to the 11.0.0 milestone Nov 9, 2022
Copy link
Contributor

@ematipico ematipico left a comment

Choose a reason for hiding this comment

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

Thank you! I think we're good to merge it

@MichaReiser MichaReiser added the A-CLI Area: CLI label Nov 14, 2022
@@ -514,6 +514,17 @@
"description": "The configuration of the filesystem",
"type": "object",
"properties": {
"ignore": {
"description": "A list of Unix shell style patterns. The formatter will ignore files/folders that will match these patterns.",
Copy link
Contributor

Choose a reason for hiding this comment

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

We need to update the description to make it clear that the ignore patterns are not formatter specific

@nissy-dev nissy-dev requested a review from a team November 15, 2022 15:11
@ematipico ematipico changed the title feat(rome_cli): initial implementation for ignore option of files config feat(rome_cli): ignore option of files config Nov 15, 2022
@ematipico ematipico merged commit acffd66 into rome:main Nov 15, 2022
@ematipico ematipico added the A-Project Area: project configuration and loading label Nov 30, 2022
@nissy-dev nissy-dev deleted the add-files-config-option-for-ignore branch January 8, 2023 00:31
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
A-CLI Area: CLI A-Project Area: project configuration and loading
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

None yet

4 participants