File: fasterer.ok

package info (click to toggle)
golang-github-reviewdog-errorformat 0.0~git20240608.1d3280e-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 984 kB
  • sloc: python: 59; xml: 13; sh: 7; javascript: 4; haskell: 3; makefile: 3
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.