File: fasterer.ok

package info (click to toggle)
golang-github-reviewdog-errorformat 0.0~git20220309.b075c45-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 900 kB
  • sloc: python: 59; xml: 13; javascript: 4; sh: 4; haskell: 3; makefile: 2
file content (4 lines) | stat: -rw-r--r-- 278 bytes parent folder | download | duplicates (2)
1
2
3
4
app/models/post.rb|57| Array#select.first is slower than Array#detect.
app/models/post.rb|61| Array#select.first is slower than Array#detect.
db/seeds/cities.rb|15| Hash#keys.each is slower than Hash#each_key.
db/seeds/cities.rb|33| Hash#keys.each is slower than Hash#each_key.