We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0e9f164 + e84519c commit c346fbfCopy full SHA for c346fbf
.rubocop.yml
@@ -1,8 +1,5 @@
1
require:
2
- standard
3
- # TODO: Add cops later
4
- # - rubocop-rails
5
- # - rubocop-rspec
6
7
inherit_gem:
8
standard: config/base.yml
@@ -15,3 +12,9 @@ AllCops:
15
12
- '.git/**/*'
16
13
- 'build/**/*'
17
14
- 'rubies/**/*'
+ SuggestExtensions: false
+
+Lint/Debugger:
18
+ Enabled: true
19
+ DebuggerRequires:
20
+ - debug
app/controllers/searches_controller.rb
@@ -1,3 +1,5 @@
+# frozen_string_literal: true
class SearchesController < ApplicationController
rescue_from Searches::ParseFailed do |error|
respond_to do |format|
0 commit comments