Rakefile
Showing 2 of 2 total issues
Missing magic comment # frozen_string_literal: true
. Open
Open
# Add your own tasks in files placed in lib/tasks ending in .rake,
- Read upRead up
- Create a ticketCreate a ticket
- Exclude checks
Prefer single-quoted strings when you don't need string interpolation or special symbols. Open
Open
task default: "bundler:audit"
- Read upRead up
- Create a ticketCreate a ticket
- Exclude checks