Skip to content

Instantly share code, notes, and snippets.

View bsdmad's full-sized avatar

BSDmad bsdmad

  • Yokohama, JAPAN
  • 06:11 (UTC +09:00)
  • X @bsdmad
View GitHub Profile
@isseu
isseu / Bitbucket Pipeline Rails.yml
Created December 13, 2016 17:11
To run rails with bitbucket pipeline CI
# This is a sample build configuration for Ruby.
# Check our guides at https://confluence.atlassian.com/x/VYk8Lw for more examples.
# Only use spaces to indent your .yml configuration.
# -----
# You can specify a custom docker image from Docker Hub as your build environment.
image: ruby:2.2.4
clone:
depth: 3
@onk
onk / .rubocop.yml
Last active January 15, 2018 02:30
僕の使っている .rubocop.yml
# rubocop v0.35.0 から inherit_gem という機能が増えたので gem にしました
# https://github.com/onk/onkcop
inherit_gem:
onkcop: "config/rubocop.yml"