Skip to content

Commit

Permalink
Add spec/support/warnings.rb
Browse files Browse the repository at this point in the history
  • Loading branch information
File Sync committed Sep 21, 2023
1 parent 5bff7a5 commit a6576f9
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions spec/support/warnings.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# frozen_string_literal: true

# this file is managed by dry-rb/devtools project

require "warning"

Warning.ignore(%r{rspec/core})
Warning.ignore(%r{rspec/mocks})
Warning.ignore(/codacy/)
Warning[:experimental] = false if Warning.respond_to?(:[])

0 comments on commit a6576f9

Please sign in to comment.