The code powering m.abunchtell.com https://m.abunchtell.com
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
 
 
 
 

22 行
290 B

  1. engines:
  2. brakeman:
  3. enabled: true
  4. bundler-audit:
  5. enabled: true
  6. duplication:
  7. enabled: false
  8. eslint:
  9. enabled: true
  10. rubocop:
  11. enabled: true
  12. scss-lint:
  13. enabled: true
  14. ratings:
  15. paths:
  16. - "**.rb"
  17. - "**.js"
  18. - "**.scss"
  19. exclude_paths:
  20. - spec/
  21. - vendor/asset