Skip to content
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

chore: suspicious c++ code #354

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from

Update build-dictionary.cc

aad2ee0
Select commit
Loading
Failed to load commit list.
Draft

chore: suspicious c++ code #354

Update build-dictionary.cc
aad2ee0
Select commit
Loading
Failed to load commit list.
Aspect Workflows / Lint succeeded Sep 11, 2024 in 0s

Lint report

Issues have been found with the following files

  • File: speller/main/build-dictionary.cc, Line: 10

Details


ClangTidy found an issue

initialization of 'common_words' with static storage duration may throw an exception that cannot be caught [cert-err58-cpp]

Annotations

Check warning on line 10 in speller/main/build-dictionary.cc

See this annotation in the file changed.

@aspect-workflows aspect-workflows / Lint

ClangTidy found an issue

initialization of 'common_words' with static storage duration may throw an exception that cannot be caught [cert-err58-cpp]