We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c454e79 commit 23fd336Copy full SHA for 23fd336
3 files changed
.github/workflows/ci.yml
@@ -20,6 +20,6 @@ jobs:
20
- uses: actions/checkout@v4
21
- uses: ruby/setup-ruby@v1
22
with:
23
- ruby-version: '3.3'
+ ruby-version: '4.0'
24
bundler-cache: true
25
- run: bundle exec rubocop
.rubocop.yml
@@ -1,5 +1,6 @@
1
AllCops:
2
NewCops: enable
3
+ SuggestExtensions: false
4
5
plugins:
6
- rubocop-performance
spec/people_spec.rb
@@ -216,7 +216,7 @@
216
{
217
_embedded: {
218
'osdi:people': [
219
- identifiers: ["action_network:#{person_id}"]
+ { identifiers: ["action_network:#{person_id}"] }
220
]
221
}
222
}.to_json
@@ -265,7 +265,7 @@
265
266
267
268
269
270
271
0 commit comments