Skip to content

Conversation

@withinfocus
Copy link
Owner

Refine the content a bit.

@withinfocus withinfocus marked this pull request as ready for review January 30, 2026 22:08
@github-actions
Copy link

MegaLinter analysis: Error

Descriptor Linter Files Fixed Errors Warnings Elapsed time
✅ COPYPASTE jscpd yes no no 1.67s
✅ EDITORCONFIG editorconfig-checker 2 0 0 0.01s
✅ REPOSITORY checkov yes no no 17.83s
✅ REPOSITORY gitleaks yes no no 1.98s
✅ REPOSITORY git_diff yes no no 0.02s
✅ REPOSITORY grype yes no no 32.08s
✅ REPOSITORY secretlint yes no no 0.95s
✅ REPOSITORY syft yes no no 1.77s
✅ REPOSITORY trivy yes no no 10.85s
✅ REPOSITORY trivy-sbom yes no no 0.18s
✅ REPOSITORY trufflehog yes no no 3.84s
❌ SPELL cspell 3 8 0 3.5s

Detailed Issues

❌ SPELL / cspell - 8 errors
input/Index.cshtml:30:112    - Unknown word (TSYS)       -- We were acquired by TSYS, now
	 Suggestions: [TOYS, TSBS, TTYS, Toys, SYS]
input/Index.cshtml:37:15     - Unknown word (resumé)     -- <p>My resumé is available on <a href
	 Suggestions: [resume, relume, resumed, resumer, resumes]
input/Work.cshtml:2:10      - Unknown word (withinfocus) -- Entity: "withinfocus, Inc"
	 Suggestions: [withindoors]
input/Work.cshtml:7:35      - Unknown word (withinfocus) -- h1 class="display-1">withinfocus, Inc.</h1>
	 Suggestions: [withindoors]
input/Work.cshtml:88:56     - Unknown word (SDLC)        -- development lifecycle (SDLC) implementation</li
	 Suggestions: [SOLC, DSCL, SLDM, SLDX, SLD]
input/Work.cshtml:115:36    - Unknown word (Advisorship) -- Process Optimization & Advisorship</h3>
	 Suggestions: [Advisors]
input/Work.cshtml:152:16    - Unknown word (fintech)     -- in fintech, payments, mobile application
	 Suggestions: [finch, fitch, Finch, Fitch, fetch]
input/Work.cshtml:179:53    - Unknown word (advisorship) -- require ongoing strategic advisorship, we adapt our engagement
	 Suggestions: [advisors]
CSpell: Files checked: 3, Issues found: 8 in 2 files.


You can skip this misspellings by defining the following .cspell.json file at the root of your repository
Of course, please correct real typos before :)

{
    "version": "0.2",
    "language": "en",
    "ignorePaths": [
        "**/node_modules/**",
        "**/vscode-extension/**",
        "**/.git/**",
        "**/.pnpm-lock.json",
        ".vscode",
        "package-lock.json",
        "megalinter-reports"
    ],
    "words": [
        "Advisorship",
        "SDLC",
        "TSYS",
        "advisorship",
        "fintech",
        "resum\u00e9",
        "withinfocus"
    ]
}


You can also copy-paste megalinter-reports/.cspell.json at the root of your repository

See detailed reports in MegaLinter artifacts
Set VALIDATE_ALL_CODEBASE: true in mega-linter.yml to validate all sources, not only the diff

MegaLinter is graciously provided by OX Security

@withinfocus withinfocus merged commit 1ab1986 into develop Jan 30, 2026
1 of 2 checks passed
@withinfocus withinfocus deleted the advisory branch January 30, 2026 22:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants