Skip to content

Commit c8e7de7

Browse files
committed
refactor(core): 🔧 set disable_inherited_profiles_issue_reporting to disabled by default
1 parent 38f22ff commit c8e7de7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rocrate_validator/models.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2364,7 +2364,7 @@ class ValidationSettings:
23642364
#: Flag to abort on first error
23652365
abort_on_first: Optional[bool] = False
23662366
#: Flag to disable reporting of issues related to inherited profiles
2367-
disable_inherited_profiles_issue_reporting: bool = True
2367+
disable_inherited_profiles_issue_reporting: bool = False
23682368
#: Flag to disable remote crate download
23692369
disable_remote_crate_download: bool = True
23702370
# Requirement settings

0 commit comments

Comments
 (0)