File: ruby

package info (click to toggle)
check-all-the-things 2025.02.06
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 468 kB
  • sloc: python: 1,039; makefile: 17
file content (32 lines) | stat: -rw-r--r-- 984 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
[rubocop]
flags = fixme fixme-silent
apt = rubocop
# TODO: update it before releases:
# to_inspect function in TargetFinder class
# in target_finder.rb file in rubocop
files = *.rb
types = text/x-ruby
command = rubocop --config /dev/null

[roodi]
flags = fixme fixme-silent
apt = roodi
# TODO: update it before releases:
# collect_files function in Runner class
# in runner.rb file in roodi
files = *.rb
command = roodi

# TODO: ruby-lint https://github.com/YorickPeterse/ruby-lint
# TODO: ruby-reek
# TODO: http://ruby.sadi.st/
# TODO: bundler audit
# TODO: https://github.com/presidentbeef/brakeman
# TODO: disabling SSL: verify_mode = OpenSSL::SSL::VERIFY_NONE
# TODO: shell metacharacter injection: exec system backticks IO.popen Open3.popen3 Open4.popen4
# TODO: http://guides.rubyonrails.org/security.html
# TODO: https://people.eecs.berkeley.edu/~jnear/derailer/
# TODO: https://people.eecs.berkeley.edu/~jnear/space/
# TODO: https://github.com/seattlerb/flay

# vim:ft=dosini