Skip to content

feat: update ML-DSA-44 to FIPS204-final #1260

feat: update ML-DSA-44 to FIPS204-final

feat: update ML-DSA-44 to FIPS204-final #1260

GitHub Actions / cpplint completed Oct 7, 2024 in 0s

reviewdog [cpplint] report

reported by reviewdog 🐶

Findings (7)

src/zen_qp.c|107| Lines should be <= 120 characters long [whitespace/line_length] [2]
src/zen_qp.c|108| Lines should be <= 120 characters long [whitespace/line_length] [2]
src/zen_qp.c|985| Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/zen_qp.c|987| Missing space after ; [whitespace/semicolon] [3]
src/zen_qp.c|991| Missing space after ; [whitespace/semicolon] [3]
src/zen_qp.c|1083| Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
src/zen_qp.c|1089| Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]

Filtered Findings (0)

Annotations

Check warning on line 107 in src/zen_qp.c

See this annotation in the file changed.

@github-actions github-actions / cpplint

[cpplint] src/zen_qp.c#L107

 Lines should be <= 120 characters long  [whitespace/line_length] [2]
Raw output
src/zen_qp.c:107:  Lines should be <= 120 characters long  [whitespace/line_length] [2]

Check warning on line 108 in src/zen_qp.c

See this annotation in the file changed.

@github-actions github-actions / cpplint

[cpplint] src/zen_qp.c#L108

 Lines should be <= 120 characters long  [whitespace/line_length] [2]
Raw output
src/zen_qp.c:108:  Lines should be <= 120 characters long  [whitespace/line_length] [2]

Check warning on line 985 in src/zen_qp.c

See this annotation in the file changed.

@github-actions github-actions / cpplint

[cpplint] src/zen_qp.c#L985

 Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
Raw output
src/zen_qp.c:985:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]

Check warning on line 987 in src/zen_qp.c

See this annotation in the file changed.

@github-actions github-actions / cpplint

[cpplint] src/zen_qp.c#L987

 Missing space after ;  [whitespace/semicolon] [3]
Raw output
src/zen_qp.c:987:  Missing space after ;  [whitespace/semicolon] [3]

Check warning on line 991 in src/zen_qp.c

See this annotation in the file changed.

@github-actions github-actions / cpplint

[cpplint] src/zen_qp.c#L991

 Missing space after ;  [whitespace/semicolon] [3]
Raw output
src/zen_qp.c:991:  Missing space after ;  [whitespace/semicolon] [3]

Check warning on line 1083 in src/zen_qp.c

See this annotation in the file changed.

@github-actions github-actions / cpplint

[cpplint] src/zen_qp.c#L1083

 Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
Raw output
src/zen_qp.c:1083:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]

Check warning on line 1089 in src/zen_qp.c

See this annotation in the file changed.

@github-actions github-actions / cpplint

[cpplint] src/zen_qp.c#L1089

 Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
Raw output
src/zen_qp.c:1089:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]