Module: Linterbot
- Defined in:
- lib/linterbot.rb,
lib/linterbot/patch.rb,
lib/linterbot/runner.rb,
lib/linterbot/comment.rb,
lib/linterbot/version.rb,
lib/linterbot/description.rb,
lib/linterbot/pull_request.rb,
lib/linterbot/tty_approver.rb,
lib/linterbot/linter_report.rb,
lib/linterbot/result_handler.rb,
lib/linterbot/commit_approver.rb,
lib/linterbot/comment_generator.rb,
lib/linterbot/runner_configuration.rb,
lib/linterbot/pull_request_analyzer.rb,
lib/linterbot/tty_pull_request_commenter.rb,
lib/linterbot/pull_request_analysis_result.rb,
lib/linterbot/github_pull_request_commenter.rb
Defined Under Namespace
Classes: Comment, CommentGenerator, CommitApprover, GitHubPullRequestCommenter, LinterReport, Patch, PullRequest, PullRequestAnalysisResult, PullRequestAnalyzer, ResultHandler, Runner, RunnerConfiguration, TTYApprover, TTYPullRequestCommenter
Constant Summary collapse
- VERSION =
"0.2.7"- DESCRIPTION =
"A bot that parses swiftlint output and analyzes a GitHub pull request."