Skip to content
  • Markus Koller's avatar
    Remove custom Danger check for frozen_string_literal comments · 0b4aa0ef
    Markus Koller authored
    This is redundant with Rubocop's Style/FrozenStringLiteralComment cop,
    which we didn't have enabled when this was introduced.
    
    To preserve the same behaviour we also:
    
    - Switch to `EnforcedStyle: always_true`, to forbid `false` values.
    - Replace the wildcard list with an explicit list of all violations,
      so we still catch all newly added files.
    0b4aa0ef