• Markus Koller's avatar
    Remove custom Danger check for frozen_string_literal comments · 944ff4a6
    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.
    944ff4a6
gitlab_danger.rb 1.04 KB