Skip to content

Commit

Permalink
Bitrise support seems to be fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
mackoj committed Dec 18, 2019
1 parent 9b4a9e3 commit baa433c
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions Sources/CommandParser/Constant.swift
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@ import Foundation
extension String: Error {} // this should be replaced

let Overview = """
DrString
DrString
A Swift docstring linter, formatter, nitpicky assistant...
A Swift docstring linter, formatter, nitpicky assistant...
DrString helps you locate and fix docstring problems such as missing
documentation or whitespace errors. It help your team to write consistent
docstrings.
DrString helps you locate and fix docstring problems such as missing
documentation or whitespace errors. It help your team to write consistent
docstrings.
Learn more at: https://github.com/dduan/DrString
"""
Learn more at: https://github.com/dduan/DrString
"""

0 comments on commit baa433c

Please sign in to comment.