mena-devs/tilde

View on GitHub
Capfile

Summary

Maintainability
Test Coverage

Showing 11 of 11 total issues

Prefer single-quoted strings when you don't need string interpolation or special symbols.
Open

require "capistrano/bundler"
Severity: Minor
Found in Capfile by rubocop

Prefer single-quoted strings when you don't need string interpolation or special symbols.
Open

require "airbrussh/capistrano"
Severity: Minor
Found in Capfile by rubocop

Prefer single-quoted strings when you don't need string interpolation or special symbols.
Open

require "whenever/capistrano"
Severity: Minor
Found in Capfile by rubocop

Prefer single-quoted strings when you don't need string interpolation or special symbols.
Open

require "capistrano/deploy"
Severity: Minor
Found in Capfile by rubocop

Prefer single-quoted strings when you don't need string interpolation or special symbols.
Open

require "capistrano/scm/git"
Severity: Minor
Found in Capfile by rubocop

Prefer single-quoted strings when you don't need string interpolation or special symbols.
Open

require "capistrano/lets-encrypt"
Severity: Minor
Found in Capfile by rubocop

Prefer single-quoted strings when you don't need string interpolation or special symbols.
Open

require "capistrano/setup"
Severity: Minor
Found in Capfile by rubocop

Prefer single-quoted strings when you don't need string interpolation or special symbols.
Open

require "capistrano/rails"
Severity: Minor
Found in Capfile by rubocop

Prefer single-quoted strings when you don't need string interpolation or special symbols.
Open

require "capistrano/mb"
Severity: Minor
Found in Capfile by rubocop

Prefer single-quoted strings when you don't need string interpolation or special symbols.
Open

require "capistrano-nc/nc"
Severity: Minor
Found in Capfile by rubocop

Prefer single-quoted strings when you don't need string interpolation or special symbols.
Open

Dir.glob("lib/capistrano/tasks/*.rake").each { |r| import r }
Severity: Minor
Found in Capfile by rubocop

There are no issues that match your filters.

Category
Status