-
Notifications
You must be signed in to change notification settings - Fork 65
WIP - Stealth #1323
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
WIP - Stealth #1323
Conversation
🦙 MegaLinter status: ❌ ERRORAll Linters Summary
Detailed Issues❌ SPELL / cspell - 12 errors
🤖 AI-Powered Fix Suggestions for SPELL_CSPELL (by openai gpt-4.1-mini)
{
"words": ["Pricebook", "SBQQ", "argb", "lwcmp"]
}
This approach keeps your spell checker effective without flagging valid domain-specific terms. ❌ COPYPASTE / jscpd - 1 error
🤖 AI-Powered Fix Suggestions for COPYPASTE_JSCPD (by openai gpt-4.1-mini)
Example refactor: // shared-utils.ts
export function commonLogic(args) {
// extracted code here
}
// custom-label-translations.ts
import { commonLogic } from './shared-utils';
commonLogic(args);
// extract.ts
import { commonLogic } from './shared-utils';
commonLogic(args); This approach eliminates duplication and resolves the jscpd error.
|
No description provided.