We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef2016f commit 7d85e0fCopy full SHA for 7d85e0f
.rubocop.yml
@@ -94,6 +94,7 @@ Style/FrozenStringLiteralComment:
94
- 'actionpack/**/*'
95
- 'guides/**/*'
96
- 'tasks/**/*'
97
+ - 'tools/**/*'
98
Exclude:
99
- 'actionview/test/**/*.builder'
100
- 'actionview/test/**/*.ruby'
tools/console
@@ -1,4 +1,6 @@
1
#!/usr/bin/env ruby
2
+# frozen_string_literal: true
3
+
4
require "bundler"
5
Bundler.setup
6
tools/profile
# Profile require calls giving information about the time and the files that are called
# when loading the provided file.
#
tools/test.rb
@@ -1,3 +1,5 @@
$: << File.expand_path("test", COMPONENT_ROOT)
0 commit comments