Skip to content

Instantly share code, notes, and snippets.

View AlyBadawy's full-sized avatar

Aly Badawy AlyBadawy

View GitHub Profile
AllCops:
NewCops: enable
Exclude:
- bin/yarn
- db/schema.rb
- vendor/**/*
- node_modules/**/*
- tmp/**/*
- public/**/*
- bin/**/*
@AlyBadawy
AlyBadawy / .overcommit.yml
Last active February 20, 2024 03:45
Rails + React Gists
PostCheckout:
BundleInstall:
enabled: true
PreCommit:
ALL:
problem_on_unmodified_line: warn
requires_files: true
required: false
quiet: false