2
0

Fix RSpec/SpecFilePathFormat cops (#27730)

This commit is contained in:
Matt Jankowski
2023-11-06 11:25:40 -05:00
committed by GitHub
parent c501d626e8
commit d6f50839e1
12 changed files with 17 additions and 13 deletions

View File

@@ -0,0 +1,7 @@
# frozen_string_literal: true
class NodeInfo::Adapter < ActiveModelSerializers::Adapter::Attributes
def self.default_key_transform
:camel_lower
end
end