Remove custom Danger check for frozen_string_literal comments
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.
Showing
This diff is collapsed.
Please register or sign in to comment