deepsourcestatus / test-repository

Duplicate magic comment found RB-W1008
Bug risk
Major
8 months ago8 months old
Duplicate magic comment detected.
 1# frozen_string_literal: true
 2
 3# Raises "bad ordering of magic comments"
 4# frozen_string_literal: true 5# encoding: ascii
 6
 7# Raises "use of deprecated BigDecimal.new"