Skip to content

GitLab

  • Menu
Projects Groups Snippets
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • S snp-best-practices
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 1
    • Issues 1
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 1
    • Merge requests 1
  • Deployments
    • Deployments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Packages & Registries
    • Packages & Registries
    • Infrastructure Registry
  • Analytics
    • Analytics
    • Repository
    • Value stream
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • saltpepper
  • snp-best-practices
  • Issues
  • #14

Closed
Open
Created Feb 02, 2015 by Ghost User@ghostContributor

unicorn.rb is not rubocop-compliant

config/unicorn.rb:13:4: C: Put one space between the method name and the first argument.
pid               "#{deploy_to}/shared/tmp/pids/unicorn.pid"
   ^^^^^^^^^^^^^^^
config/unicorn.rb:14:12: C: Put one space between the method name and the first argument.
stderr_path       "#{deploy_to}/shared/log/unicorn.stderr.log"
           ^^^^^^^
config/unicorn.rb:15:12: C: Put one space between the method name and the first argument.
stdout_path       "#{deploy_to}/shared/log/unicorn.stdout.log"
           ^^^^^^^
config/unicorn.rb:28:5: W: Do not suppress exceptions.
    rescue Errno::ENOENT, Errno::ESRCH
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Assignee
Assign to
Time tracking