Skip to content

Commit

Permalink
fix_hexlet_check_linter
Browse files Browse the repository at this point in the history
  • Loading branch information
usernaimandrey committed Aug 4, 2022
1 parent 5ce56ec commit 8848f35
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,4 @@ Style/AsciiComments:
Enabled: false

Rails/FilePath:
EnforcedStyle: arguments
EnforcedStyle: slashes
2 changes: 1 addition & 1 deletion config/environments/development.rb
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

# Enable/disable caching. By default caching is disabled.
# Run rails dev:cache to toggle caching.
if Rails.root.join('tmp', 'caching-dev.txt').exist?
if Rails.root.join('tmp/caching-dev.txt').exist?
config.action_controller.perform_caching = true
config.action_controller.enable_fragment_cache_logging = true

Expand Down

0 comments on commit 8848f35

Please sign in to comment.