method ReleaseManager.prototype.validateFileUpdatePatterns
ReleaseManager.prototype.validateFileUpdatePatterns(): { valid: boolean; warnings: string[]; errors: string[]; suggestions: string[]; }

Validate file update patterns to detect dangerous configurations

Return Type

{ valid: boolean; warnings: string[]; errors: string[]; suggestions: string[]; }

Validation result with warnings, errors, and suggestions

Usage

import { ReleaseManager } from ".";