Skip to content

Commit e6a9290

Browse files
authored
Merge pull request #6151 from rubyforgood/fix-lint-2025-1
lint
2 parents eade038 + 51c4ae9 commit e6a9290

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.standard_todo.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,8 @@ ignore:
9090
- Rails/Blank
9191
- config/application.rb:
9292
- Style/RedundantInterpolation
93+
- config/initializers/bugsnag.rb:
94+
- Style/FileNull
9395
- db/seeds/db_populator.rb:
9496
- Rails/TimeZone
9597
- Rails/FindEach

scripts/generate_github_issues_for_missing_spec.rb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,5 @@
77
title = "Fix or remove xit-ignored test in #{filename}:#{line_number} '#{clean_test_name}'"
88
`gh issue create --title "#{title}" --body "#{title}"`
99
end
10-
end; nil
10+
end
11+
nil

0 commit comments

Comments
 (0)