Skip to content
Snippets Groups Projects
Unverified Commit dbd7a0d7 authored by HonkingGoose's avatar HonkingGoose Committed by GitHub
Browse files

chore: remove old TODO comment (#8351)

parent 2d9d64d1
No related branches found
No related tags found
No related merge requests found
...@@ -38,7 +38,6 @@ export async function migrateAndValidate( ...@@ -38,7 +38,6 @@ export async function migrateAndValidate(
} }
massagedConfig.errors = (config.errors || []).concat(errors); massagedConfig.errors = (config.errors || []).concat(errors);
if (!config.repoIsOnboarded) { if (!config.repoIsOnboarded) {
// TODO #556 - enable warnings in real PRs
massagedConfig.warnings = (config.warnings || []).concat(warnings); massagedConfig.warnings = (config.warnings || []).concat(warnings);
} }
return massagedConfig; return massagedConfig;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment