Skip to content

feat: Add ignoreWords parameter to folder-naming-convention rule #59

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

Merged
merged 2 commits into from
May 27, 2025

Conversation

camsong
Copy link
Contributor

@camsong camsong commented May 23, 2025

This PR adds a new ignoreWords configuration parameter to the folder-naming-convention rule, allowing users to specify folder names that should be exempt from naming convention validation.

Motivation
In some projects, certain folder names need to be preserved for compatibility, legacy reasons, or external requirements, even if they don't follow the project's naming conventions. For example, you might want to enforce KEBAB_CASE for most folders but allow specific folders like skip_word_a to bypass this validation.

@camsong camsong force-pushed the feat/add-skipWords branch from beea147 to 10ce27b Compare May 23, 2025 15:05
@camsong camsong changed the title feat: add skipWords parameter feat: Add ignoreWords parameter to folder-naming-convention rule May 23, 2025
@camsong camsong force-pushed the feat/add-skipWords branch from 79d5034 to 7087d79 Compare May 26, 2025 15:28
Copy link

codecov bot commented May 27, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 100.00%. Comparing base (59d9844) to head (7087d79).
Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff            @@
##              main       #59   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           14        14           
  Lines         1073      1083   +10     
=========================================
+ Hits          1073      1083   +10     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@dukeluo
Copy link
Owner

dukeluo commented May 27, 2025

@camsong thanks for your PR, it will be released in next version

@dukeluo dukeluo merged commit 1e167cf into dukeluo:main May 27, 2025
5 checks passed
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