File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -28,4 +28,5 @@ exclude_paths:
2828 - ' **/Models/**' # Domain and DTO models
2929 - ' **/Properties/**' # launchSettings.json or AssemblyInfo.cs
3030 - ' **/Utilities/**' # Helper extensions or static classes
31+ - ' **/Validators/**' # FluentValidation validators
3132 - ' test/**/*' # Entire test suite (unit + integration)
Original file line number Diff line number Diff line change @@ -56,6 +56,7 @@ ignore:
5656 - ' src/**/Models/**/*' # Domain and DTO models
5757 - ' src/**/Properties/**/*' # launchSettings.json or other system files
5858 - ' src/**/Utilities/**/*' # Static helper and extension classes
59+ - ' src/**/Validators/**/*' # FluentValidation validators
5960 - ' test' # Any file in the test folder (unit/integration/utils)
6061
6162 # Ignoring Specific Files At All Depths
You can’t perform that action at this time.
0 commit comments