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

Coding style check produces error #2906

Closed
juliecbd opened this issue Jul 16, 2017 · 0 comments
Closed

Coding style check produces error #2906

juliecbd opened this issue Jul 16, 2017 · 0 comments
Assignees

Comments

@juliecbd
Copy link

juliecbd commented Jul 16, 2017

When I build paddle with the current version, I get the error below. It seems coding style checking is producing error. Is this desired? For example, don't we want just produce warning, not the error?

Paddle/paddle/function/RowConvOpGpu.cu:35:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
Paddle/paddle/function/RowConvOpGpu.cu:147:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
Paddle/paddle/function/RowConvOpGpu.cu:148:  Lines should very rarely be longer than 100 characters  [whitespace/line_length] [4]
Paddle/paddle/function/RowConvOpGpu.cu:152:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
Paddle/paddle/function/RowConvOpGpu.cu:202:  Lines should be <= 80 characters long  [whitespace/line_length] [2]
Paddle/paddle/function/RowConvOpGpu.cu:206:  Lines should very rarely be longer than 100 characters  [whitespace/line_length] [4]
Paddle/paddle/function/RowConvOpGpu.cu:242:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
Paddle/paddle/function/RowConvOpGpu.cu:315:  Line ends in whitespace.  Consider deleting these extra spaces.  [whitespace/end_of_line] [4]
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

No branches or pull requests

2 participants