Skip to content
This repository has been archived by the owner on Dec 1, 2023. It is now read-only.

Commit

Permalink
exclude config.ru from linting
Browse files Browse the repository at this point in the history
  • Loading branch information
Jammjammjamm committed May 31, 2019
1 parent 0dbaa6e commit d4880ff
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .rubocop_todo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@
# Note that changes in the inspected code, or installation of new
# versions of RuboCop, may require this file to be generated again.

AllCops:
Exclude:
- 'config.ru'

# Offense count: 1
Lint/AmbiguousBlockAssociation:
Exclude:
Expand Down
2 changes: 1 addition & 1 deletion config.ru
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# frozen_string_literal: true

# \ -s Thin -p 4567 -q
#\ -s Thin -p 4567 -q
require './lib/app'

run Inferno::App.new

0 comments on commit d4880ff

Please sign in to comment.