We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
disable_inherited_profiles_issue_reporting
1 parent 38f22ff commit c8e7de7Copy full SHA for c8e7de7
rocrate_validator/models.py
@@ -2364,7 +2364,7 @@ class ValidationSettings:
2364
#: Flag to abort on first error
2365
abort_on_first: Optional[bool] = False
2366
#: Flag to disable reporting of issues related to inherited profiles
2367
- disable_inherited_profiles_issue_reporting: bool = True
+ disable_inherited_profiles_issue_reporting: bool = False
2368
#: Flag to disable remote crate download
2369
disable_remote_crate_download: bool = True
2370
# Requirement settings
0 commit comments