This website requires JavaScript.
Explore
Help
Sign In
Mirrors
/
frankfurter
Watch
1
Star
0
Fork
0
You've already forked frankfurter
mirror of
https://github.com/hakanensari/frankfurter.git
synced
2024-11-22 11:02:30 +01:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
60fc23f4e2
frankfurter
/
Rakefile
4 lines
82 B
Ruby
Raw
Normal View
History
Unescape
Escape
Use Rubocop and fix existing offences
2016-10-11 17:54:28 +02:00
# frozen_string_literal: true
Rubocop fixes
2017-06-14 22:16:21 +02:00
Spring cleaning - bumped gems - rm bots - rm pry byebug - added rubocop-shopify and corrected generated warnings
2024-11-19 20:06:47 +01:00
Dir
.
glob
(
"
lib/tasks/*.rake
"
)
.
each
{
|
r
|
import
r
}
Reference in New Issue
Copy Permalink