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
Readonlycompliance: {
minimumSeverity: "warning";
showBestPractices: true;
showCategoriesTable: true;
showComplianceScore: true;
showSuggestions: true;
showWarnings: true;
}
Readonlydevelopment: {
minimumSeverity: "info";
showBestPractices: true;
showCategoriesTable: true;
showComplianceScore: true;
showSuggestions: true;
showWarnings: true;
}
Readonlyminimal: {
minimumSeverity: "error";
showBestPractices: false;
showCategoriesTable: false;
showComplianceScore: false;
showSuggestions: false;
showWarnings: true;
}
Readonlyproduction: {
minimumSeverity: "error";
showBestPractices: false;
showCategoriesTable: false;
showComplianceScore: false;
showSuggestions: false;
showWarnings: false;
}
Presets de configuração para diferentes ambientes