Sha256: b9588acfa114e2a12ce93ac07a0f2227b46418d5c6040c84024e91d79a3a70eb
Contents?: true
Size: 768 Bytes
Versions: 6
Compression:
Stored size: 768 Bytes
Contents
inherit_from: - https://raw.githubusercontent.com/trailblazer/meta/master/rubocop.yml - .rubocop_todo.yml # Trailblazer uses constant named methods for macros. # Ignore the false positives in these files. Naming/MethodName: Exclude: - 'test/docs/macro_test.rb' - 'lib/trailblazer/operation/model.rb' - 'lib/trailblazer/operation/contract.rb' - 'lib/trailblazer/operation/auto_inject.rb' - 'lib/trailblazer/operation/wrap.rb' - 'lib/trailblazer/operation/validate.rb' - 'lib/trailblazer/operation/pundit.rb' - 'lib/trailblazer/operation/persist.rb' - 'lib/trailblazer/operation/rescue.rb' - 'lib/trailblazer/operation/callback.rb' - 'lib/trailblazer/operation/nested.rb' - 'lib/trailblazer/operation/guard.rb'
Version data entries
6 entries across 6 versions & 1 rubygems