Skip to content
Snippets Groups Projects
Select Git revision
  • 3a078b2c26ad79e90d55bc29790e054f2eae6e16
  • master default protected
  • hsh_v3.11
  • hsh_v3.10-r6
  • hsh_v3.10-r3
  • v3.9-r9
  • v3.10-r6
  • v3.9-r8
  • v3.10-r5
  • v3.9-r7
  • v3.10-r4
  • v3.9-r6
  • v3.10-r3
  • v3.9-r5
  • v3.10-r2
  • v3.9-r4
  • v3.10-r1
  • v3.9-r3
  • v3.9-r2
  • v3.9-r1
  • v3.8-r5
  • v3.8-r4
  • v3.8-r3
  • v3.8-r2
  • v3.8-r1
25 results

theme_boost_campus.php

Blame
  • .rubocop.yml 507 B
    # -*- coding: utf-8 -*-
    # vim: ft=yaml
    ---
    # General overrides used across formulas in the org
    Layout/LineLength:
      # Increase from default of `80`
      # Based on https://github.com/PyCQA/flake8-bugbear#opinionated-warnings (`B950`)
      Max: 88
    Metrics/BlockLength:
      IgnoredMethods:
        - control
        - describe
      # Increase from default of `25`
      Max: 30
    Security/YAMLLoad:
      Exclude:
        - test/integration/**/_mapdata.rb
    
    # Any offenses that should be fixed, e.g. collected via. `rubocop --auto-gen-config`