src/Locale/update_locale.js
Showing 1 of 1 total issue
Function compareBothFiles
has a Cognitive Complexity of 7 (exceeds 5 allowed). Consider refactoring. Open
Open
function compareBothFiles(defaultFile, newFile) { for (const file in defaultFile) { const newObj = {}; const defaultJSON = defaultFile[file]; const existingJSON = newFile[file];
- Read upRead up
- Create a ticketCreate a ticket