Skip to content

chore: ignore formating checks on windows #9

chore: ignore formating checks on windows

chore: ignore formating checks on windows #9

Triggered via push May 18, 2024 10:58
Status Success
Total duration 1m 41s
Artifacts

ci.yml

on: push
Matrix: specs
Fit to window
Zoom out
Zoom in

Annotations

34 warnings and 34 notices
Lint/MissingBlockArgument: src/markd/utils.cr#L5
Missing anonymous block argument. Use `&` as an argument name to indicate yielding method.
Lint/ShadowingOuterLocalVar: src/markd/utils.cr#L17
Shadowing outer local variable `text`
Lint/UselessAssign: spec/spec_helper.cr#L55
Useless assignment to variable `data`
Lint/UselessAssign: spec/spec_helper.cr#L56
Useless assignment to variable `delimiter`
Metrics/CyclomaticComplexity: spec/spec_helper.cr#L54
Cyclomatic complexity too high [21/10]
Lint/UselessAssign: src/markd/node.cr#L159
Useless assignment to variable `nxt`
Metrics/CyclomaticComplexity: src/markd/rules/heading.cr#L8
Cyclomatic complexity too high [11/10]
Metrics/CyclomaticComplexity: src/markd/renderer.cr#L52
Cyclomatic complexity too high [18/10]
Metrics/CyclomaticComplexity: src/markd/parsers/block.cr#L80
Cyclomatic complexity too high [29/10]
Metrics/CyclomaticComplexity: src/markd/rules/list.cr#L68
Cyclomatic complexity too high [18/10]
Lint/MissingBlockArgument: src/markd/renderers/html_renderer.cr#L225
Missing anonymous block argument. Use `&` as an argument name to indicate yielding method.
Lint/NotNil: src/markd/parsers/inline.cr#L253
Avoid using `not_nil!`
Lint/NotNil: src/markd/parsers/inline.cr#L753
Avoid using `not_nil!`
Metrics/CyclomaticComplexity: src/markd/parsers/inline.cr#L31
Cyclomatic complexity too high [14/10]
Metrics/CyclomaticComplexity: src/markd/parsers/inline.cr#L180
Cyclomatic complexity too high [23/10]
Metrics/CyclomaticComplexity: src/markd/parsers/inline.cr#L285
Cyclomatic complexity too high [31/10]
Metrics/CyclomaticComplexity: src/markd/parsers/inline.cr#L596
Cyclomatic complexity too high [22/10]
Lint/MissingBlockArgument: src/markd/utils.cr#L5
Missing anonymous block argument. Use `&` as an argument name to indicate yielding method.
Lint/ShadowingOuterLocalVar: src/markd/utils.cr#L17
Shadowing outer local variable `text`
Lint/UselessAssign: spec/spec_helper.cr#L55
Useless assignment to variable `data`
Lint/UselessAssign: spec/spec_helper.cr#L56
Useless assignment to variable `delimiter`
Metrics/CyclomaticComplexity: spec/spec_helper.cr#L54
Cyclomatic complexity too high [21/10]
Lint/UselessAssign: src/markd/node.cr#L159
Useless assignment to variable `nxt`
Metrics/CyclomaticComplexity: src/markd/rules/heading.cr#L8
Cyclomatic complexity too high [11/10]
Metrics/CyclomaticComplexity: src/markd/renderer.cr#L52
Cyclomatic complexity too high [18/10]
Metrics/CyclomaticComplexity: src/markd/parsers/block.cr#L80
Cyclomatic complexity too high [29/10]
Metrics/CyclomaticComplexity: src/markd/rules/list.cr#L68
Cyclomatic complexity too high [18/10]
Lint/MissingBlockArgument: src/markd/renderers/html_renderer.cr#L225
Missing anonymous block argument. Use `&` as an argument name to indicate yielding method.
Lint/NotNil: src/markd/parsers/inline.cr#L253
Avoid using `not_nil!`
Lint/NotNil: src/markd/parsers/inline.cr#L753
Avoid using `not_nil!`
Metrics/CyclomaticComplexity: src/markd/parsers/inline.cr#L31
Cyclomatic complexity too high [14/10]
Metrics/CyclomaticComplexity: src/markd/parsers/inline.cr#L180
Cyclomatic complexity too high [23/10]
Metrics/CyclomaticComplexity: src/markd/parsers/inline.cr#L285
Cyclomatic complexity too high [31/10]
Metrics/CyclomaticComplexity: src/markd/parsers/inline.cr#L596
Cyclomatic complexity too high [22/10]
Style/VerboseBlock: src/markd/utils.cr#L17
Use short block notation instead: `gsub(DECODE_ENTITIES_REGEX, &.[1].to_s)`
Naming/BlockParameterName: spec/spec_helper.cr#L67
Disallowed block parameter name found
Style/NegatedConditionsInUnless: src/markd/rules/list.cr#L11
Avoid negated conditions in unless blocks
Style/NegatedConditionsInUnless: src/markd/rules/list.cr#L146
Avoid negated conditions in unless blocks
Style/ParenthesesAroundCondition: src/markd/rules/list.cr#L9
Redundant parentheses
Naming/QueryBoolMethods: src/markd/parsers/inline.cr#L838
Consider using 'property?' for 'image'
Naming/QueryBoolMethods: src/markd/parsers/inline.cr#L839
Consider using 'property?' for 'active'
Naming/QueryBoolMethods: src/markd/parsers/inline.cr#L840
Consider using 'property?' for 'bracket_after'
Naming/QueryBoolMethods: src/markd/parsers/inline.cr#L854
Consider using 'property?' for 'can_open'
Naming/QueryBoolMethods: src/markd/parsers/inline.cr#L855
Consider using 'property?' for 'can_close'
Style/RedundantReturn: src/markd/parsers/inline.cr#L716
Redundant `return` detected
Style/RedundantReturn: src/markd/parsers/inline.cr#L731
Redundant `return` detected
Style/RedundantReturn: src/markd/parsers/inline.cr#L747
Redundant `return` detected
Style/VerboseBlock: src/markd/utils.cr#L17
Use short block notation instead: `gsub(DECODE_ENTITIES_REGEX, &.[1].to_s)`
Style/UnlessElse: src/markd/parsers/inline.cr#L330
Favour if over unless with else
Naming/BlockParameterName: spec/spec_helper.cr#L67
Disallowed block parameter name found
Style/NegatedConditionsInUnless: src/markd/rules/list.cr#L11
Avoid negated conditions in unless blocks
Style/NegatedConditionsInUnless: src/markd/rules/list.cr#L146
Avoid negated conditions in unless blocks
Style/ParenthesesAroundCondition: src/markd/rules/list.cr#L9
Redundant parentheses
Naming/QueryBoolMethods: src/markd/parsers/inline.cr#L838
Consider using 'property?' for 'image'
Naming/QueryBoolMethods: src/markd/parsers/inline.cr#L839
Consider using 'property?' for 'active'
Naming/QueryBoolMethods: src/markd/parsers/inline.cr#L840
Consider using 'property?' for 'bracket_after'
Naming/QueryBoolMethods: src/markd/parsers/inline.cr#L854
Consider using 'property?' for 'can_open'
Naming/QueryBoolMethods: src/markd/parsers/inline.cr#L855
Consider using 'property?' for 'can_close'
Style/RedundantReturn: src/markd/parsers/inline.cr#L716
Redundant `return` detected
Style/RedundantReturn: src/markd/parsers/inline.cr#L731
Redundant `return` detected
Style/RedundantReturn: src/markd/parsers/inline.cr#L747
Redundant `return` detected
Style/UnlessElse: src/markd/parsers/inline.cr#L330
Favour if over unless with else