Variable GUIDANCE_PRESETSConst
GUIDANCE_PRESETS: {
compliance: {
minimumSeverity: "warning";
showBestPractices: true;
showCategoriesTable: true;
showComplianceScore: true;
showSuggestions: true;
showWarnings: true;
};
development: {
minimumSeverity: "info";
showBestPractices: true;
showCategoriesTable: true;
showComplianceScore: true;
showSuggestions: true;
showWarnings: true;
};
minimal: {
minimumSeverity: "error";
showBestPractices: false;
showCategoriesTable: false;
showComplianceScore: false;
showSuggestions: false;
showWarnings: true;
};
production: {
minimumSeverity: "error";
showBestPractices: false;
showCategoriesTable: false;
showComplianceScore: false;
showSuggestions: false;
showWarnings: false;
};
} = ...
Type Declaration
Readonly
compliance: {
minimumSeverity: "warning";
showBestPractices: true;
showCategoriesTable: true;
showComplianceScore: true;
showSuggestions: true;
showWarnings: true;
}
Readonly
development: {
minimumSeverity: "info";
showBestPractices: true;
showCategoriesTable: true;
showComplianceScore: true;
showSuggestions: true;
showWarnings: true;
}
Readonly
minimal: {
minimumSeverity: "error";
showBestPractices: false;
showCategoriesTable: false;
showComplianceScore: false;
showSuggestions: false;
showWarnings: true;
}
Readonly
production: {
minimumSeverity: "error";
showBestPractices: false;
showCategoriesTable: false;
showComplianceScore: false;
showSuggestions: false;
showWarnings: false;
}
Presets de configuração para diferentes ambientes