Skip to content

Commit

Permalink
Why the line lengths?
Browse files Browse the repository at this point in the history
  • Loading branch information
CerealBoy committed Oct 20, 2018
1 parent f08d213 commit 7eb4e36
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .codeclimate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,7 @@ plugins:
enabled: true
markdownlint:
enabled: true
line-length:
config:
threshold: 120

5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
# go-id3

Go lib and binary for working with [id3v1](http://id3.org/ID3v1), [id3v2](http://id3.org/id3v2-00),
[id3v2.3](http://id3.org/id3v2.3.0), and [id3v2.4](http://id3.org/id3v2.4.0-structure) tags.
Go lib and binary for working with [id3v1](http://id3.org/ID3v1),
[id3v2](http://id3.org/id3v2-00), [id3v2.3](http://id3.org/id3v2.3.0),
and [id3v2.4](http://id3.org/id3v2.4.0-structure) tags.

[![GoDoc](https://godoc.org/github.com/cloudcloud/go-id3?status.svg)](https://godoc.org/github.com/cloudcloud/go-id3)
[![Circle CI](https://circleci.com/gh/cloudcloud/go-id3.svg?style=svg)](https://circleci.com/gh/cloudcloud/go-id3)
Expand Down

0 comments on commit 7eb4e36

Please sign in to comment.