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

some changes #9

Merged
merged 2 commits into from
Sep 5, 2024

Merge branch 'master' into master

22fe874
Select commit
Loading
Failed to load commit list.
Merged

some changes #9

Merge branch 'master' into master
22fe874
Select commit
Loading
Failed to load commit list.
codefactor.io / CodeFactor failed Sep 5, 2024 in 2s

3 issues fixed. 6 issues found.

Annotations

Check notice on line 1045 in src/main.cpp

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

src/main.cpp#L1045

Redundant blank line at the start of a code block should be deleted. (whitespace/blank_line)

Check notice on line 896 in src/main.cpp

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

src/main.cpp#L896

Redundant blank line at the start of a code block should be deleted. (whitespace/blank_line)

Check notice on line 57 in src/capabilities/simplemd.h

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

src/capabilities/simplemd.h#L57

"virtual" is redundant since function is already declared as "override". (readability/inheritance)

Check notice on line 1630 in src/capabilities/simplemd.cpp

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

src/capabilities/simplemd.cpp#L1533-L1630

Complex Method

Check notice on line 512 in src/capabilities/simplemd.cpp

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

src/capabilities/simplemd.cpp#L512

Redundant blank line at the start of a code block should be deleted. (whitespace/blank_line)

Check notice on line 1588 in src/capabilities/simplemd.cpp

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

src/capabilities/simplemd.cpp#L1588

Redundant blank line at the start of a code block should be deleted. (whitespace/blank_line)