mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-24 20:36:49 +00:00
14 lines
162 B
YAML
14 lines
162 B
YAML
engines:
|
|
rubocop:
|
|
enabled: true
|
|
scss-lint:
|
|
enabled: true
|
|
ratings:
|
|
paths:
|
|
- app/**
|
|
- lib/**
|
|
- "**.rb"
|
|
exclude_paths:
|
|
- spec/**/*
|
|
- vendor/**/*
|