Update lintr.yml #37
Annotations
1 error and 10 warnings
lint
Process completed with exit code 31.
|
lint:
R/Cluster.R#L15
file=R/Cluster.R,line=15,col=81,[line_length_linter] Lines should not be more than 80 characters. This line is 103 characters.
|
lint:
R/Cluster.R#L21
file=R/Cluster.R,line=21,col=81,[line_length_linter] Lines should not be more than 80 characters. This line is 111 characters.
|
lint:
R/Cluster.R#L22
file=R/Cluster.R,line=22,col=55,[indentation_linter] Hanging indent should be 60 spaces but is 55 spaces.
|
lint:
R/Cluster.R#L27
file=R/Cluster.R,line=27,col=21,[indentation_linter] Hanging indent should be 36 spaces but is 21 spaces.
|
lint:
R/Cluster.R#L29
file=R/Cluster.R,line=29,col=21,[indentation_linter] Hanging indent should be 43 spaces but is 21 spaces.
|
lint:
R/Cluster.R#L32
file=R/Cluster.R,line=32,col=21,[indentation_linter] Hanging indent should be 29 spaces but is 21 spaces.
|
lint:
R/Cluster.R#L53
file=R/Cluster.R,line=53,col=81,[line_length_linter] Lines should not be more than 80 characters. This line is 89 characters.
|
lint:
R/Cluster.R#L57
file=R/Cluster.R,line=57,col=1,[brace_linter] Opening curly braces should never go on their own line and should always be followed by a new line.
|
lint:
R/Cluster.R#L59
file=R/Cluster.R,line=59,col=3,[return_linter] Use implicit return behavior; explicit return() is not needed.
|
lint:
R/Cluster.R#L59
file=R/Cluster.R,line=59,col=9,[function_left_parentheses_linter] Remove spaces before the left parenthesis in a function call.
|