ReanGD/go-web-search

View on GitHub

Showing 1 of 25 total issues

Line length
Open

[![Build Status](https://travis-ci.org/ReanGD/go-web-search.svg?branch=master)](https://travis-ci.org/ReanGD/go-web-search) [![codecov](https://codecov.io/gh/ReanGD/go-web-search/branch/master/graph/badge.svg)](https://codecov.io/gh/ReanGD/go-web-search) [![Go Report Card](https://goreportcard.com/badge/github.com/ReanGD/go-web-search)](https://goreportcard.com/report/github.com/ReanGD/go-web-search) [![Code Climate](https://codeclimate.com/github/ReanGD/go-web-search/badges/gpa.svg)](https://codeclimate.com/github/ReanGD/go-web-search) [![codebeat badge](https://codebeat.co/badges/1624e97c-0add-4030-98fa-4fce18994336)](https://codebeat.co/projects/github-com-reangd-go-web-search)
Severity: Info
Found in README.md by markdownlint

MD013 - Line length

Tags: line_length

Aliases: line-length Parameters: linelength, codeblocks, tables (number; default 80, boolean; default true)

This rule is triggered when there are lines that are longer than the configured line length (default: 80 characters). To fix this, split the line up into multiple lines.

This rule has an exception where there is no whitespace beyond the configured line length. This allows you to still include items such as long URLs without being forced to break them in the middle.

You also have the option to exclude this rule for code blocks and tables. To do this, set the code_blocks and/or tables parameters to false.

Code blocks are included in this rule by default since it is often a requirement for document readability, and tentatively compatible with code rules. Still, some languages do not lend themselves to short lines.

Severity
Category
Status
Source
Language