zuora_connect_ui 0.9.2 → 0.10.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2203) hide show
  1. checksums.yaml +4 -4
  2. data/app/assets/javascripts/zuora_connect_ui/datatable.js +6 -3
  3. data/app/assets/stylesheets/zuora_connect_ui/input.scss +4 -2
  4. data/app/helpers/zuora_connect_ui/application_helper.rb +2 -2
  5. data/app/views/partials/_table.html.erb +10 -2
  6. data/lib/zuora_connect_ui.rb +1 -0
  7. data/lib/zuora_connect_ui/serializer.rb +87 -0
  8. data/lib/zuora_connect_ui/version.rb +1 -1
  9. data/vendor/ruby/2.6.0/cache/autoprefixer-rails-9.7.3.gem +0 -0
  10. data/vendor/ruby/2.6.0/cache/brakeman-4.7.2.gem +0 -0
  11. data/vendor/ruby/2.6.0/cache/ffi-1.11.3.gem +0 -0
  12. data/vendor/ruby/2.6.0/cache/loofah-2.4.0.gem +0 -0
  13. data/vendor/ruby/2.6.0/cache/nokogiri-1.10.7.gem +0 -0
  14. data/vendor/ruby/2.6.0/cache/oj-3.10.0.gem +0 -0
  15. data/vendor/ruby/2.6.0/cache/parallel-1.19.1.gem +0 -0
  16. data/vendor/ruby/2.6.0/cache/rubocop-0.77.0.gem +0 -0
  17. data/vendor/ruby/2.6.0/cache/zeitwerk-2.2.2.gem +0 -0
  18. data/vendor/ruby/2.6.0/extensions/x86_64-linux/2.6.0/ffi-1.11.3/ffi_c.so +0 -0
  19. data/vendor/ruby/2.6.0/extensions/x86_64-linux/2.6.0/ffi-1.11.3/gem.build_complete +0 -0
  20. data/vendor/ruby/2.6.0/extensions/x86_64-linux/2.6.0/ffi-1.11.3/gem_make.out +47 -0
  21. data/vendor/ruby/2.6.0/extensions/x86_64-linux/2.6.0/ffi-1.11.3/mkmf.log +432 -0
  22. data/vendor/ruby/2.6.0/extensions/x86_64-linux/2.6.0/nokogiri-1.10.7/gem.build_complete +0 -0
  23. data/vendor/ruby/2.6.0/extensions/x86_64-linux/2.6.0/nokogiri-1.10.7/gem_make.out +437 -0
  24. data/vendor/ruby/2.6.0/extensions/x86_64-linux/2.6.0/nokogiri-1.10.7/mkmf.log +558 -0
  25. data/vendor/ruby/2.6.0/extensions/x86_64-linux/2.6.0/nokogiri-1.10.7/nokogiri/nokogiri.so +0 -0
  26. data/vendor/ruby/2.6.0/extensions/x86_64-linux/2.6.0/oj-3.10.0/gem.build_complete +0 -0
  27. data/vendor/ruby/2.6.0/extensions/x86_64-linux/2.6.0/oj-3.10.0/gem_make.out +54 -0
  28. data/vendor/ruby/2.6.0/extensions/x86_64-linux/2.6.0/oj-3.10.0/oj/oj.so +0 -0
  29. data/vendor/ruby/2.6.0/gems/autoprefixer-rails-9.7.3/CHANGELOG.md +1111 -0
  30. data/vendor/ruby/2.6.0/gems/autoprefixer-rails-9.7.3/Gemfile +10 -0
  31. data/vendor/ruby/2.6.0/gems/autoprefixer-rails-9.7.3/LICENSE +20 -0
  32. data/vendor/ruby/2.6.0/gems/autoprefixer-rails-9.7.3/README.md +237 -0
  33. data/vendor/ruby/2.6.0/gems/autoprefixer-rails-9.7.3/Rakefile +53 -0
  34. data/vendor/ruby/2.6.0/gems/autoprefixer-rails-9.7.3/autoprefixer-rails.gemspec +32 -0
  35. data/vendor/ruby/2.6.0/gems/autoprefixer-rails-9.7.3/lib/autoprefixer-rails.rb +41 -0
  36. data/vendor/ruby/2.6.0/gems/autoprefixer-rails-9.7.3/lib/autoprefixer-rails/processor.rb +194 -0
  37. data/vendor/ruby/2.6.0/gems/autoprefixer-rails-9.7.3/lib/autoprefixer-rails/railtie.rb +50 -0
  38. data/vendor/ruby/2.6.0/gems/autoprefixer-rails-9.7.3/lib/autoprefixer-rails/result.rb +24 -0
  39. data/vendor/ruby/2.6.0/gems/autoprefixer-rails-9.7.3/lib/autoprefixer-rails/sprockets.rb +62 -0
  40. data/vendor/ruby/2.6.0/gems/autoprefixer-rails-9.7.3/lib/autoprefixer-rails/version.rb +3 -0
  41. data/vendor/ruby/2.6.0/gems/autoprefixer-rails-9.7.3/lib/rake/autoprefixer_tasks.rb +28 -0
  42. data/vendor/ruby/2.6.0/gems/autoprefixer-rails-9.7.3/spec/app/Rakefile +2 -0
  43. data/vendor/ruby/2.6.0/gems/autoprefixer-rails-9.7.3/spec/app/app/assets/config/manifest.js +0 -0
  44. data/vendor/ruby/2.6.0/gems/autoprefixer-rails-9.7.3/spec/app/app/assets/stylesheets/evaluate.css.erb +1 -0
  45. data/vendor/ruby/2.6.0/gems/autoprefixer-rails-9.7.3/spec/app/app/assets/stylesheets/loaded.sass +2 -0
  46. data/vendor/ruby/2.6.0/gems/autoprefixer-rails-9.7.3/spec/app/app/assets/stylesheets/sass.sass +1 -0
  47. data/vendor/ruby/2.6.0/gems/autoprefixer-rails-9.7.3/spec/app/app/assets/stylesheets/test.css +3 -0
  48. data/vendor/ruby/2.6.0/gems/autoprefixer-rails-9.7.3/spec/app/app/assets/stylesheets/wrong.css +2 -0
  49. data/vendor/ruby/2.6.0/gems/autoprefixer-rails-9.7.3/spec/app/app/controllers/application_controller.rb +2 -0
  50. data/vendor/ruby/2.6.0/gems/autoprefixer-rails-9.7.3/spec/app/app/controllers/css_controller.rb +6 -0
  51. data/vendor/ruby/2.6.0/gems/autoprefixer-rails-9.7.3/spec/app/config.ru +2 -0
  52. data/vendor/ruby/2.6.0/gems/autoprefixer-rails-9.7.3/spec/app/config/application.rb +16 -0
  53. data/vendor/ruby/2.6.0/gems/autoprefixer-rails-9.7.3/spec/app/config/autoprefixer.yml +2 -0
  54. data/vendor/ruby/2.6.0/gems/autoprefixer-rails-9.7.3/spec/app/config/boot.rb +2 -0
  55. data/vendor/ruby/2.6.0/gems/autoprefixer-rails-9.7.3/spec/app/config/environment.rb +3 -0
  56. data/vendor/ruby/2.6.0/gems/autoprefixer-rails-9.7.3/spec/app/config/environments/test.rb +9 -0
  57. data/vendor/ruby/2.6.0/gems/autoprefixer-rails-9.7.3/spec/app/config/initializers/secret_token.rb +1 -0
  58. data/vendor/ruby/2.6.0/gems/autoprefixer-rails-9.7.3/spec/app/config/routes.rb +3 -0
  59. data/vendor/ruby/2.6.0/gems/autoprefixer-rails-9.7.3/spec/autoprefixer_spec.rb +121 -0
  60. data/vendor/ruby/2.6.0/gems/autoprefixer-rails-9.7.3/spec/processor_spec.rb +25 -0
  61. data/vendor/ruby/2.6.0/gems/autoprefixer-rails-9.7.3/spec/rails_spec.rb +40 -0
  62. data/vendor/ruby/2.6.0/gems/autoprefixer-rails-9.7.3/spec/railtie_spec.rb +29 -0
  63. data/vendor/ruby/2.6.0/gems/autoprefixer-rails-9.7.3/spec/spec_helper.rb +16 -0
  64. data/vendor/ruby/2.6.0/gems/autoprefixer-rails-9.7.3/vendor/autoprefixer.js +68026 -0
  65. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/CHANGES.md +1185 -0
  66. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/FEATURES +16 -0
  67. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/README.md +199 -0
  68. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bin/brakeman +10 -0
  69. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/load.rb +14 -0
  70. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/erubis-2.7.0/CHANGES.txt +828 -0
  71. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/erubis-2.7.0/MIT-LICENSE +20 -0
  72. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/erubis-2.7.0/README.txt +102 -0
  73. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/erubis-2.7.0/contrib/erubis +3468 -0
  74. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/erubis-2.7.0/contrib/erubis-run.rb +132 -0
  75. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/erubis-2.7.0/contrib/inline-require +179 -0
  76. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/erubis-2.7.0/lib/erubis.rb +73 -0
  77. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/erubis-2.7.0/lib/erubis/context.rb +83 -0
  78. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/erubis-2.7.0/lib/erubis/converter.rb +357 -0
  79. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/erubis-2.7.0/lib/erubis/engine.rb +120 -0
  80. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/erubis-2.7.0/lib/erubis/engine/ec.rb +117 -0
  81. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/erubis-2.7.0/lib/erubis/engine/ecpp.rb +113 -0
  82. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/erubis-2.7.0/lib/erubis/engine/ejava.rb +110 -0
  83. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/erubis-2.7.0/lib/erubis/engine/ejavascript.rb +119 -0
  84. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/erubis-2.7.0/lib/erubis/engine/enhanced.rb +126 -0
  85. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/erubis-2.7.0/lib/erubis/engine/eperl.rb +95 -0
  86. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/erubis-2.7.0/lib/erubis/engine/ephp.rb +99 -0
  87. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/erubis-2.7.0/lib/erubis/engine/eruby.rb +125 -0
  88. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/erubis-2.7.0/lib/erubis/engine/escheme.rb +114 -0
  89. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/erubis-2.7.0/lib/erubis/engine/optimized.rb +127 -0
  90. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/erubis-2.7.0/lib/erubis/enhancer.rb +723 -0
  91. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/erubis-2.7.0/lib/erubis/error.rb +23 -0
  92. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/erubis-2.7.0/lib/erubis/evaluator.rb +88 -0
  93. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/erubis-2.7.0/lib/erubis/generator.rb +85 -0
  94. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/erubis-2.7.0/lib/erubis/helper.rb +47 -0
  95. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/erubis-2.7.0/lib/erubis/helpers/rails_form_helper.rb +197 -0
  96. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/erubis-2.7.0/lib/erubis/helpers/rails_helper.rb +353 -0
  97. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/erubis-2.7.0/lib/erubis/local-setting.rb +9 -0
  98. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/erubis-2.7.0/lib/erubis/main.rb +516 -0
  99. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/erubis-2.7.0/lib/erubis/preprocessing.rb +58 -0
  100. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/erubis-2.7.0/lib/erubis/tiny.rb +144 -0
  101. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/erubis-2.7.0/lib/erubis/util.rb +22 -0
  102. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/erubis-2.7.0/setup.rb +1331 -0
  103. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/haml-5.1.2/CHANGELOG.md +1481 -0
  104. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/haml-5.1.2/FAQ.md +147 -0
  105. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/haml-5.1.2/Gemfile +19 -0
  106. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/haml-5.1.2/MIT-LICENSE +20 -0
  107. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/haml-5.1.2/README.md +211 -0
  108. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/haml-5.1.2/REFERENCE.md +1351 -0
  109. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/haml-5.1.2/TODO +24 -0
  110. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/haml-5.1.2/haml.gemspec +44 -0
  111. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/haml-5.1.2/lib/haml.rb +25 -0
  112. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/haml-5.1.2/lib/haml/attribute_builder.rb +164 -0
  113. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/haml-5.1.2/lib/haml/attribute_compiler.rb +224 -0
  114. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/haml-5.1.2/lib/haml/attribute_parser.rb +150 -0
  115. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/haml-5.1.2/lib/haml/buffer.rb +238 -0
  116. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/haml-5.1.2/lib/haml/compiler.rb +330 -0
  117. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/haml-5.1.2/lib/haml/engine.rb +238 -0
  118. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/haml-5.1.2/lib/haml/error.rb +65 -0
  119. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/haml-5.1.2/lib/haml/escapable.rb +50 -0
  120. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/haml-5.1.2/lib/haml/exec.rb +347 -0
  121. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/haml-5.1.2/lib/haml/filters.rb +399 -0
  122. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/haml-5.1.2/lib/haml/generator.rb +42 -0
  123. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/haml-5.1.2/lib/haml/helpers.rb +703 -0
  124. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/haml-5.1.2/lib/haml/helpers/action_view_extensions.rb +60 -0
  125. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/haml-5.1.2/lib/haml/helpers/action_view_mods.rb +132 -0
  126. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/haml-5.1.2/lib/haml/helpers/action_view_xss_mods.rb +60 -0
  127. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/haml-5.1.2/lib/haml/helpers/safe_erubi_template.rb +20 -0
  128. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/haml-5.1.2/lib/haml/helpers/safe_erubis_template.rb +33 -0
  129. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/haml-5.1.2/lib/haml/helpers/xss_mods.rb +111 -0
  130. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/haml-5.1.2/lib/haml/options.rb +273 -0
  131. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/haml-5.1.2/lib/haml/parser.rb +828 -0
  132. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/haml-5.1.2/lib/haml/plugin.rb +37 -0
  133. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/haml-5.1.2/lib/haml/railtie.rb +48 -0
  134. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/haml-5.1.2/lib/haml/sass_rails_filter.rb +47 -0
  135. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/haml-5.1.2/lib/haml/template.rb +39 -0
  136. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/haml-5.1.2/lib/haml/template/options.rb +27 -0
  137. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/haml-5.1.2/lib/haml/temple_engine.rb +123 -0
  138. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/haml-5.1.2/lib/haml/temple_line_counter.rb +30 -0
  139. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/haml-5.1.2/lib/haml/util.rb +258 -0
  140. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/haml-5.1.2/lib/haml/version.rb +5 -0
  141. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/haml-5.1.2/yard/default/fulldoc/html/css/common.sass +15 -0
  142. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/haml-5.1.2/yard/default/layout/html/footer.erb +12 -0
  143. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/highline-2.0.3/AUTHORS +3 -0
  144. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/highline-2.0.3/COPYING +339 -0
  145. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/highline-2.0.3/Changelog.md +620 -0
  146. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/highline-2.0.3/Gemfile +22 -0
  147. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/highline-2.0.3/LICENSE +7 -0
  148. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/highline-2.0.3/README.md +202 -0
  149. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/highline-2.0.3/TODO +6 -0
  150. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/highline-2.0.3/appveyor.yml +37 -0
  151. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/highline-2.0.3/highline.gemspec +35 -0
  152. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/highline-2.0.3/lib/highline.rb +650 -0
  153. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/highline-2.0.3/lib/highline/builtin_styles.rb +129 -0
  154. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/highline-2.0.3/lib/highline/color_scheme.rb +151 -0
  155. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/highline-2.0.3/lib/highline/compatibility.rb +23 -0
  156. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/highline-2.0.3/lib/highline/custom_errors.rb +57 -0
  157. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/highline-2.0.3/lib/highline/import.rb +48 -0
  158. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/highline-2.0.3/lib/highline/io_console_compatible.rb +37 -0
  159. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/highline-2.0.3/lib/highline/list.rb +177 -0
  160. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/highline-2.0.3/lib/highline/list_renderer.rb +261 -0
  161. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/highline-2.0.3/lib/highline/menu.rb +576 -0
  162. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/highline-2.0.3/lib/highline/menu/item.rb +32 -0
  163. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/highline-2.0.3/lib/highline/paginator.rb +52 -0
  164. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/highline-2.0.3/lib/highline/question.rb +630 -0
  165. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/highline-2.0.3/lib/highline/question/answer_converter.rb +103 -0
  166. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/highline-2.0.3/lib/highline/question_asker.rb +150 -0
  167. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/highline-2.0.3/lib/highline/simulate.rb +59 -0
  168. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/highline-2.0.3/lib/highline/statement.rb +88 -0
  169. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/highline-2.0.3/lib/highline/string.rb +36 -0
  170. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/highline-2.0.3/lib/highline/string_extensions.rb +130 -0
  171. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/highline-2.0.3/lib/highline/style.rb +325 -0
  172. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/highline-2.0.3/lib/highline/template_renderer.rb +62 -0
  173. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/highline-2.0.3/lib/highline/terminal.rb +190 -0
  174. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/highline-2.0.3/lib/highline/terminal/io_console.rb +36 -0
  175. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/highline-2.0.3/lib/highline/terminal/ncurses.rb +38 -0
  176. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/highline-2.0.3/lib/highline/terminal/unix_stty.rb +51 -0
  177. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/highline-2.0.3/lib/highline/version.rb +6 -0
  178. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/highline-2.0.3/lib/highline/wrapper.rb +53 -0
  179. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/ruby2ruby-2.4.4/History.rdoc +435 -0
  180. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/ruby2ruby-2.4.4/Manifest.txt +8 -0
  181. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/ruby2ruby-2.4.4/README.rdoc +87 -0
  182. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/ruby2ruby-2.4.4/lib/ruby2ruby.rb +1309 -0
  183. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/ruby_parser-3.14.1/History.rdoc +1115 -0
  184. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/ruby_parser-3.14.1/Manifest.txt +37 -0
  185. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/ruby_parser-3.14.1/README.rdoc +109 -0
  186. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/ruby_parser-3.14.1/compare/normalize.rb +173 -0
  187. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/ruby_parser-3.14.1/debugging.md +18 -0
  188. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/ruby_parser-3.14.1/lib/rp_extensions.rb +74 -0
  189. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/ruby_parser-3.14.1/lib/rp_stringscanner.rb +64 -0
  190. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/ruby_parser-3.14.1/lib/ruby20_parser.rb +7045 -0
  191. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/ruby_parser-3.14.1/lib/ruby20_parser.y +2575 -0
  192. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/ruby_parser-3.14.1/lib/ruby21_parser.rb +7116 -0
  193. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/ruby_parser-3.14.1/lib/ruby21_parser.y +2594 -0
  194. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/ruby_parser-3.14.1/lib/ruby22_parser.rb +7149 -0
  195. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/ruby_parser-3.14.1/lib/ruby22_parser.y +2603 -0
  196. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/ruby_parser-3.14.1/lib/ruby23_parser.rb +7166 -0
  197. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/ruby_parser-3.14.1/lib/ruby23_parser.y +2605 -0
  198. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/ruby_parser-3.14.1/lib/ruby24_parser.rb +7178 -0
  199. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/ruby_parser-3.14.1/lib/ruby24_parser.y +2613 -0
  200. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/ruby_parser-3.14.1/lib/ruby25_parser.rb +7178 -0
  201. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/ruby_parser-3.14.1/lib/ruby25_parser.y +2613 -0
  202. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/ruby_parser-3.14.1/lib/ruby26_parser.rb +7198 -0
  203. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/ruby_parser-3.14.1/lib/ruby26_parser.y +2627 -0
  204. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/ruby_parser-3.14.1/lib/ruby_lexer.rb +1441 -0
  205. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/ruby_parser-3.14.1/lib/ruby_lexer.rex +179 -0
  206. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/ruby_parser-3.14.1/lib/ruby_lexer.rex.rb +365 -0
  207. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/ruby_parser-3.14.1/lib/ruby_parser.rb +92 -0
  208. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/ruby_parser-3.14.1/lib/ruby_parser.yy +2732 -0
  209. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/ruby_parser-3.14.1/lib/ruby_parser_extras.rb +1604 -0
  210. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/ruby_parser-3.14.1/tools/munge.rb +217 -0
  211. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/ruby_parser-3.14.1/tools/ripper.rb +39 -0
  212. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/ruby_parser-legacy-1.0.0/History.rdoc +6 -0
  213. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/ruby_parser-legacy-1.0.0/Manifest.txt +19 -0
  214. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/ruby_parser-legacy-1.0.0/README.rdoc +54 -0
  215. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/ruby_parser-legacy-1.0.0/lib/ruby_parser/legacy.rb +5 -0
  216. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/ruby_parser-legacy-1.0.0/lib/ruby_parser/legacy/ruby18_parser.rb +5794 -0
  217. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/ruby_parser-legacy-1.0.0/lib/ruby_parser/legacy/ruby18_parser.y +1909 -0
  218. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/ruby_parser-legacy-1.0.0/lib/ruby_parser/legacy/ruby19_parser.rb +6186 -0
  219. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/ruby_parser-legacy-1.0.0/lib/ruby_parser/legacy/ruby19_parser.y +2117 -0
  220. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/ruby_parser-legacy-1.0.0/lib/ruby_parser/legacy/ruby_lexer.rb +1412 -0
  221. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/ruby_parser-legacy-1.0.0/lib/ruby_parser/legacy/ruby_lexer.rex +179 -0
  222. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/ruby_parser-legacy-1.0.0/lib/ruby_parser/legacy/ruby_lexer.rex.rb +323 -0
  223. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/ruby_parser-legacy-1.0.0/lib/ruby_parser/legacy/ruby_parser.rb +30 -0
  224. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/ruby_parser-legacy-1.0.0/lib/ruby_parser/legacy/ruby_parser_extras.rb +1388 -0
  225. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/safe_yaml-1.0.5/CHANGES.md +154 -0
  226. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/safe_yaml-1.0.5/Gemfile +11 -0
  227. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/safe_yaml-1.0.5/LICENSE.txt +22 -0
  228. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/safe_yaml-1.0.5/README.md +191 -0
  229. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/safe_yaml-1.0.5/bundle_install_all_ruby_versions.sh +11 -0
  230. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/safe_yaml-1.0.5/lib/safe_yaml.rb +94 -0
  231. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/safe_yaml-1.0.5/lib/safe_yaml/deep.rb +34 -0
  232. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/safe_yaml-1.0.5/lib/safe_yaml/libyaml_checker.rb +36 -0
  233. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/safe_yaml-1.0.5/lib/safe_yaml/load.rb +181 -0
  234. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/safe_yaml-1.0.5/lib/safe_yaml/parse/date.rb +37 -0
  235. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/safe_yaml-1.0.5/lib/safe_yaml/parse/hexadecimal.rb +12 -0
  236. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/safe_yaml-1.0.5/lib/safe_yaml/parse/sexagesimal.rb +26 -0
  237. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/safe_yaml-1.0.5/lib/safe_yaml/psych_handler.rb +99 -0
  238. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/safe_yaml-1.0.5/lib/safe_yaml/psych_resolver.rb +52 -0
  239. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/safe_yaml-1.0.5/lib/safe_yaml/resolver.rb +94 -0
  240. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/safe_yaml-1.0.5/lib/safe_yaml/safe_to_ruby_visitor.rb +29 -0
  241. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/safe_yaml-1.0.5/lib/safe_yaml/store.rb +39 -0
  242. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/safe_yaml-1.0.5/lib/safe_yaml/syck_hack.rb +36 -0
  243. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/safe_yaml-1.0.5/lib/safe_yaml/syck_node_monkeypatch.rb +43 -0
  244. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/safe_yaml-1.0.5/lib/safe_yaml/syck_resolver.rb +38 -0
  245. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/safe_yaml-1.0.5/lib/safe_yaml/transform.rb +41 -0
  246. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/safe_yaml-1.0.5/lib/safe_yaml/transform/to_boolean.rb +21 -0
  247. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/safe_yaml-1.0.5/lib/safe_yaml/transform/to_date.rb +13 -0
  248. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/safe_yaml-1.0.5/lib/safe_yaml/transform/to_float.rb +33 -0
  249. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/safe_yaml-1.0.5/lib/safe_yaml/transform/to_integer.rb +26 -0
  250. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/safe_yaml-1.0.5/lib/safe_yaml/transform/to_nil.rb +18 -0
  251. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/safe_yaml-1.0.5/lib/safe_yaml/transform/to_symbol.rb +17 -0
  252. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/safe_yaml-1.0.5/lib/safe_yaml/transform/transformation_map.rb +47 -0
  253. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/safe_yaml-1.0.5/lib/safe_yaml/version.rb +3 -0
  254. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/safe_yaml-1.0.5/run_specs_all_ruby_versions.sh +38 -0
  255. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/safe_yaml-1.0.5/safe_yaml.gemspec +19 -0
  256. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/sexp_processor-4.13.0/History.rdoc +393 -0
  257. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/sexp_processor-4.13.0/Manifest.txt +15 -0
  258. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/sexp_processor-4.13.0/README.rdoc +93 -0
  259. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/sexp_processor-4.13.0/lib/composite_sexp_processor.rb +49 -0
  260. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/sexp_processor-4.13.0/lib/pt_testcase.rb +3128 -0
  261. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/sexp_processor-4.13.0/lib/sexp.rb +381 -0
  262. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/sexp_processor-4.13.0/lib/sexp_matcher.rb +1063 -0
  263. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/sexp_processor-4.13.0/lib/sexp_processor.rb +754 -0
  264. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/sexp_processor-4.13.0/lib/strict_sexp.rb +126 -0
  265. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/sexp_processor-4.13.0/lib/unique.rb +21 -0
  266. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/slim-4.0.1/CHANGES +456 -0
  267. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/slim-4.0.1/Gemfile +71 -0
  268. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/slim-4.0.1/LICENSE +21 -0
  269. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/slim-4.0.1/README.jp.md +1289 -0
  270. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/slim-4.0.1/README.md +1290 -0
  271. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/slim-4.0.1/lib/slim.rb +14 -0
  272. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/slim-4.0.1/lib/slim/code_attributes.rb +67 -0
  273. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/slim-4.0.1/lib/slim/command.rb +128 -0
  274. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/slim-4.0.1/lib/slim/controls.rb +60 -0
  275. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/slim-4.0.1/lib/slim/do_inserter.rb +33 -0
  276. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/slim-4.0.1/lib/slim/embedded.rb +248 -0
  277. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/slim-4.0.1/lib/slim/end_inserter.rb +62 -0
  278. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/slim-4.0.1/lib/slim/engine.rb +39 -0
  279. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/slim-4.0.1/lib/slim/erb_converter.rb +14 -0
  280. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/slim-4.0.1/lib/slim/filter.rb +30 -0
  281. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/slim-4.0.1/lib/slim/grammar.rb +23 -0
  282. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/slim-4.0.1/lib/slim/include.rb +57 -0
  283. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/slim-4.0.1/lib/slim/interpolation.rb +35 -0
  284. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/slim-4.0.1/lib/slim/logic_less.rb +5 -0
  285. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/slim-4.0.1/lib/slim/logic_less/context.rb +127 -0
  286. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/slim-4.0.1/lib/slim/logic_less/filter.rb +80 -0
  287. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/slim-4.0.1/lib/slim/parser.rb +548 -0
  288. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/slim-4.0.1/lib/slim/smart.rb +8 -0
  289. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/slim-4.0.1/lib/slim/smart/escaper.rb +42 -0
  290. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/slim-4.0.1/lib/slim/smart/filter.rb +96 -0
  291. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/slim-4.0.1/lib/slim/smart/parser.rb +34 -0
  292. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/slim-4.0.1/lib/slim/splat/builder.rb +107 -0
  293. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/slim-4.0.1/lib/slim/splat/filter.rb +91 -0
  294. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/slim-4.0.1/lib/slim/template.rb +19 -0
  295. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/slim-4.0.1/lib/slim/translator.rb +118 -0
  296. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/slim-4.0.1/lib/slim/version.rb +5 -0
  297. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/slim-4.0.1/slim.gemspec +24 -0
  298. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/temple-0.8.2/CHANGES +260 -0
  299. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/temple-0.8.2/EXPRESSIONS.md +262 -0
  300. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/temple-0.8.2/Gemfile +3 -0
  301. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/temple-0.8.2/LICENSE +20 -0
  302. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/temple-0.8.2/README.md +267 -0
  303. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/temple-0.8.2/lib/temple.rb +67 -0
  304. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/temple-0.8.2/lib/temple/engine.rb +67 -0
  305. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/temple-0.8.2/lib/temple/erb/engine.rb +15 -0
  306. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/temple-0.8.2/lib/temple/erb/parser.rb +40 -0
  307. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/temple-0.8.2/lib/temple/erb/template.rb +11 -0
  308. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/temple-0.8.2/lib/temple/erb/trimming.rb +23 -0
  309. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/temple-0.8.2/lib/temple/exceptions.rb +13 -0
  310. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/temple-0.8.2/lib/temple/filter.rb +9 -0
  311. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/temple-0.8.2/lib/temple/filters/code_merger.rb +30 -0
  312. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/temple-0.8.2/lib/temple/filters/control_flow.rb +42 -0
  313. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/temple-0.8.2/lib/temple/filters/dynamic_inliner.rb +71 -0
  314. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/temple-0.8.2/lib/temple/filters/encoding.rb +24 -0
  315. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/temple-0.8.2/lib/temple/filters/eraser.rb +22 -0
  316. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/temple-0.8.2/lib/temple/filters/escapable.rb +40 -0
  317. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/temple-0.8.2/lib/temple/filters/multi_flattener.rb +25 -0
  318. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/temple-0.8.2/lib/temple/filters/remove_bom.rb +13 -0
  319. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/temple-0.8.2/lib/temple/filters/static_analyzer.rb +30 -0
  320. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/temple-0.8.2/lib/temple/filters/static_merger.rb +37 -0
  321. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/temple-0.8.2/lib/temple/filters/string_splitter.rb +130 -0
  322. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/temple-0.8.2/lib/temple/filters/validator.rb +15 -0
  323. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/temple-0.8.2/lib/temple/generator.rb +88 -0
  324. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/temple-0.8.2/lib/temple/generators/array.rb +21 -0
  325. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/temple-0.8.2/lib/temple/generators/array_buffer.rb +29 -0
  326. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/temple-0.8.2/lib/temple/generators/erb.rb +32 -0
  327. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/temple-0.8.2/lib/temple/generators/rails_output_buffer.rb +35 -0
  328. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/temple-0.8.2/lib/temple/generators/string_buffer.rb +25 -0
  329. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/temple-0.8.2/lib/temple/grammar.rb +57 -0
  330. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/temple-0.8.2/lib/temple/html/attribute_merger.rb +42 -0
  331. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/temple-0.8.2/lib/temple/html/attribute_remover.rb +35 -0
  332. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/temple-0.8.2/lib/temple/html/attribute_sorter.rb +21 -0
  333. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/temple-0.8.2/lib/temple/html/dispatcher.rb +31 -0
  334. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/temple-0.8.2/lib/temple/html/fast.rb +130 -0
  335. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/temple-0.8.2/lib/temple/html/filter.rb +21 -0
  336. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/temple-0.8.2/lib/temple/html/pretty.rb +103 -0
  337. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/temple-0.8.2/lib/temple/html/safe.rb +23 -0
  338. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/temple-0.8.2/lib/temple/map.rb +105 -0
  339. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/temple-0.8.2/lib/temple/mixins/dispatcher.rb +161 -0
  340. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/temple-0.8.2/lib/temple/mixins/engine_dsl.rb +145 -0
  341. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/temple-0.8.2/lib/temple/mixins/grammar_dsl.rb +170 -0
  342. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/temple-0.8.2/lib/temple/mixins/options.rb +87 -0
  343. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/temple-0.8.2/lib/temple/mixins/template.rb +28 -0
  344. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/temple-0.8.2/lib/temple/parser.rb +8 -0
  345. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/temple-0.8.2/lib/temple/static_analyzer.rb +77 -0
  346. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/temple-0.8.2/lib/temple/templates.rb +11 -0
  347. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/temple-0.8.2/lib/temple/templates/rails.rb +26 -0
  348. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/temple-0.8.2/lib/temple/templates/tilt.rb +46 -0
  349. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/temple-0.8.2/lib/temple/utils.rb +101 -0
  350. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/temple-0.8.2/lib/temple/version.rb +3 -0
  351. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/temple-0.8.2/temple.gemspec +29 -0
  352. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/terminal-table-1.8.0/Gemfile +6 -0
  353. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/terminal-table-1.8.0/History.rdoc +85 -0
  354. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/terminal-table-1.8.0/LICENSE.txt +21 -0
  355. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/terminal-table-1.8.0/Manifest +27 -0
  356. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/terminal-table-1.8.0/README.rdoc +247 -0
  357. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/terminal-table-1.8.0/Todo.rdoc +14 -0
  358. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/terminal-table-1.8.0/lib/terminal-table.rb +26 -0
  359. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/terminal-table-1.8.0/lib/terminal-table/cell.rb +94 -0
  360. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/terminal-table-1.8.0/lib/terminal-table/import.rb +3 -0
  361. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/terminal-table-1.8.0/lib/terminal-table/row.rb +52 -0
  362. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/terminal-table-1.8.0/lib/terminal-table/separator.rb +14 -0
  363. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/terminal-table-1.8.0/lib/terminal-table/style.rb +79 -0
  364. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/terminal-table-1.8.0/lib/terminal-table/table.rb +343 -0
  365. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/terminal-table-1.8.0/lib/terminal-table/table_helper.rb +9 -0
  366. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/terminal-table-1.8.0/lib/terminal-table/version.rb +5 -0
  367. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/terminal-table-1.8.0/terminal-table.gemspec +26 -0
  368. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/tilt-2.0.10/COPYING +18 -0
  369. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/tilt-2.0.10/lib/tilt.rb +166 -0
  370. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/tilt-2.0.10/lib/tilt/asciidoc.rb +27 -0
  371. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/tilt-2.0.10/lib/tilt/babel.rb +16 -0
  372. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/tilt-2.0.10/lib/tilt/bluecloth.rb +24 -0
  373. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/tilt-2.0.10/lib/tilt/builder.rb +37 -0
  374. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/tilt-2.0.10/lib/tilt/coffee.rb +58 -0
  375. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/tilt-2.0.10/lib/tilt/commonmarker.rb +78 -0
  376. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/tilt-2.0.10/lib/tilt/creole.rb +25 -0
  377. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/tilt-2.0.10/lib/tilt/csv.rb +65 -0
  378. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/tilt-2.0.10/lib/tilt/dummy.rb +3 -0
  379. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/tilt-2.0.10/lib/tilt/erb.rb +63 -0
  380. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/tilt-2.0.10/lib/tilt/erubi.rb +32 -0
  381. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/tilt-2.0.10/lib/tilt/erubis.rb +43 -0
  382. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/tilt-2.0.10/lib/tilt/etanni.rb +27 -0
  383. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/tilt-2.0.10/lib/tilt/haml.rb +86 -0
  384. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/tilt-2.0.10/lib/tilt/kramdown.rb +25 -0
  385. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/tilt-2.0.10/lib/tilt/less.rb +30 -0
  386. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/tilt-2.0.10/lib/tilt/liquid.rb +44 -0
  387. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/tilt-2.0.10/lib/tilt/livescript.rb +23 -0
  388. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/tilt-2.0.10/lib/tilt/mapping.rb +293 -0
  389. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/tilt-2.0.10/lib/tilt/markaby.rb +45 -0
  390. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/tilt-2.0.10/lib/tilt/maruku.rb +22 -0
  391. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/tilt-2.0.10/lib/tilt/nokogiri.rb +36 -0
  392. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/tilt-2.0.10/lib/tilt/pandoc.rb +49 -0
  393. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/tilt-2.0.10/lib/tilt/plain.rb +16 -0
  394. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/tilt-2.0.10/lib/tilt/prawn.rb +43 -0
  395. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/tilt-2.0.10/lib/tilt/radius.rb +48 -0
  396. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/tilt-2.0.10/lib/tilt/rdiscount.rb +39 -0
  397. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/tilt-2.0.10/lib/tilt/rdoc.rb +40 -0
  398. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/tilt-2.0.10/lib/tilt/redcarpet.rb +83 -0
  399. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/tilt-2.0.10/lib/tilt/redcloth.rb +23 -0
  400. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/tilt-2.0.10/lib/tilt/rst-pandoc.rb +18 -0
  401. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/tilt-2.0.10/lib/tilt/sass.rb +52 -0
  402. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/tilt-2.0.10/lib/tilt/sigil.rb +34 -0
  403. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/tilt-2.0.10/lib/tilt/string.rb +21 -0
  404. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/tilt-2.0.10/lib/tilt/template.rb +297 -0
  405. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/tilt-2.0.10/lib/tilt/typescript.rb +26 -0
  406. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/tilt-2.0.10/lib/tilt/wikicloth.rb +22 -0
  407. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/tilt-2.0.10/lib/tilt/yajl.rb +87 -0
  408. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/unicode-display_width-1.6.0/CHANGELOG.md +125 -0
  409. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/unicode-display_width-1.6.0/MIT-LICENSE.txt +22 -0
  410. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/unicode-display_width-1.6.0/README.md +124 -0
  411. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/unicode-display_width-1.6.0/data/display_width.marshal.gz +0 -0
  412. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/unicode-display_width-1.6.0/lib/unicode/display_width.rb +51 -0
  413. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/unicode-display_width-1.6.0/lib/unicode/display_width/constants.rb +8 -0
  414. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/unicode-display_width-1.6.0/lib/unicode/display_width/index.rb +12 -0
  415. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/unicode-display_width-1.6.0/lib/unicode/display_width/no_string_ext.rb +7 -0
  416. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/bundle/ruby/2.6.0/gems/unicode-display_width-1.6.0/lib/unicode/display_width/string_ext.rb +17 -0
  417. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/lib/brakeman.rb +553 -0
  418. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/lib/brakeman/app_tree.rb +217 -0
  419. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/lib/brakeman/call_index.rb +261 -0
  420. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/lib/brakeman/checks.rb +217 -0
  421. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/lib/brakeman/checks/base_check.rb +507 -0
  422. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/lib/brakeman/checks/check_basic_auth.rb +88 -0
  423. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/lib/brakeman/checks/check_basic_auth_timing_attack.rb +33 -0
  424. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/lib/brakeman/checks/check_content_tag.rb +212 -0
  425. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/lib/brakeman/checks/check_cookie_serialization.rb +22 -0
  426. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/lib/brakeman/checks/check_create_with.rb +74 -0
  427. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/lib/brakeman/checks/check_cross_site_scripting.rb +386 -0
  428. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/lib/brakeman/checks/check_default_routes.rb +91 -0
  429. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/lib/brakeman/checks/check_deserialize.rb +105 -0
  430. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/lib/brakeman/checks/check_detailed_exceptions.rb +55 -0
  431. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/lib/brakeman/checks/check_digest_dos.rb +38 -0
  432. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/lib/brakeman/checks/check_divide_by_zero.rb +42 -0
  433. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/lib/brakeman/checks/check_dynamic_finders.rb +48 -0
  434. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/lib/brakeman/checks/check_escape_function.rb +21 -0
  435. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/lib/brakeman/checks/check_evaluation.rb +34 -0
  436. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/lib/brakeman/checks/check_execute.rb +233 -0
  437. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/lib/brakeman/checks/check_file_access.rb +87 -0
  438. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/lib/brakeman/checks/check_file_disclosure.rb +35 -0
  439. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/lib/brakeman/checks/check_filter_skipping.rb +31 -0
  440. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/lib/brakeman/checks/check_force_ssl.rb +27 -0
  441. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/lib/brakeman/checks/check_forgery_setting.rb +81 -0
  442. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/lib/brakeman/checks/check_header_dos.rb +31 -0
  443. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/lib/brakeman/checks/check_i18n_xss.rb +48 -0
  444. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/lib/brakeman/checks/check_jruby_xml.rb +36 -0
  445. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/lib/brakeman/checks/check_json_encoding.rb +47 -0
  446. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/lib/brakeman/checks/check_json_parsing.rb +109 -0
  447. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/lib/brakeman/checks/check_link_to.rb +132 -0
  448. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/lib/brakeman/checks/check_link_to_href.rb +151 -0
  449. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/lib/brakeman/checks/check_mail_to.rb +49 -0
  450. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/lib/brakeman/checks/check_mass_assignment.rb +196 -0
  451. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/lib/brakeman/checks/check_mime_type_dos.rb +39 -0
  452. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/lib/brakeman/checks/check_model_attr_accessible.rb +55 -0
  453. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/lib/brakeman/checks/check_model_attributes.rb +81 -0
  454. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/lib/brakeman/checks/check_model_serialize.rb +67 -0
  455. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/lib/brakeman/checks/check_nested_attributes.rb +38 -0
  456. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/lib/brakeman/checks/check_nested_attributes_bypass.rb +58 -0
  457. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/lib/brakeman/checks/check_number_to_currency.rb +74 -0
  458. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/lib/brakeman/checks/check_permit_attributes.rb +43 -0
  459. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/lib/brakeman/checks/check_quote_table_name.rb +40 -0
  460. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/lib/brakeman/checks/check_redirect.rb +256 -0
  461. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/lib/brakeman/checks/check_regex_dos.rb +68 -0
  462. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/lib/brakeman/checks/check_render.rb +97 -0
  463. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/lib/brakeman/checks/check_render_dos.rb +37 -0
  464. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/lib/brakeman/checks/check_render_inline.rb +53 -0
  465. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/lib/brakeman/checks/check_response_splitting.rb +21 -0
  466. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/lib/brakeman/checks/check_reverse_tabnabbing.rb +58 -0
  467. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/lib/brakeman/checks/check_route_dos.rb +42 -0
  468. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/lib/brakeman/checks/check_safe_buffer_manipulation.rb +31 -0
  469. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/lib/brakeman/checks/check_sanitize_methods.rb +112 -0
  470. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/lib/brakeman/checks/check_secrets.rb +40 -0
  471. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/lib/brakeman/checks/check_select_tag.rb +59 -0
  472. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/lib/brakeman/checks/check_select_vulnerability.rb +60 -0
  473. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/lib/brakeman/checks/check_send.rb +46 -0
  474. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/lib/brakeman/checks/check_send_file.rb +19 -0
  475. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/lib/brakeman/checks/check_session_manipulation.rb +34 -0
  476. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/lib/brakeman/checks/check_session_settings.rb +179 -0
  477. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/lib/brakeman/checks/check_simple_format.rb +63 -0
  478. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/lib/brakeman/checks/check_single_quotes.rb +105 -0
  479. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/lib/brakeman/checks/check_skip_before_filter.rb +60 -0
  480. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/lib/brakeman/checks/check_sprockets_path_traversal.rb +39 -0
  481. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/lib/brakeman/checks/check_sql.rb +709 -0
  482. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/lib/brakeman/checks/check_sql_cves.rb +106 -0
  483. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/lib/brakeman/checks/check_ssl_verify.rb +48 -0
  484. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/lib/brakeman/checks/check_strip_tags.rb +91 -0
  485. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/lib/brakeman/checks/check_symbol_dos.rb +71 -0
  486. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/lib/brakeman/checks/check_symbol_dos_cve.rb +30 -0
  487. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/lib/brakeman/checks/check_translate_bug.rb +45 -0
  488. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/lib/brakeman/checks/check_unsafe_reflection.rb +50 -0
  489. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/lib/brakeman/checks/check_unscoped_find.rb +57 -0
  490. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/lib/brakeman/checks/check_validation_regex.rb +116 -0
  491. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/lib/brakeman/checks/check_weak_hash.rb +147 -0
  492. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/lib/brakeman/checks/check_without_protection.rb +80 -0
  493. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/lib/brakeman/checks/check_xml_dos.rb +45 -0
  494. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/lib/brakeman/checks/check_yaml_parsing.rb +113 -0
  495. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/lib/brakeman/codeclimate/engine_configuration.rb +97 -0
  496. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/lib/brakeman/commandline.rb +179 -0
  497. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/lib/brakeman/differ.rb +54 -0
  498. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/lib/brakeman/file_parser.rb +52 -0
  499. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/lib/brakeman/file_path.rb +85 -0
  500. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/lib/brakeman/format/style.css +141 -0
  501. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/lib/brakeman/messages.rb +220 -0
  502. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/lib/brakeman/options.rb +359 -0
  503. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/lib/brakeman/parsers/haml_embedded.rb +44 -0
  504. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/lib/brakeman/parsers/rails2_erubis.rb +6 -0
  505. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/lib/brakeman/parsers/rails2_xss_plugin_erubis.rb +48 -0
  506. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/lib/brakeman/parsers/rails3_erubis.rb +81 -0
  507. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/lib/brakeman/parsers/slim_embedded.rb +44 -0
  508. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/lib/brakeman/parsers/template_parser.rb +108 -0
  509. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/lib/brakeman/processor.rb +101 -0
  510. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/lib/brakeman/processors/alias_processor.rb +1278 -0
  511. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/lib/brakeman/processors/base_processor.rb +298 -0
  512. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/lib/brakeman/processors/config_processor.rb +17 -0
  513. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/lib/brakeman/processors/controller_alias_processor.rb +281 -0
  514. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/lib/brakeman/processors/controller_processor.rb +245 -0
  515. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/lib/brakeman/processors/erb_template_processor.rb +77 -0
  516. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/lib/brakeman/processors/erubis_template_processor.rb +92 -0
  517. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/lib/brakeman/processors/gem_processor.rb +100 -0
  518. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/lib/brakeman/processors/haml_template_processor.rb +160 -0
  519. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/lib/brakeman/processors/lib/basic_processor.rb +37 -0
  520. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/lib/brakeman/processors/lib/call_conversion_helper.rb +96 -0
  521. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/lib/brakeman/processors/lib/find_all_calls.rb +247 -0
  522. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/lib/brakeman/processors/lib/find_call.rb +122 -0
  523. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/lib/brakeman/processors/lib/find_return_value.rb +166 -0
  524. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/lib/brakeman/processors/lib/module_helper.rb +111 -0
  525. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/lib/brakeman/processors/lib/processor_helper.rb +88 -0
  526. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/lib/brakeman/processors/lib/rails2_config_processor.rb +145 -0
  527. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/lib/brakeman/processors/lib/rails2_route_processor.rb +313 -0
  528. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/lib/brakeman/processors/lib/rails3_config_processor.rb +132 -0
  529. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/lib/brakeman/processors/lib/rails3_route_processor.rb +306 -0
  530. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/lib/brakeman/processors/lib/rails4_config_processor.rb +18 -0
  531. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/lib/brakeman/processors/lib/render_helper.rb +186 -0
  532. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/lib/brakeman/processors/lib/render_path.rb +139 -0
  533. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/lib/brakeman/processors/lib/route_helper.rb +68 -0
  534. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/lib/brakeman/processors/lib/safe_call_helper.rb +16 -0
  535. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/lib/brakeman/processors/library_processor.rb +74 -0
  536. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/lib/brakeman/processors/model_processor.rb +90 -0
  537. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/lib/brakeman/processors/output_processor.rb +149 -0
  538. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/lib/brakeman/processors/route_processor.rb +17 -0
  539. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/lib/brakeman/processors/slim_template_processor.rb +127 -0
  540. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/lib/brakeman/processors/template_alias_processor.rb +145 -0
  541. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/lib/brakeman/processors/template_processor.rb +89 -0
  542. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/lib/brakeman/report.rb +88 -0
  543. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/lib/brakeman/report/config/remediation.yml +71 -0
  544. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/lib/brakeman/report/ignore/config.rb +152 -0
  545. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/lib/brakeman/report/ignore/interactive.rb +362 -0
  546. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/lib/brakeman/report/pager.rb +113 -0
  547. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/lib/brakeman/report/renderer.rb +24 -0
  548. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/lib/brakeman/report/report_base.rb +193 -0
  549. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/lib/brakeman/report/report_codeclimate.rb +79 -0
  550. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/lib/brakeman/report/report_csv.rb +72 -0
  551. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/lib/brakeman/report/report_hash.rb +23 -0
  552. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/lib/brakeman/report/report_html.rb +219 -0
  553. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/lib/brakeman/report/report_json.rb +43 -0
  554. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/lib/brakeman/report/report_markdown.rb +114 -0
  555. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/lib/brakeman/report/report_table.rb +290 -0
  556. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/lib/brakeman/report/report_tabs.rb +19 -0
  557. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/lib/brakeman/report/report_text.rb +213 -0
  558. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/lib/brakeman/report/templates/controller_overview.html.erb +22 -0
  559. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/lib/brakeman/report/templates/controller_warnings.html.erb +21 -0
  560. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/lib/brakeman/report/templates/error_overview.html.erb +29 -0
  561. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/lib/brakeman/report/templates/header.html.erb +58 -0
  562. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/lib/brakeman/report/templates/ignored_warnings.html.erb +25 -0
  563. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/lib/brakeman/report/templates/model_warnings.html.erb +21 -0
  564. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/lib/brakeman/report/templates/overview.html.erb +38 -0
  565. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/lib/brakeman/report/templates/security_warnings.html.erb +23 -0
  566. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/lib/brakeman/report/templates/template_overview.html.erb +21 -0
  567. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/lib/brakeman/report/templates/view_warnings.html.erb +34 -0
  568. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/lib/brakeman/report/templates/warning_overview.html.erb +17 -0
  569. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/lib/brakeman/rescanner.rb +484 -0
  570. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/lib/brakeman/scanner.rb +331 -0
  571. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/lib/brakeman/tracker.rb +390 -0
  572. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/lib/brakeman/tracker/collection.rb +94 -0
  573. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/lib/brakeman/tracker/config.rb +150 -0
  574. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/lib/brakeman/tracker/constants.rb +172 -0
  575. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/lib/brakeman/tracker/controller.rb +161 -0
  576. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/lib/brakeman/tracker/library.rb +17 -0
  577. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/lib/brakeman/tracker/model.rb +90 -0
  578. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/lib/brakeman/tracker/template.rb +33 -0
  579. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/lib/brakeman/util.rb +359 -0
  580. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/lib/brakeman/version.rb +3 -0
  581. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/lib/brakeman/warning.rb +313 -0
  582. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/lib/brakeman/warning_codes.rb +122 -0
  583. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/lib/ruby_parser/bm_sexp.rb +631 -0
  584. data/vendor/ruby/2.6.0/gems/brakeman-4.7.2/lib/ruby_parser/bm_sexp_processor.rb +117 -0
  585. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/CHANGELOG.md +154 -0
  586. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/COPYING +49 -0
  587. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/Gemfile +15 -0
  588. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/LICENSE +24 -0
  589. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/LICENSE.SPECS +22 -0
  590. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/README.md +115 -0
  591. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/Rakefile +196 -0
  592. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/AbstractMemory.c +1105 -0
  593. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/AbstractMemory.h +175 -0
  594. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/AbstractMemory.o +0 -0
  595. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/ArrayType.c +162 -0
  596. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/ArrayType.h +59 -0
  597. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/ArrayType.o +0 -0
  598. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/Buffer.c +365 -0
  599. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/Buffer.o +0 -0
  600. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/Call.c +499 -0
  601. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/Call.h +107 -0
  602. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/Call.o +0 -0
  603. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/ClosurePool.c +283 -0
  604. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/ClosurePool.h +57 -0
  605. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/ClosurePool.o +0 -0
  606. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/DynamicLibrary.c +339 -0
  607. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/DynamicLibrary.h +98 -0
  608. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/DynamicLibrary.o +0 -0
  609. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/Function.c +917 -0
  610. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/Function.h +87 -0
  611. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/Function.o +0 -0
  612. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/FunctionInfo.c +271 -0
  613. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/FunctionInfo.o +0 -0
  614. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/LastError.c +229 -0
  615. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/LastError.h +47 -0
  616. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/LastError.o +0 -0
  617. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/LongDouble.c +63 -0
  618. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/LongDouble.h +51 -0
  619. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/LongDouble.o +0 -0
  620. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/Makefile +266 -0
  621. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/MappedType.c +168 -0
  622. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/MappedType.h +59 -0
  623. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/MappedType.o +0 -0
  624. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/MemoryPointer.c +197 -0
  625. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/MemoryPointer.h +53 -0
  626. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/MemoryPointer.o +0 -0
  627. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/MethodHandle.c +358 -0
  628. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/MethodHandle.h +55 -0
  629. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/MethodHandle.o +0 -0
  630. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/Platform.c +82 -0
  631. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/Platform.h +45 -0
  632. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/Platform.o +0 -0
  633. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/Pointer.c +508 -0
  634. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/Pointer.h +63 -0
  635. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/Pointer.o +0 -0
  636. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/Struct.c +829 -0
  637. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/Struct.h +106 -0
  638. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/Struct.o +0 -0
  639. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/StructByValue.c +150 -0
  640. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/StructByValue.h +55 -0
  641. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/StructByValue.o +0 -0
  642. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/StructLayout.c +698 -0
  643. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/StructLayout.o +0 -0
  644. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/Thread.c +137 -0
  645. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/Thread.h +84 -0
  646. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/Thread.o +0 -0
  647. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/Type.c +379 -0
  648. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/Type.h +61 -0
  649. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/Type.o +0 -0
  650. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/Types.c +139 -0
  651. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/Types.h +89 -0
  652. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/Types.o +0 -0
  653. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/Variadic.c +298 -0
  654. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/Variadic.o +0 -0
  655. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/compat.h +78 -0
  656. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/extconf.h +12 -0
  657. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/extconf.rb +86 -0
  658. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/ffi.c +93 -0
  659. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/ffi.o +0 -0
  660. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/ffi_c.so +0 -0
  661. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi.bsd.mk +40 -0
  662. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi.darwin.mk +105 -0
  663. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi.gnu.mk +32 -0
  664. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi.mk +18 -0
  665. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi.vc.mk +26 -0
  666. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi.vc64.mk +26 -0
  667. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/ChangeLog.libffi +584 -0
  668. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/ChangeLog.libffi-3.1 +6000 -0
  669. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/ChangeLog.libgcj +40 -0
  670. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/ChangeLog.v1 +764 -0
  671. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/LICENSE +21 -0
  672. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/LICENSE-BUILDTOOLS +353 -0
  673. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/Makefile.am +158 -0
  674. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/Makefile.in +1809 -0
  675. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/README.md +470 -0
  676. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/acinclude.m4 +479 -0
  677. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/autogen.sh +2 -0
  678. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/config.guess +1466 -0
  679. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/config.sub +1836 -0
  680. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/configure +21978 -0
  681. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/configure.ac +394 -0
  682. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/configure.host +303 -0
  683. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/doc/Makefile.am +3 -0
  684. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/doc/Makefile.in +811 -0
  685. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/doc/libffi.texi +985 -0
  686. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/doc/version.texi +4 -0
  687. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/fficonfig.h.in +210 -0
  688. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/generate-darwin-source-and-headers.py +203 -0
  689. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/include/Makefile.am +9 -0
  690. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/include/Makefile.in +604 -0
  691. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/include/ffi.h.in +515 -0
  692. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/include/ffi_cfi.h +55 -0
  693. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/include/ffi_common.h +153 -0
  694. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/install-sh +508 -0
  695. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/libffi.map.in +80 -0
  696. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/libffi.pc.in +11 -0
  697. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/libffi.xcodeproj/project.pbxproj +1043 -0
  698. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/libtool-ldflags +106 -0
  699. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/libtool-version +29 -0
  700. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/ltmain.sh +11156 -0
  701. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/m4/asmcfi.m4 +13 -0
  702. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/m4/ax_append_flag.m4 +71 -0
  703. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/m4/ax_cc_maxopt.m4 +194 -0
  704. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/m4/ax_cflags_warn_all.m4 +122 -0
  705. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/m4/ax_check_compile_flag.m4 +74 -0
  706. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/m4/ax_compiler_vendor.m4 +87 -0
  707. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/m4/ax_configure_args.m4 +70 -0
  708. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/m4/ax_enable_builddir.m4 +302 -0
  709. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/m4/ax_gcc_archflag.m4 +263 -0
  710. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/m4/ax_gcc_x86_cpuid.m4 +89 -0
  711. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/m4/ax_require_defined.m4 +37 -0
  712. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/make_sunver.pl +333 -0
  713. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/man/Makefile.am +8 -0
  714. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/man/Makefile.in +558 -0
  715. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/man/ffi.3 +41 -0
  716. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/man/ffi_call.3 +103 -0
  717. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/man/ffi_prep_cif.3 +68 -0
  718. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/man/ffi_prep_cif_var.3 +73 -0
  719. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/missing +215 -0
  720. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/msvc_build/aarch64/Ffi_staticLib.sln +33 -0
  721. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/msvc_build/aarch64/Ffi_staticLib.vcxproj +130 -0
  722. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/msvc_build/aarch64/Ffi_staticLib.vcxproj.filters +57 -0
  723. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/msvc_build/aarch64/Ffi_staticLib.vcxproj.user +4 -0
  724. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/msvc_build/aarch64/aarch64_include/ffi.h +511 -0
  725. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/msvc_build/aarch64/aarch64_include/fficonfig.h +219 -0
  726. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/msvcc.sh +353 -0
  727. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/src/aarch64/ffi.c +1009 -0
  728. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/src/aarch64/ffitarget.h +92 -0
  729. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/src/aarch64/internal.h +67 -0
  730. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/src/aarch64/sysv.S +440 -0
  731. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/src/aarch64/win64_armasm.S +506 -0
  732. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/src/alpha/ffi.c +521 -0
  733. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/src/alpha/ffitarget.h +57 -0
  734. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/src/alpha/internal.h +23 -0
  735. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/src/alpha/osf.S +282 -0
  736. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/src/arc/arcompact.S +135 -0
  737. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/src/arc/ffi.c +266 -0
  738. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/src/arc/ffitarget.h +53 -0
  739. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/src/arm/ffi.c +854 -0
  740. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/src/arm/ffitarget.h +89 -0
  741. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/src/arm/internal.h +7 -0
  742. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/src/arm/sysv.S +385 -0
  743. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/src/arm/sysv_msvc_arm32.S +311 -0
  744. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/src/avr32/ffi.c +423 -0
  745. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/src/avr32/ffitarget.h +55 -0
  746. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/src/avr32/sysv.S +208 -0
  747. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/src/bfin/ffi.c +196 -0
  748. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/src/bfin/ffitarget.h +43 -0
  749. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/src/bfin/sysv.S +179 -0
  750. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/src/closures.c +990 -0
  751. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/src/cris/ffi.c +386 -0
  752. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/src/cris/ffitarget.h +56 -0
  753. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/src/cris/sysv.S +215 -0
  754. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/src/debug.c +64 -0
  755. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/src/dlmalloc.c +5166 -0
  756. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/src/frv/eabi.S +128 -0
  757. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/src/frv/ffi.c +292 -0
  758. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/src/frv/ffitarget.h +62 -0
  759. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/src/ia64/ffi.c +604 -0
  760. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/src/ia64/ffitarget.h +56 -0
  761. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/src/ia64/ia64_flags.h +40 -0
  762. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/src/ia64/unix.S +567 -0
  763. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/src/java_raw_api.c +374 -0
  764. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/src/m32r/ffi.c +232 -0
  765. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/src/m32r/ffitarget.h +53 -0
  766. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/src/m32r/sysv.S +121 -0
  767. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/src/m68k/ffi.c +362 -0
  768. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/src/m68k/ffitarget.h +54 -0
  769. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/src/m68k/sysv.S +357 -0
  770. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/src/m88k/ffi.c +400 -0
  771. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/src/m88k/ffitarget.h +49 -0
  772. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/src/m88k/obsd.S +209 -0
  773. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/src/metag/ffi.c +330 -0
  774. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/src/metag/ffitarget.h +53 -0
  775. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/src/metag/sysv.S +311 -0
  776. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/src/microblaze/ffi.c +321 -0
  777. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/src/microblaze/ffitarget.h +53 -0
  778. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/src/microblaze/sysv.S +302 -0
  779. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/src/mips/ffi.c +1130 -0
  780. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/src/mips/ffitarget.h +244 -0
  781. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/src/mips/n32.S +663 -0
  782. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/src/mips/o32.S +502 -0
  783. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/src/moxie/eabi.S +101 -0
  784. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/src/moxie/ffi.c +285 -0
  785. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/src/moxie/ffitarget.h +52 -0
  786. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/src/nios2/ffi.c +304 -0
  787. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/src/nios2/ffitarget.h +52 -0
  788. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/src/nios2/sysv.S +136 -0
  789. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/src/or1k/ffi.c +328 -0
  790. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/src/or1k/ffitarget.h +58 -0
  791. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/src/or1k/sysv.S +107 -0
  792. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/src/pa/ffi.c +719 -0
  793. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/src/pa/ffitarget.h +85 -0
  794. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/src/pa/hpux32.S +368 -0
  795. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/src/pa/linux.S +378 -0
  796. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/src/powerpc/aix.S +566 -0
  797. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/src/powerpc/aix_closure.S +694 -0
  798. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/src/powerpc/asm.h +125 -0
  799. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/src/powerpc/darwin.S +378 -0
  800. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/src/powerpc/darwin_closure.S +571 -0
  801. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/src/powerpc/ffi.c +174 -0
  802. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/src/powerpc/ffi_darwin.c +1440 -0
  803. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/src/powerpc/ffi_linux64.c +1007 -0
  804. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/src/powerpc/ffi_powerpc.h +94 -0
  805. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/src/powerpc/ffi_sysv.c +923 -0
  806. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/src/powerpc/ffitarget.h +198 -0
  807. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/src/powerpc/linux64.S +228 -0
  808. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/src/powerpc/linux64_closure.S +488 -0
  809. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/src/powerpc/ppc_closure.S +397 -0
  810. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/src/powerpc/sysv.S +175 -0
  811. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/src/prep_cif.c +263 -0
  812. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/src/raw_api.c +267 -0
  813. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/src/riscv/ffi.c +481 -0
  814. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/src/riscv/ffitarget.h +69 -0
  815. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/src/riscv/sysv.S +293 -0
  816. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/src/s390/ffi.c +756 -0
  817. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/src/s390/ffitarget.h +70 -0
  818. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/src/s390/internal.h +11 -0
  819. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/src/s390/sysv.S +325 -0
  820. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/src/sh/ffi.c +717 -0
  821. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/src/sh/ffitarget.h +54 -0
  822. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/src/sh/sysv.S +850 -0
  823. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/src/sh64/ffi.c +469 -0
  824. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/src/sh64/ffitarget.h +58 -0
  825. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/src/sh64/sysv.S +539 -0
  826. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/src/sparc/ffi.c +468 -0
  827. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/src/sparc/ffi64.c +608 -0
  828. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/src/sparc/ffitarget.h +81 -0
  829. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/src/sparc/internal.h +26 -0
  830. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/src/sparc/v8.S +443 -0
  831. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/src/sparc/v9.S +440 -0
  832. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/src/tile/ffi.c +355 -0
  833. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/src/tile/ffitarget.h +65 -0
  834. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/src/tile/tile.S +360 -0
  835. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/src/types.c +108 -0
  836. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/src/vax/elfbsd.S +195 -0
  837. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/src/vax/ffi.c +276 -0
  838. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/src/vax/ffitarget.h +49 -0
  839. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/src/x86/asmnames.h +30 -0
  840. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/src/x86/ffi.c +761 -0
  841. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/src/x86/ffi64.c +886 -0
  842. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/src/x86/ffitarget.h +147 -0
  843. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/src/x86/ffiw64.c +311 -0
  844. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/src/x86/internal.h +29 -0
  845. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/src/x86/internal64.h +22 -0
  846. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/src/x86/sysv.S +1129 -0
  847. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/src/x86/sysv_intel.S +995 -0
  848. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/src/x86/unix64.S +566 -0
  849. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/src/x86/win64.S +237 -0
  850. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/src/x86/win64_intel.S +237 -0
  851. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/src/xtensa/ffi.c +298 -0
  852. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/src/xtensa/ffitarget.h +53 -0
  853. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/src/xtensa/sysv.S +258 -0
  854. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/stamp-h.in +1 -0
  855. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/testsuite/Makefile.am +119 -0
  856. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/testsuite/Makefile.in +608 -0
  857. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/testsuite/config/default.exp +1 -0
  858. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/testsuite/lib/libffi.exp +657 -0
  859. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/testsuite/lib/target-libpath.exp +283 -0
  860. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/testsuite/lib/wrapper.exp +45 -0
  861. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/testsuite/libffi.bhaible/Makefile +28 -0
  862. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/testsuite/libffi.bhaible/README +78 -0
  863. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/testsuite/libffi.bhaible/alignof.h +50 -0
  864. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/testsuite/libffi.bhaible/bhaible.exp +58 -0
  865. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/testsuite/libffi.bhaible/test-call.c +1745 -0
  866. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/testsuite/libffi.bhaible/test-callback.c +2885 -0
  867. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/testsuite/libffi.bhaible/testcases.c +743 -0
  868. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/testsuite/libffi.call/align_mixed.c +46 -0
  869. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/testsuite/libffi.call/align_stdcall.c +46 -0
  870. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/testsuite/libffi.call/call.exp +43 -0
  871. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/testsuite/libffi.call/closure_fn0.c +89 -0
  872. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/testsuite/libffi.call/closure_fn1.c +81 -0
  873. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/testsuite/libffi.call/closure_fn2.c +81 -0
  874. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/testsuite/libffi.call/closure_fn3.c +82 -0
  875. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/testsuite/libffi.call/closure_fn4.c +89 -0
  876. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/testsuite/libffi.call/closure_fn5.c +92 -0
  877. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/testsuite/libffi.call/closure_fn6.c +90 -0
  878. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/testsuite/libffi.call/closure_loc_fn0.c +95 -0
  879. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/testsuite/libffi.call/closure_simple.c +55 -0
  880. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/testsuite/libffi.call/cls_12byte.c +94 -0
  881. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/testsuite/libffi.call/cls_16byte.c +95 -0
  882. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/testsuite/libffi.call/cls_18byte.c +96 -0
  883. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/testsuite/libffi.call/cls_19byte.c +102 -0
  884. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/testsuite/libffi.call/cls_1_1byte.c +89 -0
  885. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/testsuite/libffi.call/cls_20byte.c +91 -0
  886. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/testsuite/libffi.call/cls_20byte1.c +93 -0
  887. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/testsuite/libffi.call/cls_24byte.c +113 -0
  888. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/testsuite/libffi.call/cls_2byte.c +90 -0
  889. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/testsuite/libffi.call/cls_3_1byte.c +95 -0
  890. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/testsuite/libffi.call/cls_3byte1.c +90 -0
  891. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/testsuite/libffi.call/cls_3byte2.c +90 -0
  892. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/testsuite/libffi.call/cls_3float.c +95 -0
  893. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/testsuite/libffi.call/cls_4_1byte.c +98 -0
  894. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/testsuite/libffi.call/cls_4byte.c +90 -0
  895. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/testsuite/libffi.call/cls_5_1_byte.c +109 -0
  896. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/testsuite/libffi.call/cls_5byte.c +98 -0
  897. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/testsuite/libffi.call/cls_64byte.c +124 -0
  898. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/testsuite/libffi.call/cls_6_1_byte.c +113 -0
  899. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/testsuite/libffi.call/cls_6byte.c +99 -0
  900. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/testsuite/libffi.call/cls_7_1_byte.c +117 -0
  901. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/testsuite/libffi.call/cls_7byte.c +97 -0
  902. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/testsuite/libffi.call/cls_8byte.c +88 -0
  903. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/testsuite/libffi.call/cls_9byte1.c +90 -0
  904. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/testsuite/libffi.call/cls_9byte2.c +91 -0
  905. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/testsuite/libffi.call/cls_align_double.c +93 -0
  906. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/testsuite/libffi.call/cls_align_float.c +91 -0
  907. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/testsuite/libffi.call/cls_align_longdouble.c +92 -0
  908. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/testsuite/libffi.call/cls_align_longdouble_split.c +132 -0
  909. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/testsuite/libffi.call/cls_align_longdouble_split2.c +115 -0
  910. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/testsuite/libffi.call/cls_align_pointer.c +95 -0
  911. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/testsuite/libffi.call/cls_align_sint16.c +91 -0
  912. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/testsuite/libffi.call/cls_align_sint32.c +91 -0
  913. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/testsuite/libffi.call/cls_align_sint64.c +92 -0
  914. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/testsuite/libffi.call/cls_align_uint16.c +91 -0
  915. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/testsuite/libffi.call/cls_align_uint32.c +91 -0
  916. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/testsuite/libffi.call/cls_align_uint64.c +93 -0
  917. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/testsuite/libffi.call/cls_dbls_struct.c +66 -0
  918. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/testsuite/libffi.call/cls_double.c +43 -0
  919. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/testsuite/libffi.call/cls_double_va.c +61 -0
  920. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/testsuite/libffi.call/cls_float.c +42 -0
  921. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/testsuite/libffi.call/cls_longdouble.c +105 -0
  922. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/testsuite/libffi.call/cls_longdouble_va.c +61 -0
  923. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/testsuite/libffi.call/cls_many_mixed_args.c +70 -0
  924. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/testsuite/libffi.call/cls_many_mixed_float_double.c +55 -0
  925. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/testsuite/libffi.call/cls_multi_schar.c +74 -0
  926. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/testsuite/libffi.call/cls_multi_sshort.c +74 -0
  927. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/testsuite/libffi.call/cls_multi_sshortchar.c +86 -0
  928. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/testsuite/libffi.call/cls_multi_uchar.c +91 -0
  929. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/testsuite/libffi.call/cls_multi_ushort.c +74 -0
  930. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/testsuite/libffi.call/cls_multi_ushortchar.c +86 -0
  931. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/testsuite/libffi.call/cls_pointer.c +74 -0
  932. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/testsuite/libffi.call/cls_pointer_stack.c +142 -0
  933. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/testsuite/libffi.call/cls_schar.c +44 -0
  934. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/testsuite/libffi.call/cls_sint.c +42 -0
  935. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/testsuite/libffi.call/cls_sshort.c +42 -0
  936. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/testsuite/libffi.call/cls_struct_va1.c +114 -0
  937. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/testsuite/libffi.call/cls_uchar.c +42 -0
  938. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/testsuite/libffi.call/cls_uchar_va.c +44 -0
  939. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/testsuite/libffi.call/cls_uint.c +43 -0
  940. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/testsuite/libffi.call/cls_uint_va.c +45 -0
  941. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/testsuite/libffi.call/cls_ulong_va.c +45 -0
  942. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/testsuite/libffi.call/cls_ulonglong.c +47 -0
  943. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/testsuite/libffi.call/cls_ushort.c +43 -0
  944. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/testsuite/libffi.call/cls_ushort_va.c +44 -0
  945. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/testsuite/libffi.call/err_bad_abi.c +36 -0
  946. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/testsuite/libffi.call/err_bad_typedef.c +26 -0
  947. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/testsuite/libffi.call/ffitest.h +138 -0
  948. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/testsuite/libffi.call/float.c +59 -0
  949. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/testsuite/libffi.call/float1.c +60 -0
  950. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/testsuite/libffi.call/float2.c +61 -0
  951. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/testsuite/libffi.call/float3.c +74 -0
  952. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/testsuite/libffi.call/float4.c +62 -0
  953. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/testsuite/libffi.call/float_va.c +107 -0
  954. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/testsuite/libffi.call/huge_struct.c +341 -0
  955. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/testsuite/libffi.call/many.c +59 -0
  956. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/testsuite/libffi.call/many2.c +57 -0
  957. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/testsuite/libffi.call/many_double.c +70 -0
  958. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/testsuite/libffi.call/many_mixed.c +78 -0
  959. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/testsuite/libffi.call/negint.c +52 -0
  960. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/testsuite/libffi.call/nested_struct.c +152 -0
  961. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/testsuite/libffi.call/nested_struct1.c +161 -0
  962. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/testsuite/libffi.call/nested_struct10.c +134 -0
  963. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/testsuite/libffi.call/nested_struct11.c +121 -0
  964. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/testsuite/libffi.call/nested_struct2.c +110 -0
  965. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/testsuite/libffi.call/nested_struct3.c +111 -0
  966. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/testsuite/libffi.call/nested_struct4.c +111 -0
  967. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/testsuite/libffi.call/nested_struct5.c +112 -0
  968. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/testsuite/libffi.call/nested_struct6.c +131 -0
  969. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/testsuite/libffi.call/nested_struct7.c +111 -0
  970. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/testsuite/libffi.call/nested_struct8.c +131 -0
  971. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/testsuite/libffi.call/nested_struct9.c +131 -0
  972. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/testsuite/libffi.call/offsets.c +46 -0
  973. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/testsuite/libffi.call/pr1172638.c +127 -0
  974. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/testsuite/libffi.call/problem1.c +90 -0
  975. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/testsuite/libffi.call/promotion.c +59 -0
  976. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/testsuite/libffi.call/pyobjc-tc.c +114 -0
  977. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/testsuite/libffi.call/return_dbl.c +36 -0
  978. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/testsuite/libffi.call/return_dbl1.c +43 -0
  979. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/testsuite/libffi.call/return_dbl2.c +42 -0
  980. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/testsuite/libffi.call/return_fl.c +35 -0
  981. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/testsuite/libffi.call/return_fl1.c +36 -0
  982. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/testsuite/libffi.call/return_fl2.c +49 -0
  983. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/testsuite/libffi.call/return_fl3.c +42 -0
  984. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/testsuite/libffi.call/return_ldl.c +34 -0
  985. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/testsuite/libffi.call/return_ll.c +41 -0
  986. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/testsuite/libffi.call/return_ll1.c +43 -0
  987. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/testsuite/libffi.call/return_sc.c +36 -0
  988. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/testsuite/libffi.call/return_sl.c +38 -0
  989. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/testsuite/libffi.call/return_uc.c +38 -0
  990. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/testsuite/libffi.call/return_ul.c +38 -0
  991. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/testsuite/libffi.call/stret_large.c +145 -0
  992. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/testsuite/libffi.call/stret_large2.c +148 -0
  993. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/testsuite/libffi.call/stret_medium.c +124 -0
  994. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/testsuite/libffi.call/stret_medium2.c +125 -0
  995. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/testsuite/libffi.call/strlen.c +44 -0
  996. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/testsuite/libffi.call/strlen2.c +49 -0
  997. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/testsuite/libffi.call/strlen3.c +49 -0
  998. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/testsuite/libffi.call/strlen4.c +55 -0
  999. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/testsuite/libffi.call/struct1.c +67 -0
  1000. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/testsuite/libffi.call/struct10.c +57 -0
  1001. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/testsuite/libffi.call/struct2.c +67 -0
  1002. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/testsuite/libffi.call/struct3.c +60 -0
  1003. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/testsuite/libffi.call/struct4.c +64 -0
  1004. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/testsuite/libffi.call/struct5.c +66 -0
  1005. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/testsuite/libffi.call/struct6.c +64 -0
  1006. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/testsuite/libffi.call/struct7.c +74 -0
  1007. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/testsuite/libffi.call/struct8.c +81 -0
  1008. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/testsuite/libffi.call/struct9.c +68 -0
  1009. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/testsuite/libffi.call/testclosure.c +70 -0
  1010. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/testsuite/libffi.call/uninitialized.c +61 -0
  1011. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/testsuite/libffi.call/unwindtest.cc +117 -0
  1012. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/testsuite/libffi.call/unwindtest_ffi_call.cc +54 -0
  1013. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/testsuite/libffi.call/va_1.c +196 -0
  1014. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/testsuite/libffi.call/va_struct1.c +121 -0
  1015. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/testsuite/libffi.call/va_struct2.c +123 -0
  1016. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/testsuite/libffi.call/va_struct3.c +125 -0
  1017. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/testsuite/libffi.complex/cls_align_complex.inc +91 -0
  1018. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/testsuite/libffi.complex/cls_align_complex_double.c +10 -0
  1019. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/testsuite/libffi.complex/cls_align_complex_float.c +10 -0
  1020. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/testsuite/libffi.complex/cls_align_complex_longdouble.c +10 -0
  1021. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/testsuite/libffi.complex/cls_complex.inc +42 -0
  1022. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/testsuite/libffi.complex/cls_complex_double.c +10 -0
  1023. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/testsuite/libffi.complex/cls_complex_float.c +10 -0
  1024. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/testsuite/libffi.complex/cls_complex_longdouble.c +10 -0
  1025. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/testsuite/libffi.complex/cls_complex_struct.inc +71 -0
  1026. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/testsuite/libffi.complex/cls_complex_struct_double.c +10 -0
  1027. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/testsuite/libffi.complex/cls_complex_struct_float.c +10 -0
  1028. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/testsuite/libffi.complex/cls_complex_struct_longdouble.c +10 -0
  1029. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/testsuite/libffi.complex/cls_complex_va.inc +80 -0
  1030. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/testsuite/libffi.complex/cls_complex_va_double.c +10 -0
  1031. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/testsuite/libffi.complex/cls_complex_va_float.c +16 -0
  1032. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/testsuite/libffi.complex/cls_complex_va_longdouble.c +10 -0
  1033. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/testsuite/libffi.complex/complex.exp +36 -0
  1034. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/testsuite/libffi.complex/complex.inc +51 -0
  1035. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/testsuite/libffi.complex/complex_defs_double.inc +7 -0
  1036. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/testsuite/libffi.complex/complex_defs_float.inc +7 -0
  1037. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/testsuite/libffi.complex/complex_defs_longdouble.inc +7 -0
  1038. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/testsuite/libffi.complex/complex_double.c +10 -0
  1039. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/testsuite/libffi.complex/complex_float.c +10 -0
  1040. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/testsuite/libffi.complex/complex_int.c +86 -0
  1041. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/testsuite/libffi.complex/complex_longdouble.c +10 -0
  1042. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/testsuite/libffi.complex/ffitest.h +1 -0
  1043. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/testsuite/libffi.complex/many_complex.inc +78 -0
  1044. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/testsuite/libffi.complex/many_complex_double.c +10 -0
  1045. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/testsuite/libffi.complex/many_complex_float.c +10 -0
  1046. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/testsuite/libffi.complex/many_complex_longdouble.c +10 -0
  1047. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/testsuite/libffi.complex/return_complex.inc +37 -0
  1048. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/testsuite/libffi.complex/return_complex1.inc +41 -0
  1049. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/testsuite/libffi.complex/return_complex1_double.c +10 -0
  1050. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/testsuite/libffi.complex/return_complex1_float.c +10 -0
  1051. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/testsuite/libffi.complex/return_complex1_longdouble.c +10 -0
  1052. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/testsuite/libffi.complex/return_complex2.inc +44 -0
  1053. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/testsuite/libffi.complex/return_complex2_double.c +10 -0
  1054. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/testsuite/libffi.complex/return_complex2_float.c +10 -0
  1055. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/testsuite/libffi.complex/return_complex2_longdouble.c +10 -0
  1056. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/testsuite/libffi.complex/return_complex_double.c +10 -0
  1057. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/testsuite/libffi.complex/return_complex_float.c +10 -0
  1058. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/testsuite/libffi.complex/return_complex_longdouble.c +10 -0
  1059. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/testsuite/libffi.go/aa-direct.c +34 -0
  1060. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/testsuite/libffi.go/closure1.c +28 -0
  1061. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/testsuite/libffi.go/ffitest.h +1 -0
  1062. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/testsuite/libffi.go/go.exp +36 -0
  1063. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/libffi/testsuite/libffi.go/static-chain.h +19 -0
  1064. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/rbffi.h +55 -0
  1065. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/rbffi_endian.h +59 -0
  1066. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/win32/stdbool.h +8 -0
  1067. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ext/ffi_c/win32/stdint.h +201 -0
  1068. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/ffi.gemspec +43 -0
  1069. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/lib/ffi.rb +20 -0
  1070. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/lib/ffi/autopointer.rb +203 -0
  1071. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/lib/ffi/buffer.rb +4 -0
  1072. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/lib/ffi/callback.rb +4 -0
  1073. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/lib/ffi/data_converter.rb +67 -0
  1074. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/lib/ffi/enum.rb +296 -0
  1075. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/lib/ffi/errno.rb +43 -0
  1076. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/lib/ffi/ffi.rb +45 -0
  1077. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/lib/ffi/io.rb +62 -0
  1078. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/lib/ffi/library.rb +588 -0
  1079. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/lib/ffi/managedstruct.rb +84 -0
  1080. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/lib/ffi/memorypointer.rb +1 -0
  1081. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/lib/ffi/platform.rb +175 -0
  1082. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/lib/ffi/platform/aarch64-freebsd/types.conf +128 -0
  1083. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/lib/ffi/platform/aarch64-freebsd12/types.conf +128 -0
  1084. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/lib/ffi/platform/aarch64-linux/types.conf +104 -0
  1085. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/lib/ffi/platform/arm-freebsd/types.conf +152 -0
  1086. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/lib/ffi/platform/arm-freebsd12/types.conf +152 -0
  1087. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/lib/ffi/platform/arm-linux/types.conf +104 -0
  1088. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/lib/ffi/platform/i386-cygwin/types.conf +3 -0
  1089. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/lib/ffi/platform/i386-darwin/types.conf +100 -0
  1090. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/lib/ffi/platform/i386-freebsd/types.conf +152 -0
  1091. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/lib/ffi/platform/i386-freebsd12/types.conf +152 -0
  1092. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/lib/ffi/platform/i386-gnu/types.conf +107 -0
  1093. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/lib/ffi/platform/i386-linux/types.conf +103 -0
  1094. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/lib/ffi/platform/i386-netbsd/types.conf +126 -0
  1095. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/lib/ffi/platform/i386-openbsd/types.conf +128 -0
  1096. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/lib/ffi/platform/i386-solaris/types.conf +122 -0
  1097. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/lib/ffi/platform/i386-windows/types.conf +105 -0
  1098. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/lib/ffi/platform/ia64-linux/types.conf +104 -0
  1099. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/lib/ffi/platform/mips-linux/types.conf +102 -0
  1100. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/lib/ffi/platform/mips64-linux/types.conf +104 -0
  1101. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/lib/ffi/platform/mips64el-linux/types.conf +104 -0
  1102. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/lib/ffi/platform/mipsel-linux/types.conf +102 -0
  1103. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/lib/ffi/platform/mipsisa32r6-linux/types.conf +102 -0
  1104. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/lib/ffi/platform/mipsisa32r6el-linux/types.conf +102 -0
  1105. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/lib/ffi/platform/mipsisa64r6-linux/types.conf +104 -0
  1106. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/lib/ffi/platform/mipsisa64r6el-linux/types.conf +104 -0
  1107. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/lib/ffi/platform/powerpc-aix/types.conf +180 -0
  1108. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/lib/ffi/platform/powerpc-darwin/types.conf +100 -0
  1109. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/lib/ffi/platform/powerpc-linux/types.conf +100 -0
  1110. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/lib/ffi/platform/powerpc64-linux/types.conf +104 -0
  1111. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/lib/ffi/platform/s390-linux/types.conf +102 -0
  1112. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/lib/ffi/platform/s390x-linux/types.conf +102 -0
  1113. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/lib/ffi/platform/sparc-linux/types.conf +102 -0
  1114. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/lib/ffi/platform/sparc-solaris/types.conf +128 -0
  1115. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/lib/ffi/platform/sparc64-linux/types.conf +102 -0
  1116. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/lib/ffi/platform/sparcv9-solaris/types.conf +128 -0
  1117. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/lib/ffi/platform/x86_64-cygwin/types.conf +3 -0
  1118. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/lib/ffi/platform/x86_64-darwin/types.conf +126 -0
  1119. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/lib/ffi/platform/x86_64-dragonflybsd/types.conf +148 -0
  1120. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/lib/ffi/platform/x86_64-freebsd/types.conf +128 -0
  1121. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/lib/ffi/platform/x86_64-freebsd12/types.conf +158 -0
  1122. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/lib/ffi/platform/x86_64-linux/types.conf +111 -0
  1123. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/lib/ffi/platform/x86_64-netbsd/types.conf +128 -0
  1124. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/lib/ffi/platform/x86_64-openbsd/types.conf +134 -0
  1125. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/lib/ffi/platform/x86_64-solaris/types.conf +122 -0
  1126. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/lib/ffi/platform/x86_64-windows/types.conf +120 -0
  1127. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/lib/ffi/pointer.rb +160 -0
  1128. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/lib/ffi/struct.rb +311 -0
  1129. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/lib/ffi/struct_by_reference.rb +72 -0
  1130. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/lib/ffi/struct_layout.rb +96 -0
  1131. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/lib/ffi/struct_layout_builder.rb +227 -0
  1132. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/lib/ffi/tools/const_generator.rb +230 -0
  1133. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/lib/ffi/tools/generator.rb +105 -0
  1134. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/lib/ffi/tools/generator_task.rb +32 -0
  1135. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/lib/ffi/tools/struct_generator.rb +194 -0
  1136. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/lib/ffi/tools/types_generator.rb +135 -0
  1137. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/lib/ffi/types.rb +194 -0
  1138. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/lib/ffi/union.rb +43 -0
  1139. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/lib/ffi/variadic.rb +78 -0
  1140. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/lib/ffi/version.rb +3 -0
  1141. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/lib/ffi_c.so +0 -0
  1142. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/samples/getlogin.rb +8 -0
  1143. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/samples/getpid.rb +8 -0
  1144. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/samples/gettimeofday.rb +18 -0
  1145. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/samples/hello.rb +7 -0
  1146. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/samples/inotify.rb +60 -0
  1147. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/samples/pty.rb +76 -0
  1148. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/samples/qsort.rb +21 -0
  1149. data/vendor/ruby/2.6.0/gems/ffi-1.11.3/samples/sample_helper.rb +6 -0
  1150. data/vendor/ruby/2.6.0/gems/loofah-2.4.0/CHANGELOG.md +345 -0
  1151. data/vendor/ruby/2.6.0/gems/loofah-2.4.0/Gemfile +23 -0
  1152. data/vendor/ruby/2.6.0/gems/loofah-2.4.0/MIT-LICENSE.txt +23 -0
  1153. data/vendor/ruby/2.6.0/gems/loofah-2.4.0/Manifest.txt +41 -0
  1154. data/vendor/ruby/2.6.0/gems/loofah-2.4.0/README.md +363 -0
  1155. data/vendor/ruby/2.6.0/gems/loofah-2.4.0/Rakefile +91 -0
  1156. data/vendor/ruby/2.6.0/gems/loofah-2.4.0/SECURITY.md +18 -0
  1157. data/vendor/ruby/2.6.0/gems/loofah-2.4.0/benchmark/benchmark.rb +149 -0
  1158. data/vendor/ruby/2.6.0/gems/loofah-2.4.0/benchmark/fragment.html +96 -0
  1159. data/vendor/ruby/2.6.0/gems/loofah-2.4.0/benchmark/helper.rb +73 -0
  1160. data/vendor/ruby/2.6.0/gems/loofah-2.4.0/benchmark/www.slashdot.com.html +2560 -0
  1161. data/vendor/ruby/2.6.0/gems/loofah-2.4.0/lib/loofah.rb +84 -0
  1162. data/vendor/ruby/2.6.0/gems/loofah-2.4.0/lib/loofah/elements.rb +93 -0
  1163. data/vendor/ruby/2.6.0/gems/loofah-2.4.0/lib/loofah/helpers.rb +104 -0
  1164. data/vendor/ruby/2.6.0/gems/loofah-2.4.0/lib/loofah/html/document.rb +19 -0
  1165. data/vendor/ruby/2.6.0/gems/loofah-2.4.0/lib/loofah/html/document_fragment.rb +41 -0
  1166. data/vendor/ruby/2.6.0/gems/loofah-2.4.0/lib/loofah/html5/libxml2_workarounds.rb +27 -0
  1167. data/vendor/ruby/2.6.0/gems/loofah-2.4.0/lib/loofah/html5/safelist.rb +798 -0
  1168. data/vendor/ruby/2.6.0/gems/loofah-2.4.0/lib/loofah/html5/scrub.rb +134 -0
  1169. data/vendor/ruby/2.6.0/gems/loofah-2.4.0/lib/loofah/instance_methods.rb +128 -0
  1170. data/vendor/ruby/2.6.0/gems/loofah-2.4.0/lib/loofah/metahelpers.rb +14 -0
  1171. data/vendor/ruby/2.6.0/gems/loofah-2.4.0/lib/loofah/scrubber.rb +134 -0
  1172. data/vendor/ruby/2.6.0/gems/loofah-2.4.0/lib/loofah/scrubbers.rb +298 -0
  1173. data/vendor/ruby/2.6.0/gems/loofah-2.4.0/lib/loofah/xml/document.rb +14 -0
  1174. data/vendor/ruby/2.6.0/gems/loofah-2.4.0/lib/loofah/xml/document_fragment.rb +24 -0
  1175. data/vendor/ruby/2.6.0/gems/loofah-2.4.0/test/assets/msword.html +63 -0
  1176. data/vendor/ruby/2.6.0/gems/loofah-2.4.0/test/assets/testdata_sanitizer_tests1.dat +502 -0
  1177. data/vendor/ruby/2.6.0/gems/loofah-2.4.0/test/helper.rb +18 -0
  1178. data/vendor/ruby/2.6.0/gems/loofah-2.4.0/test/html5/test_sanitizer.rb +414 -0
  1179. data/vendor/ruby/2.6.0/gems/loofah-2.4.0/test/html5/test_scrub.rb +10 -0
  1180. data/vendor/ruby/2.6.0/gems/loofah-2.4.0/test/integration/test_ad_hoc.rb +220 -0
  1181. data/vendor/ruby/2.6.0/gems/loofah-2.4.0/test/integration/test_helpers.rb +43 -0
  1182. data/vendor/ruby/2.6.0/gems/loofah-2.4.0/test/integration/test_html.rb +72 -0
  1183. data/vendor/ruby/2.6.0/gems/loofah-2.4.0/test/integration/test_scrubbers.rb +400 -0
  1184. data/vendor/ruby/2.6.0/gems/loofah-2.4.0/test/integration/test_xml.rb +55 -0
  1185. data/vendor/ruby/2.6.0/gems/loofah-2.4.0/test/unit/test_api.rb +142 -0
  1186. data/vendor/ruby/2.6.0/gems/loofah-2.4.0/test/unit/test_encoding.rb +20 -0
  1187. data/vendor/ruby/2.6.0/gems/loofah-2.4.0/test/unit/test_helpers.rb +62 -0
  1188. data/vendor/ruby/2.6.0/gems/loofah-2.4.0/test/unit/test_scrubber.rb +229 -0
  1189. data/vendor/ruby/2.6.0/gems/loofah-2.4.0/test/unit/test_scrubbers.rb +14 -0
  1190. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.7/LICENSE-DEPENDENCIES.md +1614 -0
  1191. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.7/LICENSE.md +9 -0
  1192. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.7/README.md +198 -0
  1193. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.7/bin/nokogiri +118 -0
  1194. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.7/dependencies.yml +74 -0
  1195. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.7/ext/nokogiri/Makefile +628 -0
  1196. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.7/ext/nokogiri/depend +358 -0
  1197. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.7/ext/nokogiri/extconf.rb +686 -0
  1198. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.7/ext/nokogiri/html_document.c +170 -0
  1199. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.7/ext/nokogiri/html_document.h +10 -0
  1200. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.7/ext/nokogiri/html_document.o +0 -0
  1201. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.7/ext/nokogiri/html_element_description.c +279 -0
  1202. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.7/ext/nokogiri/html_element_description.h +10 -0
  1203. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.7/ext/nokogiri/html_element_description.o +0 -0
  1204. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.7/ext/nokogiri/html_entity_lookup.c +32 -0
  1205. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.7/ext/nokogiri/html_entity_lookup.h +8 -0
  1206. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.7/ext/nokogiri/html_entity_lookup.o +0 -0
  1207. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.7/ext/nokogiri/html_sax_parser_context.c +116 -0
  1208. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.7/ext/nokogiri/html_sax_parser_context.h +11 -0
  1209. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.7/ext/nokogiri/html_sax_parser_context.o +0 -0
  1210. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.7/ext/nokogiri/html_sax_push_parser.c +87 -0
  1211. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.7/ext/nokogiri/html_sax_push_parser.h +9 -0
  1212. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.7/ext/nokogiri/html_sax_push_parser.o +0 -0
  1213. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.7/ext/nokogiri/nokogiri.c +141 -0
  1214. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.7/ext/nokogiri/nokogiri.h +121 -0
  1215. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.7/ext/nokogiri/nokogiri.o +0 -0
  1216. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.7/ext/nokogiri/nokogiri.so +0 -0
  1217. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.7/ext/nokogiri/xml_attr.c +103 -0
  1218. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.7/ext/nokogiri/xml_attr.h +9 -0
  1219. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.7/ext/nokogiri/xml_attr.o +0 -0
  1220. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.7/ext/nokogiri/xml_attribute_decl.c +70 -0
  1221. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.7/ext/nokogiri/xml_attribute_decl.h +9 -0
  1222. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.7/ext/nokogiri/xml_attribute_decl.o +0 -0
  1223. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.7/ext/nokogiri/xml_cdata.c +62 -0
  1224. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.7/ext/nokogiri/xml_cdata.h +9 -0
  1225. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.7/ext/nokogiri/xml_cdata.o +0 -0
  1226. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.7/ext/nokogiri/xml_comment.c +69 -0
  1227. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.7/ext/nokogiri/xml_comment.h +9 -0
  1228. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.7/ext/nokogiri/xml_comment.o +0 -0
  1229. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.7/ext/nokogiri/xml_document.c +608 -0
  1230. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.7/ext/nokogiri/xml_document.h +23 -0
  1231. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.7/ext/nokogiri/xml_document.o +0 -0
  1232. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.7/ext/nokogiri/xml_document_fragment.c +48 -0
  1233. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.7/ext/nokogiri/xml_document_fragment.h +10 -0
  1234. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.7/ext/nokogiri/xml_document_fragment.o +0 -0
  1235. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.7/ext/nokogiri/xml_dtd.c +202 -0
  1236. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.7/ext/nokogiri/xml_dtd.h +10 -0
  1237. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.7/ext/nokogiri/xml_dtd.o +0 -0
  1238. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.7/ext/nokogiri/xml_element_content.c +123 -0
  1239. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.7/ext/nokogiri/xml_element_content.h +10 -0
  1240. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.7/ext/nokogiri/xml_element_content.o +0 -0
  1241. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.7/ext/nokogiri/xml_element_decl.c +69 -0
  1242. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.7/ext/nokogiri/xml_element_decl.h +9 -0
  1243. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.7/ext/nokogiri/xml_element_decl.o +0 -0
  1244. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.7/ext/nokogiri/xml_encoding_handler.c +79 -0
  1245. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.7/ext/nokogiri/xml_encoding_handler.h +8 -0
  1246. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.7/ext/nokogiri/xml_encoding_handler.o +0 -0
  1247. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.7/ext/nokogiri/xml_entity_decl.c +110 -0
  1248. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.7/ext/nokogiri/xml_entity_decl.h +10 -0
  1249. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.7/ext/nokogiri/xml_entity_decl.o +0 -0
  1250. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.7/ext/nokogiri/xml_entity_reference.c +52 -0
  1251. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.7/ext/nokogiri/xml_entity_reference.h +9 -0
  1252. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.7/ext/nokogiri/xml_entity_reference.o +0 -0
  1253. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.7/ext/nokogiri/xml_io.c +61 -0
  1254. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.7/ext/nokogiri/xml_io.h +11 -0
  1255. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.7/ext/nokogiri/xml_io.o +0 -0
  1256. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.7/ext/nokogiri/xml_libxml2_hacks.c +112 -0
  1257. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.7/ext/nokogiri/xml_libxml2_hacks.h +12 -0
  1258. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.7/ext/nokogiri/xml_libxml2_hacks.o +0 -0
  1259. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.7/ext/nokogiri/xml_namespace.c +111 -0
  1260. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.7/ext/nokogiri/xml_namespace.h +14 -0
  1261. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.7/ext/nokogiri/xml_namespace.o +0 -0
  1262. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.7/ext/nokogiri/xml_node.c +1753 -0
  1263. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.7/ext/nokogiri/xml_node.h +13 -0
  1264. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.7/ext/nokogiri/xml_node.o +0 -0
  1265. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.7/ext/nokogiri/xml_node_set.c +486 -0
  1266. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.7/ext/nokogiri/xml_node_set.h +12 -0
  1267. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.7/ext/nokogiri/xml_node_set.o +0 -0
  1268. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.7/ext/nokogiri/xml_processing_instruction.c +56 -0
  1269. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.7/ext/nokogiri/xml_processing_instruction.h +9 -0
  1270. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.7/ext/nokogiri/xml_processing_instruction.o +0 -0
  1271. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.7/ext/nokogiri/xml_reader.c +668 -0
  1272. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.7/ext/nokogiri/xml_reader.h +10 -0
  1273. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.7/ext/nokogiri/xml_reader.o +0 -0
  1274. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.7/ext/nokogiri/xml_relax_ng.c +161 -0
  1275. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.7/ext/nokogiri/xml_relax_ng.h +9 -0
  1276. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.7/ext/nokogiri/xml_relax_ng.o +0 -0
  1277. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.7/ext/nokogiri/xml_sax_parser.c +310 -0
  1278. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.7/ext/nokogiri/xml_sax_parser.h +39 -0
  1279. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.7/ext/nokogiri/xml_sax_parser.o +0 -0
  1280. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.7/ext/nokogiri/xml_sax_parser_context.c +262 -0
  1281. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.7/ext/nokogiri/xml_sax_parser_context.h +10 -0
  1282. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.7/ext/nokogiri/xml_sax_parser_context.o +0 -0
  1283. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.7/ext/nokogiri/xml_sax_push_parser.c +159 -0
  1284. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.7/ext/nokogiri/xml_sax_push_parser.h +9 -0
  1285. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.7/ext/nokogiri/xml_sax_push_parser.o +0 -0
  1286. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.7/ext/nokogiri/xml_schema.c +205 -0
  1287. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.7/ext/nokogiri/xml_schema.h +9 -0
  1288. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.7/ext/nokogiri/xml_schema.o +0 -0
  1289. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.7/ext/nokogiri/xml_syntax_error.c +64 -0
  1290. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.7/ext/nokogiri/xml_syntax_error.h +13 -0
  1291. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.7/ext/nokogiri/xml_syntax_error.o +0 -0
  1292. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.7/ext/nokogiri/xml_text.c +52 -0
  1293. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.7/ext/nokogiri/xml_text.h +9 -0
  1294. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.7/ext/nokogiri/xml_text.o +0 -0
  1295. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.7/ext/nokogiri/xml_xpath_context.c +298 -0
  1296. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.7/ext/nokogiri/xml_xpath_context.h +10 -0
  1297. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.7/ext/nokogiri/xml_xpath_context.o +0 -0
  1298. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.7/ext/nokogiri/xslt_stylesheet.c +270 -0
  1299. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.7/ext/nokogiri/xslt_stylesheet.h +14 -0
  1300. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.7/ext/nokogiri/xslt_stylesheet.o +0 -0
  1301. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.7/lib/nokogiri.rb +144 -0
  1302. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.7/lib/nokogiri/css.rb +27 -0
  1303. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.7/lib/nokogiri/css/node.rb +52 -0
  1304. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.7/lib/nokogiri/css/parser.rb +750 -0
  1305. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.7/lib/nokogiri/css/parser.y +272 -0
  1306. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.7/lib/nokogiri/css/parser_extras.rb +91 -0
  1307. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.7/lib/nokogiri/css/syntax_error.rb +7 -0
  1308. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.7/lib/nokogiri/css/tokenizer.rb +153 -0
  1309. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.7/lib/nokogiri/css/tokenizer.rex +55 -0
  1310. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.7/lib/nokogiri/css/xpath_visitor.rb +230 -0
  1311. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.7/lib/nokogiri/decorators/slop.rb +42 -0
  1312. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.7/lib/nokogiri/html.rb +37 -0
  1313. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.7/lib/nokogiri/html/builder.rb +35 -0
  1314. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.7/lib/nokogiri/html/document.rb +335 -0
  1315. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.7/lib/nokogiri/html/document_fragment.rb +49 -0
  1316. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.7/lib/nokogiri/html/element_description.rb +23 -0
  1317. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.7/lib/nokogiri/html/element_description_defaults.rb +671 -0
  1318. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.7/lib/nokogiri/html/entity_lookup.rb +13 -0
  1319. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.7/lib/nokogiri/html/sax/parser.rb +62 -0
  1320. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.7/lib/nokogiri/html/sax/parser_context.rb +16 -0
  1321. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.7/lib/nokogiri/html/sax/push_parser.rb +36 -0
  1322. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.7/lib/nokogiri/nokogiri.so +0 -0
  1323. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.7/lib/nokogiri/syntax_error.rb +4 -0
  1324. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.7/lib/nokogiri/version.rb +109 -0
  1325. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.7/lib/nokogiri/xml.rb +75 -0
  1326. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.7/lib/nokogiri/xml/attr.rb +14 -0
  1327. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.7/lib/nokogiri/xml/attribute_decl.rb +18 -0
  1328. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.7/lib/nokogiri/xml/builder.rb +446 -0
  1329. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.7/lib/nokogiri/xml/cdata.rb +11 -0
  1330. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.7/lib/nokogiri/xml/character_data.rb +7 -0
  1331. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.7/lib/nokogiri/xml/document.rb +285 -0
  1332. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.7/lib/nokogiri/xml/document_fragment.rb +160 -0
  1333. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.7/lib/nokogiri/xml/dtd.rb +32 -0
  1334. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.7/lib/nokogiri/xml/element_content.rb +36 -0
  1335. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.7/lib/nokogiri/xml/element_decl.rb +13 -0
  1336. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.7/lib/nokogiri/xml/entity_decl.rb +19 -0
  1337. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.7/lib/nokogiri/xml/entity_reference.rb +18 -0
  1338. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.7/lib/nokogiri/xml/namespace.rb +13 -0
  1339. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.7/lib/nokogiri/xml/node.rb +902 -0
  1340. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.7/lib/nokogiri/xml/node/save_options.rb +61 -0
  1341. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.7/lib/nokogiri/xml/node_set.rb +371 -0
  1342. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.7/lib/nokogiri/xml/notation.rb +6 -0
  1343. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.7/lib/nokogiri/xml/parse_options.rb +120 -0
  1344. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.7/lib/nokogiri/xml/pp.rb +2 -0
  1345. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.7/lib/nokogiri/xml/pp/character_data.rb +18 -0
  1346. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.7/lib/nokogiri/xml/pp/node.rb +56 -0
  1347. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.7/lib/nokogiri/xml/processing_instruction.rb +8 -0
  1348. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.7/lib/nokogiri/xml/reader.rb +112 -0
  1349. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.7/lib/nokogiri/xml/relax_ng.rb +32 -0
  1350. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.7/lib/nokogiri/xml/sax.rb +4 -0
  1351. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.7/lib/nokogiri/xml/sax/document.rb +171 -0
  1352. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.7/lib/nokogiri/xml/sax/parser.rb +122 -0
  1353. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.7/lib/nokogiri/xml/sax/parser_context.rb +16 -0
  1354. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.7/lib/nokogiri/xml/sax/push_parser.rb +60 -0
  1355. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.7/lib/nokogiri/xml/schema.rb +63 -0
  1356. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.7/lib/nokogiri/xml/searchable.rb +230 -0
  1357. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.7/lib/nokogiri/xml/syntax_error.rb +70 -0
  1358. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.7/lib/nokogiri/xml/text.rb +9 -0
  1359. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.7/lib/nokogiri/xml/xpath.rb +10 -0
  1360. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.7/lib/nokogiri/xml/xpath/syntax_error.rb +11 -0
  1361. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.7/lib/nokogiri/xml/xpath_context.rb +16 -0
  1362. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.7/lib/nokogiri/xslt.rb +56 -0
  1363. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.7/lib/nokogiri/xslt/stylesheet.rb +25 -0
  1364. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.7/lib/xsd/xmlparser/nokogiri.rb +102 -0
  1365. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.7/patches/libxml2/0001-Revert-Do-not-URI-escape-in-server-side-includes.patch +78 -0
  1366. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.7/patches/libxml2/0002-Remove-script-macro-support.patch +40 -0
  1367. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.7/patches/libxml2/0003-Update-entities-to-remove-handling-of-ssi.patch +44 -0
  1368. data/vendor/ruby/2.6.0/gems/nokogiri-1.10.7/patches/libxml2/0004-libxml2.la-is-in-top_builddir.patch +25 -0
  1369. data/vendor/ruby/2.6.0/gems/oj-3.10.0/LICENSE +21 -0
  1370. data/vendor/ruby/2.6.0/gems/oj-3.10.0/README.md +104 -0
  1371. data/vendor/ruby/2.6.0/gems/oj-3.10.0/ext/oj/Makefile +266 -0
  1372. data/vendor/ruby/2.6.0/gems/oj-3.10.0/ext/oj/buf.h +103 -0
  1373. data/vendor/ruby/2.6.0/gems/oj-3.10.0/ext/oj/cache8.c +107 -0
  1374. data/vendor/ruby/2.6.0/gems/oj-3.10.0/ext/oj/cache8.h +48 -0
  1375. data/vendor/ruby/2.6.0/gems/oj-3.10.0/ext/oj/cache8.o +0 -0
  1376. data/vendor/ruby/2.6.0/gems/oj-3.10.0/ext/oj/circarray.c +68 -0
  1377. data/vendor/ruby/2.6.0/gems/oj-3.10.0/ext/oj/circarray.h +23 -0
  1378. data/vendor/ruby/2.6.0/gems/oj-3.10.0/ext/oj/circarray.o +0 -0
  1379. data/vendor/ruby/2.6.0/gems/oj-3.10.0/ext/oj/code.c +235 -0
  1380. data/vendor/ruby/2.6.0/gems/oj-3.10.0/ext/oj/code.h +42 -0
  1381. data/vendor/ruby/2.6.0/gems/oj-3.10.0/ext/oj/code.o +0 -0
  1382. data/vendor/ruby/2.6.0/gems/oj-3.10.0/ext/oj/compat.c +299 -0
  1383. data/vendor/ruby/2.6.0/gems/oj-3.10.0/ext/oj/compat.o +0 -0
  1384. data/vendor/ruby/2.6.0/gems/oj-3.10.0/ext/oj/custom.c +1216 -0
  1385. data/vendor/ruby/2.6.0/gems/oj-3.10.0/ext/oj/custom.o +0 -0
  1386. data/vendor/ruby/2.6.0/gems/oj-3.10.0/ext/oj/dump.c +1249 -0
  1387. data/vendor/ruby/2.6.0/gems/oj-3.10.0/ext/oj/dump.h +96 -0
  1388. data/vendor/ruby/2.6.0/gems/oj-3.10.0/ext/oj/dump.o +0 -0
  1389. data/vendor/ruby/2.6.0/gems/oj-3.10.0/ext/oj/dump_compat.c +974 -0
  1390. data/vendor/ruby/2.6.0/gems/oj-3.10.0/ext/oj/dump_compat.o +0 -0
  1391. data/vendor/ruby/2.6.0/gems/oj-3.10.0/ext/oj/dump_leaf.c +252 -0
  1392. data/vendor/ruby/2.6.0/gems/oj-3.10.0/ext/oj/dump_leaf.o +0 -0
  1393. data/vendor/ruby/2.6.0/gems/oj-3.10.0/ext/oj/dump_object.c +842 -0
  1394. data/vendor/ruby/2.6.0/gems/oj-3.10.0/ext/oj/dump_object.o +0 -0
  1395. data/vendor/ruby/2.6.0/gems/oj-3.10.0/ext/oj/dump_strict.c +433 -0
  1396. data/vendor/ruby/2.6.0/gems/oj-3.10.0/ext/oj/dump_strict.o +0 -0
  1397. data/vendor/ruby/2.6.0/gems/oj-3.10.0/ext/oj/encode.h +45 -0
  1398. data/vendor/ruby/2.6.0/gems/oj-3.10.0/ext/oj/err.c +57 -0
  1399. data/vendor/ruby/2.6.0/gems/oj-3.10.0/ext/oj/err.h +70 -0
  1400. data/vendor/ruby/2.6.0/gems/oj-3.10.0/ext/oj/err.o +0 -0
  1401. data/vendor/ruby/2.6.0/gems/oj-3.10.0/ext/oj/extconf.rb +48 -0
  1402. data/vendor/ruby/2.6.0/gems/oj-3.10.0/ext/oj/fast.c +1771 -0
  1403. data/vendor/ruby/2.6.0/gems/oj-3.10.0/ext/oj/fast.o +0 -0
  1404. data/vendor/ruby/2.6.0/gems/oj-3.10.0/ext/oj/hash.c +163 -0
  1405. data/vendor/ruby/2.6.0/gems/oj-3.10.0/ext/oj/hash.h +46 -0
  1406. data/vendor/ruby/2.6.0/gems/oj-3.10.0/ext/oj/hash.o +0 -0
  1407. data/vendor/ruby/2.6.0/gems/oj-3.10.0/ext/oj/hash_test.c +512 -0
  1408. data/vendor/ruby/2.6.0/gems/oj-3.10.0/ext/oj/hash_test.o +0 -0
  1409. data/vendor/ruby/2.6.0/gems/oj-3.10.0/ext/oj/mimic_json.c +880 -0
  1410. data/vendor/ruby/2.6.0/gems/oj-3.10.0/ext/oj/mimic_json.o +0 -0
  1411. data/vendor/ruby/2.6.0/gems/oj-3.10.0/ext/oj/object.c +774 -0
  1412. data/vendor/ruby/2.6.0/gems/oj-3.10.0/ext/oj/object.o +0 -0
  1413. data/vendor/ruby/2.6.0/gems/oj-3.10.0/ext/oj/odd.c +231 -0
  1414. data/vendor/ruby/2.6.0/gems/oj-3.10.0/ext/oj/odd.h +44 -0
  1415. data/vendor/ruby/2.6.0/gems/oj-3.10.0/ext/oj/odd.o +0 -0
  1416. data/vendor/ruby/2.6.0/gems/oj-3.10.0/ext/oj/oj.c +1721 -0
  1417. data/vendor/ruby/2.6.0/gems/oj-3.10.0/ext/oj/oj.h +387 -0
  1418. data/vendor/ruby/2.6.0/gems/oj-3.10.0/ext/oj/oj.o +0 -0
  1419. data/vendor/ruby/2.6.0/gems/oj-3.10.0/ext/oj/oj.so +0 -0
  1420. data/vendor/ruby/2.6.0/gems/oj-3.10.0/ext/oj/parse.c +1099 -0
  1421. data/vendor/ruby/2.6.0/gems/oj-3.10.0/ext/oj/parse.h +112 -0
  1422. data/vendor/ruby/2.6.0/gems/oj-3.10.0/ext/oj/parse.o +0 -0
  1423. data/vendor/ruby/2.6.0/gems/oj-3.10.0/ext/oj/rails.c +1500 -0
  1424. data/vendor/ruby/2.6.0/gems/oj-3.10.0/ext/oj/rails.h +21 -0
  1425. data/vendor/ruby/2.6.0/gems/oj-3.10.0/ext/oj/rails.o +0 -0
  1426. data/vendor/ruby/2.6.0/gems/oj-3.10.0/ext/oj/reader.c +231 -0
  1427. data/vendor/ruby/2.6.0/gems/oj-3.10.0/ext/oj/reader.h +151 -0
  1428. data/vendor/ruby/2.6.0/gems/oj-3.10.0/ext/oj/reader.o +0 -0
  1429. data/vendor/ruby/2.6.0/gems/oj-3.10.0/ext/oj/resolve.c +102 -0
  1430. data/vendor/ruby/2.6.0/gems/oj-3.10.0/ext/oj/resolve.h +14 -0
  1431. data/vendor/ruby/2.6.0/gems/oj-3.10.0/ext/oj/resolve.o +0 -0
  1432. data/vendor/ruby/2.6.0/gems/oj-3.10.0/ext/oj/rxclass.c +147 -0
  1433. data/vendor/ruby/2.6.0/gems/oj-3.10.0/ext/oj/rxclass.h +27 -0
  1434. data/vendor/ruby/2.6.0/gems/oj-3.10.0/ext/oj/rxclass.o +0 -0
  1435. data/vendor/ruby/2.6.0/gems/oj-3.10.0/ext/oj/saj.c +714 -0
  1436. data/vendor/ruby/2.6.0/gems/oj-3.10.0/ext/oj/saj.o +0 -0
  1437. data/vendor/ruby/2.6.0/gems/oj-3.10.0/ext/oj/scp.c +224 -0
  1438. data/vendor/ruby/2.6.0/gems/oj-3.10.0/ext/oj/scp.o +0 -0
  1439. data/vendor/ruby/2.6.0/gems/oj-3.10.0/ext/oj/sparse.c +914 -0
  1440. data/vendor/ruby/2.6.0/gems/oj-3.10.0/ext/oj/sparse.o +0 -0
  1441. data/vendor/ruby/2.6.0/gems/oj-3.10.0/ext/oj/stream_writer.c +363 -0
  1442. data/vendor/ruby/2.6.0/gems/oj-3.10.0/ext/oj/stream_writer.o +0 -0
  1443. data/vendor/ruby/2.6.0/gems/oj-3.10.0/ext/oj/strict.c +212 -0
  1444. data/vendor/ruby/2.6.0/gems/oj-3.10.0/ext/oj/strict.o +0 -0
  1445. data/vendor/ruby/2.6.0/gems/oj-3.10.0/ext/oj/string_writer.c +534 -0
  1446. data/vendor/ruby/2.6.0/gems/oj-3.10.0/ext/oj/string_writer.o +0 -0
  1447. data/vendor/ruby/2.6.0/gems/oj-3.10.0/ext/oj/trace.c +79 -0
  1448. data/vendor/ruby/2.6.0/gems/oj-3.10.0/ext/oj/trace.h +28 -0
  1449. data/vendor/ruby/2.6.0/gems/oj-3.10.0/ext/oj/trace.o +0 -0
  1450. data/vendor/ruby/2.6.0/gems/oj-3.10.0/ext/oj/util.c +136 -0
  1451. data/vendor/ruby/2.6.0/gems/oj-3.10.0/ext/oj/util.h +19 -0
  1452. data/vendor/ruby/2.6.0/gems/oj-3.10.0/ext/oj/util.o +0 -0
  1453. data/vendor/ruby/2.6.0/gems/oj-3.10.0/ext/oj/val_stack.c +118 -0
  1454. data/vendor/ruby/2.6.0/gems/oj-3.10.0/ext/oj/val_stack.h +185 -0
  1455. data/vendor/ruby/2.6.0/gems/oj-3.10.0/ext/oj/val_stack.o +0 -0
  1456. data/vendor/ruby/2.6.0/gems/oj-3.10.0/ext/oj/wab.c +631 -0
  1457. data/vendor/ruby/2.6.0/gems/oj-3.10.0/ext/oj/wab.o +0 -0
  1458. data/vendor/ruby/2.6.0/gems/oj-3.10.0/lib/oj.rb +21 -0
  1459. data/vendor/ruby/2.6.0/gems/oj-3.10.0/lib/oj/active_support_helper.rb +41 -0
  1460. data/vendor/ruby/2.6.0/gems/oj-3.10.0/lib/oj/bag.rb +88 -0
  1461. data/vendor/ruby/2.6.0/gems/oj-3.10.0/lib/oj/easy_hash.rb +52 -0
  1462. data/vendor/ruby/2.6.0/gems/oj-3.10.0/lib/oj/error.rb +22 -0
  1463. data/vendor/ruby/2.6.0/gems/oj-3.10.0/lib/oj/json.rb +176 -0
  1464. data/vendor/ruby/2.6.0/gems/oj-3.10.0/lib/oj/mimic.rb +267 -0
  1465. data/vendor/ruby/2.6.0/gems/oj-3.10.0/lib/oj/oj.so +0 -0
  1466. data/vendor/ruby/2.6.0/gems/oj-3.10.0/lib/oj/saj.rb +66 -0
  1467. data/vendor/ruby/2.6.0/gems/oj-3.10.0/lib/oj/schandler.rb +142 -0
  1468. data/vendor/ruby/2.6.0/gems/oj-3.10.0/lib/oj/state.rb +131 -0
  1469. data/vendor/ruby/2.6.0/gems/oj-3.10.0/lib/oj/version.rb +5 -0
  1470. data/vendor/ruby/2.6.0/gems/oj-3.10.0/pages/Advanced.md +22 -0
  1471. data/vendor/ruby/2.6.0/gems/oj-3.10.0/pages/Compatibility.md +25 -0
  1472. data/vendor/ruby/2.6.0/gems/oj-3.10.0/pages/Custom.md +23 -0
  1473. data/vendor/ruby/2.6.0/gems/oj-3.10.0/pages/Encoding.md +65 -0
  1474. data/vendor/ruby/2.6.0/gems/oj-3.10.0/pages/JsonGem.md +79 -0
  1475. data/vendor/ruby/2.6.0/gems/oj-3.10.0/pages/Modes.md +155 -0
  1476. data/vendor/ruby/2.6.0/gems/oj-3.10.0/pages/Options.md +287 -0
  1477. data/vendor/ruby/2.6.0/gems/oj-3.10.0/pages/Rails.md +116 -0
  1478. data/vendor/ruby/2.6.0/gems/oj-3.10.0/pages/Security.md +20 -0
  1479. data/vendor/ruby/2.6.0/gems/oj-3.10.0/pages/WAB.md +13 -0
  1480. data/vendor/ruby/2.6.0/gems/oj-3.10.0/test/_test_active.rb +76 -0
  1481. data/vendor/ruby/2.6.0/gems/oj-3.10.0/test/_test_active_mimic.rb +96 -0
  1482. data/vendor/ruby/2.6.0/gems/oj-3.10.0/test/_test_mimic_rails.rb +126 -0
  1483. data/vendor/ruby/2.6.0/gems/oj-3.10.0/test/activerecord/result_test.rb +27 -0
  1484. data/vendor/ruby/2.6.0/gems/oj-3.10.0/test/activesupport4/decoding_test.rb +108 -0
  1485. data/vendor/ruby/2.6.0/gems/oj-3.10.0/test/activesupport4/encoding_test.rb +531 -0
  1486. data/vendor/ruby/2.6.0/gems/oj-3.10.0/test/activesupport4/test_helper.rb +41 -0
  1487. data/vendor/ruby/2.6.0/gems/oj-3.10.0/test/activesupport5/abstract_unit.rb +45 -0
  1488. data/vendor/ruby/2.6.0/gems/oj-3.10.0/test/activesupport5/decoding_test.rb +133 -0
  1489. data/vendor/ruby/2.6.0/gems/oj-3.10.0/test/activesupport5/encoding_test.rb +500 -0
  1490. data/vendor/ruby/2.6.0/gems/oj-3.10.0/test/activesupport5/encoding_test_cases.rb +98 -0
  1491. data/vendor/ruby/2.6.0/gems/oj-3.10.0/test/activesupport5/test_helper.rb +72 -0
  1492. data/vendor/ruby/2.6.0/gems/oj-3.10.0/test/activesupport5/time_zone_test_helpers.rb +39 -0
  1493. data/vendor/ruby/2.6.0/gems/oj-3.10.0/test/activesupport6/abstract_unit.rb +44 -0
  1494. data/vendor/ruby/2.6.0/gems/oj-3.10.0/test/activesupport6/decoding_test.rb +133 -0
  1495. data/vendor/ruby/2.6.0/gems/oj-3.10.0/test/activesupport6/encoding_test.rb +507 -0
  1496. data/vendor/ruby/2.6.0/gems/oj-3.10.0/test/activesupport6/encoding_test_cases.rb +98 -0
  1497. data/vendor/ruby/2.6.0/gems/oj-3.10.0/test/activesupport6/test_common.rb +17 -0
  1498. data/vendor/ruby/2.6.0/gems/oj-3.10.0/test/activesupport6/test_helper.rb +163 -0
  1499. data/vendor/ruby/2.6.0/gems/oj-3.10.0/test/activesupport6/time_zone_test_helpers.rb +39 -0
  1500. data/vendor/ruby/2.6.0/gems/oj-3.10.0/test/bar.rb +22 -0
  1501. data/vendor/ruby/2.6.0/gems/oj-3.10.0/test/baz.rb +16 -0
  1502. data/vendor/ruby/2.6.0/gems/oj-3.10.0/test/files.rb +29 -0
  1503. data/vendor/ruby/2.6.0/gems/oj-3.10.0/test/foo.rb +167 -0
  1504. data/vendor/ruby/2.6.0/gems/oj-3.10.0/test/helper.rb +26 -0
  1505. data/vendor/ruby/2.6.0/gems/oj-3.10.0/test/isolated/shared.rb +308 -0
  1506. data/vendor/ruby/2.6.0/gems/oj-3.10.0/test/isolated/test_mimic_after.rb +13 -0
  1507. data/vendor/ruby/2.6.0/gems/oj-3.10.0/test/isolated/test_mimic_alone.rb +12 -0
  1508. data/vendor/ruby/2.6.0/gems/oj-3.10.0/test/isolated/test_mimic_as_json.rb +45 -0
  1509. data/vendor/ruby/2.6.0/gems/oj-3.10.0/test/isolated/test_mimic_before.rb +13 -0
  1510. data/vendor/ruby/2.6.0/gems/oj-3.10.0/test/isolated/test_mimic_define.rb +28 -0
  1511. data/vendor/ruby/2.6.0/gems/oj-3.10.0/test/isolated/test_mimic_rails_after.rb +22 -0
  1512. data/vendor/ruby/2.6.0/gems/oj-3.10.0/test/isolated/test_mimic_rails_before.rb +21 -0
  1513. data/vendor/ruby/2.6.0/gems/oj-3.10.0/test/isolated/test_mimic_redefine.rb +15 -0
  1514. data/vendor/ruby/2.6.0/gems/oj-3.10.0/test/json_gem/json_addition_test.rb +216 -0
  1515. data/vendor/ruby/2.6.0/gems/oj-3.10.0/test/json_gem/json_common_interface_test.rb +148 -0
  1516. data/vendor/ruby/2.6.0/gems/oj-3.10.0/test/json_gem/json_encoding_test.rb +107 -0
  1517. data/vendor/ruby/2.6.0/gems/oj-3.10.0/test/json_gem/json_ext_parser_test.rb +20 -0
  1518. data/vendor/ruby/2.6.0/gems/oj-3.10.0/test/json_gem/json_fixtures_test.rb +35 -0
  1519. data/vendor/ruby/2.6.0/gems/oj-3.10.0/test/json_gem/json_generator_test.rb +383 -0
  1520. data/vendor/ruby/2.6.0/gems/oj-3.10.0/test/json_gem/json_generic_object_test.rb +90 -0
  1521. data/vendor/ruby/2.6.0/gems/oj-3.10.0/test/json_gem/json_parser_test.rb +470 -0
  1522. data/vendor/ruby/2.6.0/gems/oj-3.10.0/test/json_gem/json_string_matching_test.rb +42 -0
  1523. data/vendor/ruby/2.6.0/gems/oj-3.10.0/test/json_gem/test_helper.rb +18 -0
  1524. data/vendor/ruby/2.6.0/gems/oj-3.10.0/test/perf.rb +107 -0
  1525. data/vendor/ruby/2.6.0/gems/oj-3.10.0/test/perf_compat.rb +130 -0
  1526. data/vendor/ruby/2.6.0/gems/oj-3.10.0/test/perf_fast.rb +164 -0
  1527. data/vendor/ruby/2.6.0/gems/oj-3.10.0/test/perf_file.rb +64 -0
  1528. data/vendor/ruby/2.6.0/gems/oj-3.10.0/test/perf_object.rb +138 -0
  1529. data/vendor/ruby/2.6.0/gems/oj-3.10.0/test/perf_saj.rb +109 -0
  1530. data/vendor/ruby/2.6.0/gems/oj-3.10.0/test/perf_scp.rb +151 -0
  1531. data/vendor/ruby/2.6.0/gems/oj-3.10.0/test/perf_simple.rb +287 -0
  1532. data/vendor/ruby/2.6.0/gems/oj-3.10.0/test/perf_strict.rb +145 -0
  1533. data/vendor/ruby/2.6.0/gems/oj-3.10.0/test/perf_wab.rb +131 -0
  1534. data/vendor/ruby/2.6.0/gems/oj-3.10.0/test/sample.rb +54 -0
  1535. data/vendor/ruby/2.6.0/gems/oj-3.10.0/test/sample/change.rb +14 -0
  1536. data/vendor/ruby/2.6.0/gems/oj-3.10.0/test/sample/dir.rb +19 -0
  1537. data/vendor/ruby/2.6.0/gems/oj-3.10.0/test/sample/doc.rb +36 -0
  1538. data/vendor/ruby/2.6.0/gems/oj-3.10.0/test/sample/file.rb +48 -0
  1539. data/vendor/ruby/2.6.0/gems/oj-3.10.0/test/sample/group.rb +16 -0
  1540. data/vendor/ruby/2.6.0/gems/oj-3.10.0/test/sample/hasprops.rb +16 -0
  1541. data/vendor/ruby/2.6.0/gems/oj-3.10.0/test/sample/layer.rb +12 -0
  1542. data/vendor/ruby/2.6.0/gems/oj-3.10.0/test/sample/line.rb +20 -0
  1543. data/vendor/ruby/2.6.0/gems/oj-3.10.0/test/sample/oval.rb +10 -0
  1544. data/vendor/ruby/2.6.0/gems/oj-3.10.0/test/sample/rect.rb +10 -0
  1545. data/vendor/ruby/2.6.0/gems/oj-3.10.0/test/sample/shape.rb +35 -0
  1546. data/vendor/ruby/2.6.0/gems/oj-3.10.0/test/sample/text.rb +20 -0
  1547. data/vendor/ruby/2.6.0/gems/oj-3.10.0/test/sample_json.rb +37 -0
  1548. data/vendor/ruby/2.6.0/gems/oj-3.10.0/test/test_compat.rb +502 -0
  1549. data/vendor/ruby/2.6.0/gems/oj-3.10.0/test/test_custom.rb +507 -0
  1550. data/vendor/ruby/2.6.0/gems/oj-3.10.0/test/test_debian.rb +53 -0
  1551. data/vendor/ruby/2.6.0/gems/oj-3.10.0/test/test_fast.rb +470 -0
  1552. data/vendor/ruby/2.6.0/gems/oj-3.10.0/test/test_file.rb +239 -0
  1553. data/vendor/ruby/2.6.0/gems/oj-3.10.0/test/test_gc.rb +49 -0
  1554. data/vendor/ruby/2.6.0/gems/oj-3.10.0/test/test_hash.rb +29 -0
  1555. data/vendor/ruby/2.6.0/gems/oj-3.10.0/test/test_integer_range.rb +72 -0
  1556. data/vendor/ruby/2.6.0/gems/oj-3.10.0/test/test_null.rb +376 -0
  1557. data/vendor/ruby/2.6.0/gems/oj-3.10.0/test/test_object.rb +1019 -0
  1558. data/vendor/ruby/2.6.0/gems/oj-3.10.0/test/test_saj.rb +186 -0
  1559. data/vendor/ruby/2.6.0/gems/oj-3.10.0/test/test_scp.rb +433 -0
  1560. data/vendor/ruby/2.6.0/gems/oj-3.10.0/test/test_strict.rb +433 -0
  1561. data/vendor/ruby/2.6.0/gems/oj-3.10.0/test/test_various.rb +720 -0
  1562. data/vendor/ruby/2.6.0/gems/oj-3.10.0/test/test_wab.rb +307 -0
  1563. data/vendor/ruby/2.6.0/gems/oj-3.10.0/test/test_writer.rb +380 -0
  1564. data/vendor/ruby/2.6.0/gems/oj-3.10.0/test/tests.rb +24 -0
  1565. data/vendor/ruby/2.6.0/gems/oj-3.10.0/test/tests_mimic.rb +14 -0
  1566. data/vendor/ruby/2.6.0/gems/oj-3.10.0/test/tests_mimic_addition.rb +7 -0
  1567. data/vendor/ruby/2.6.0/gems/oj-3.10.0/test/zoo.rb +13 -0
  1568. data/vendor/ruby/2.6.0/gems/parallel-1.19.1/MIT-LICENSE.txt +20 -0
  1569. data/vendor/ruby/2.6.0/gems/parallel-1.19.1/lib/parallel.rb +523 -0
  1570. data/vendor/ruby/2.6.0/gems/parallel-1.19.1/lib/parallel/processor_count.rb +42 -0
  1571. data/vendor/ruby/2.6.0/gems/parallel-1.19.1/lib/parallel/version.rb +3 -0
  1572. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/LICENSE.txt +20 -0
  1573. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/README.md +217 -0
  1574. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/assets/logo.png +0 -0
  1575. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/assets/output.html.erb +261 -0
  1576. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/bin/console +10 -0
  1577. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/bin/setup +7 -0
  1578. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/config/default.yml +3951 -0
  1579. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/exe/rubocop +17 -0
  1580. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop.rb +616 -0
  1581. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/ast/builder.rb +82 -0
  1582. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/ast/node.rb +644 -0
  1583. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/ast/node/alias_node.rb +24 -0
  1584. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/ast/node/and_node.rb +29 -0
  1585. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/ast/node/args_node.rb +29 -0
  1586. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/ast/node/array_node.rb +57 -0
  1587. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/ast/node/block_node.rb +117 -0
  1588. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/ast/node/break_node.rb +17 -0
  1589. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/ast/node/case_node.rb +56 -0
  1590. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/ast/node/class_node.rb +31 -0
  1591. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/ast/node/def_node.rb +71 -0
  1592. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/ast/node/defined_node.rb +17 -0
  1593. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/ast/node/ensure_node.rb +17 -0
  1594. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/ast/node/float_node.rb +12 -0
  1595. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/ast/node/for_node.rb +53 -0
  1596. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/ast/node/hash_node.rb +109 -0
  1597. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/ast/node/if_node.rb +175 -0
  1598. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/ast/node/int_node.rb +12 -0
  1599. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/ast/node/keyword_splat_node.rb +45 -0
  1600. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/ast/node/mixin/basic_literal_node.rb +16 -0
  1601. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/ast/node/mixin/binary_operator_node.rb +43 -0
  1602. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/ast/node/mixin/collection_node.rb +15 -0
  1603. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/ast/node/mixin/conditional_node.rb +45 -0
  1604. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/ast/node/mixin/hash_element_node.rb +125 -0
  1605. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/ast/node/mixin/method_dispatch_node.rb +261 -0
  1606. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/ast/node/mixin/method_identifier_predicates.rb +114 -0
  1607. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/ast/node/mixin/modifier_node.rb +17 -0
  1608. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/ast/node/mixin/numeric_node.rb +21 -0
  1609. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/ast/node/mixin/parameterized_node.rb +61 -0
  1610. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/ast/node/mixin/predicate_operator_node.rb +35 -0
  1611. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/ast/node/module_node.rb +24 -0
  1612. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/ast/node/or_node.rb +29 -0
  1613. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/ast/node/pair_node.rb +63 -0
  1614. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/ast/node/range_node.rb +18 -0
  1615. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/ast/node/regexp_node.rb +35 -0
  1616. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/ast/node/resbody_node.rb +24 -0
  1617. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/ast/node/retry_node.rb +17 -0
  1618. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/ast/node/return_node.rb +24 -0
  1619. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/ast/node/self_class_node.rb +24 -0
  1620. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/ast/node/send_node.rb +13 -0
  1621. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/ast/node/str_node.rb +16 -0
  1622. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/ast/node/super_node.rb +21 -0
  1623. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/ast/node/symbol_node.rb +12 -0
  1624. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/ast/node/until_node.rb +35 -0
  1625. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/ast/node/when_node.rb +53 -0
  1626. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/ast/node/while_node.rb +35 -0
  1627. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/ast/node/yield_node.rb +21 -0
  1628. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/ast/sexp.rb +16 -0
  1629. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/ast/traversal.rb +183 -0
  1630. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cached_data.rb +58 -0
  1631. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cli.rb +127 -0
  1632. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cli/command.rb +21 -0
  1633. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cli/command/auto_genenerate_config.rb +105 -0
  1634. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cli/command/base.rb +33 -0
  1635. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cli/command/execute_runner.rb +76 -0
  1636. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cli/command/init_dotfile.rb +45 -0
  1637. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cli/command/show_cops.rb +73 -0
  1638. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cli/command/version.rb +17 -0
  1639. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cli/environment.rb +21 -0
  1640. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/comment_config.rb +201 -0
  1641. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/config.rb +251 -0
  1642. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/config_loader.rb +273 -0
  1643. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/config_loader_resolver.rb +195 -0
  1644. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/config_obsoletion.rb +275 -0
  1645. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/config_store.rb +48 -0
  1646. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/config_validator.rb +246 -0
  1647. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/autocorrect_logic.rb +103 -0
  1648. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/badge.rb +73 -0
  1649. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/bundler/duplicated_gem.rb +73 -0
  1650. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/bundler/gem_comment.rb +64 -0
  1651. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/bundler/insecure_protocol_source.rb +69 -0
  1652. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/bundler/ordered_gems.rb +73 -0
  1653. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/commissioner.rb +145 -0
  1654. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/cop.rb +294 -0
  1655. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/corrector.rb +172 -0
  1656. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/correctors/alignment_corrector.rb +146 -0
  1657. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/correctors/condition_corrector.rb +28 -0
  1658. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/correctors/each_to_for_corrector.rb +53 -0
  1659. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/correctors/empty_line_corrector.rb +26 -0
  1660. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/correctors/for_to_each_corrector.rb +73 -0
  1661. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/correctors/lambda_literal_to_method_corrector.rb +136 -0
  1662. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/correctors/line_break_corrector.rb +61 -0
  1663. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/correctors/multiline_literal_brace_corrector.rb +68 -0
  1664. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/correctors/ordered_gem_corrector.rb +44 -0
  1665. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/correctors/parentheses_corrector.rb +31 -0
  1666. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/correctors/percent_literal_corrector.rb +117 -0
  1667. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/correctors/punctuation_corrector.rb +29 -0
  1668. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/correctors/space_corrector.rb +48 -0
  1669. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/correctors/string_literal_corrector.rb +25 -0
  1670. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/correctors/unused_arg_corrector.rb +43 -0
  1671. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/force.rb +42 -0
  1672. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/gemspec/duplicated_assignment.rb +104 -0
  1673. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/gemspec/ordered_dependencies.rb +106 -0
  1674. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/gemspec/required_ruby_version.rb +85 -0
  1675. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/gemspec/ruby_version_globals_usage.rb +55 -0
  1676. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/generator.rb +223 -0
  1677. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/generator/configuration_injector.rb +66 -0
  1678. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/generator/require_file_injector.rb +78 -0
  1679. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/ignored_node.rb +38 -0
  1680. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/internal_affairs.rb +9 -0
  1681. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/internal_affairs/method_name_equal.rb +59 -0
  1682. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/internal_affairs/node_destructuring.rb +44 -0
  1683. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/internal_affairs/node_type_predicate.rb +44 -0
  1684. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/internal_affairs/offense_location_keyword.rb +54 -0
  1685. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/internal_affairs/redundant_location_argument.rb +48 -0
  1686. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/internal_affairs/redundant_message_argument.rb +73 -0
  1687. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/internal_affairs/useless_message_assertion.rb +52 -0
  1688. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/layout/access_modifier_indentation.rb +98 -0
  1689. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/layout/argument_alignment.rb +93 -0
  1690. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/layout/array_alignment.rb +39 -0
  1691. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/layout/assignment_indentation.rb +55 -0
  1692. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/layout/block_alignment.rb +244 -0
  1693. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/layout/block_end_newline.rb +62 -0
  1694. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/layout/case_indentation.rb +161 -0
  1695. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/layout/class_structure.rb +340 -0
  1696. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/layout/closing_heredoc_indentation.rb +126 -0
  1697. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/layout/closing_parenthesis_indentation.rb +203 -0
  1698. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/layout/comment_indentation.rb +141 -0
  1699. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/layout/condition_position.rb +56 -0
  1700. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/layout/def_end_alignment.rb +74 -0
  1701. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/layout/dot_position.rb +105 -0
  1702. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/layout/else_alignment.rb +134 -0
  1703. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/layout/empty_comment.rb +151 -0
  1704. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/layout/empty_line_after_guard_clause.rb +157 -0
  1705. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/layout/empty_line_after_magic_comment.rb +64 -0
  1706. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/layout/empty_line_between_defs.rb +151 -0
  1707. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/layout/empty_lines.rb +76 -0
  1708. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/layout/empty_lines_around_access_modifier.rb +215 -0
  1709. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/layout/empty_lines_around_arguments.rb +99 -0
  1710. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/layout/empty_lines_around_begin_body.rb +45 -0
  1711. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/layout/empty_lines_around_block_body.rb +41 -0
  1712. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/layout/empty_lines_around_class_body.rb +88 -0
  1713. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/layout/empty_lines_around_exception_handling_keywords.rb +136 -0
  1714. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/layout/empty_lines_around_method_body.rb +45 -0
  1715. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/layout/empty_lines_around_module_body.rb +62 -0
  1716. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/layout/end_alignment.rb +189 -0
  1717. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/layout/end_of_line.rb +92 -0
  1718. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/layout/extra_spacing.rb +201 -0
  1719. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/layout/first_argument_indentation.rb +249 -0
  1720. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/layout/first_array_element_indentation.rb +167 -0
  1721. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/layout/first_array_element_line_break.rb +45 -0
  1722. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/layout/first_hash_element_indentation.rb +184 -0
  1723. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/layout/first_hash_element_line_break.rb +37 -0
  1724. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/layout/first_method_argument_line_break.rb +55 -0
  1725. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/layout/first_method_parameter_line_break.rb +46 -0
  1726. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/layout/first_parameter_indentation.rb +100 -0
  1727. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/layout/hash_alignment.rb +362 -0
  1728. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/layout/heredoc_argument_closing_parenthesis.rb +289 -0
  1729. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/layout/heredoc_indentation.rb +256 -0
  1730. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/layout/indentation_consistency.rb +202 -0
  1731. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/layout/indentation_width.rb +364 -0
  1732. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/layout/initial_indentation.rb +59 -0
  1733. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/layout/leading_comment_space.rb +88 -0
  1734. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/layout/leading_empty_lines.rb +53 -0
  1735. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/layout/multiline_array_brace_layout.rb +118 -0
  1736. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/layout/multiline_array_line_breaks.rb +39 -0
  1737. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/layout/multiline_assignment_layout.rb +95 -0
  1738. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/layout/multiline_block_layout.rb +146 -0
  1739. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/layout/multiline_hash_brace_layout.rb +122 -0
  1740. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/layout/multiline_hash_key_line_breaks.rb +50 -0
  1741. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/layout/multiline_method_argument_line_breaks.rb +54 -0
  1742. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/layout/multiline_method_call_brace_layout.rb +134 -0
  1743. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/layout/multiline_method_call_indentation.rb +220 -0
  1744. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/layout/multiline_method_definition_brace_layout.rb +131 -0
  1745. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/layout/multiline_operation_indentation.rb +114 -0
  1746. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/layout/parameter_alignment.rb +118 -0
  1747. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/layout/rescue_ensure_alignment.rb +191 -0
  1748. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/layout/space_after_colon.rb +47 -0
  1749. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/layout/space_after_comma.rb +35 -0
  1750. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/layout/space_after_method_name.rb +42 -0
  1751. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/layout/space_after_not.rb +40 -0
  1752. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/layout/space_after_semicolon.rb +32 -0
  1753. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/layout/space_around_block_parameters.rb +169 -0
  1754. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/layout/space_around_equals_in_parameter_default.rb +92 -0
  1755. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/layout/space_around_keyword.rb +244 -0
  1756. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/layout/space_around_operators.rb +182 -0
  1757. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/layout/space_before_block_braces.rb +119 -0
  1758. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/layout/space_before_comma.rb +31 -0
  1759. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/layout/space_before_comment.rb +35 -0
  1760. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/layout/space_before_first_arg.rb +67 -0
  1761. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/layout/space_before_semicolon.rb +27 -0
  1762. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/layout/space_in_lambda_literal.rb +82 -0
  1763. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/layout/space_inside_array_literal_brackets.rb +231 -0
  1764. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/layout/space_inside_array_percent_literal.rb +53 -0
  1765. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/layout/space_inside_block_braces.rb +248 -0
  1766. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/layout/space_inside_hash_literal_braces.rb +207 -0
  1767. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/layout/space_inside_parens.rb +113 -0
  1768. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/layout/space_inside_percent_literal_delimiters.rb +65 -0
  1769. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/layout/space_inside_range_literal.rb +63 -0
  1770. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/layout/space_inside_reference_brackets.rb +150 -0
  1771. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/layout/space_inside_string_interpolation.rb +65 -0
  1772. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/layout/tab.rb +75 -0
  1773. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/layout/trailing_empty_lines.rb +113 -0
  1774. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/layout/trailing_whitespace.rb +77 -0
  1775. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/lint/ambiguous_block_association.rb +62 -0
  1776. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/lint/ambiguous_operator.rb +55 -0
  1777. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/lint/ambiguous_regexp_literal.rb +43 -0
  1778. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/lint/assignment_in_condition.rb +97 -0
  1779. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/lint/big_decimal_new.rb +44 -0
  1780. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/lint/boolean_symbol.rb +38 -0
  1781. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/lint/circular_argument_reference.rb +72 -0
  1782. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/lint/debugger.rb +77 -0
  1783. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/lint/deprecated_class_methods.rb +111 -0
  1784. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/lint/disjunctive_assignment_in_constructor.rb +81 -0
  1785. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/lint/duplicate_case_condition.rb +53 -0
  1786. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/lint/duplicate_hash_key.rb +38 -0
  1787. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/lint/duplicate_methods.rb +239 -0
  1788. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/lint/each_with_object_argument.rb +42 -0
  1789. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/lint/else_layout.rb +66 -0
  1790. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/lint/empty_ensure.rb +60 -0
  1791. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/lint/empty_expression.rb +42 -0
  1792. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/lint/empty_interpolation.rb +36 -0
  1793. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/lint/empty_when.rb +38 -0
  1794. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/lint/end_in_method.rb +40 -0
  1795. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/lint/ensure_return.rb +46 -0
  1796. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/lint/erb_new_arguments.rb +164 -0
  1797. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/lint/flip_flop.rb +32 -0
  1798. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/lint/float_out_of_range.rb +35 -0
  1799. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/lint/format_parameter_mismatch.rb +159 -0
  1800. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/lint/heredoc_method_call_position.rb +156 -0
  1801. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/lint/implicit_string_concatenation.rb +101 -0
  1802. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/lint/ineffective_access_modifier.rb +127 -0
  1803. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/lint/inherit_exception.rb +100 -0
  1804. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/lint/interpolation_check.rb +40 -0
  1805. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/lint/literal_as_condition.rb +138 -0
  1806. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/lint/literal_in_interpolation.rb +98 -0
  1807. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/lint/loop.rb +63 -0
  1808. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/lint/missing_cop_enable_directive.rb +84 -0
  1809. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/lint/multiple_comparison.rb +48 -0
  1810. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/lint/nested_method_definition.rb +104 -0
  1811. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/lint/nested_percent_literal.rb +51 -0
  1812. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/lint/next_without_accumulator.rb +50 -0
  1813. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/lint/non_local_exit_from_iterator.rb +83 -0
  1814. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/lint/number_conversion.rb +81 -0
  1815. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/lint/ordered_magic_comments.rb +86 -0
  1816. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/lint/parentheses_as_grouped_expression.rb +64 -0
  1817. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/lint/percent_string_array.rb +73 -0
  1818. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/lint/percent_symbol_array.rb +69 -0
  1819. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/lint/rand_one.rb +45 -0
  1820. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/lint/redundant_cop_disable_directive.rb +263 -0
  1821. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/lint/redundant_cop_enable_directive.rb +114 -0
  1822. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/lint/redundant_require_statement.rb +50 -0
  1823. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/lint/redundant_splat_expansion.rb +172 -0
  1824. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/lint/redundant_string_coercion.rb +59 -0
  1825. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/lint/redundant_with_index.rb +82 -0
  1826. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/lint/redundant_with_object.rb +83 -0
  1827. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/lint/regexp_as_condition.rb +29 -0
  1828. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/lint/require_parentheses.rb +66 -0
  1829. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/lint/rescue_exception.rb +46 -0
  1830. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/lint/rescue_type.rb +94 -0
  1831. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/lint/return_in_void_context.rb +74 -0
  1832. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/lint/safe_navigation_chain.rb +65 -0
  1833. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/lint/safe_navigation_consistency.rb +94 -0
  1834. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/lint/safe_navigation_with_empty.rb +38 -0
  1835. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/lint/script_permission.rb +70 -0
  1836. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/lint/send_with_mixin_argument.rb +91 -0
  1837. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/lint/shadowed_argument.rb +182 -0
  1838. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/lint/shadowed_exception.rb +178 -0
  1839. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/lint/shadowing_outer_local_variable.rb +53 -0
  1840. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/lint/suppressed_exception.rb +95 -0
  1841. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/lint/syntax.rb +59 -0
  1842. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/lint/to_json.rb +41 -0
  1843. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/lint/underscore_prefixed_variable_name.rb +82 -0
  1844. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/lint/unified_integer.rb +45 -0
  1845. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/lint/unreachable_code.rb +99 -0
  1846. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/lint/unused_block_argument.rb +165 -0
  1847. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/lint/unused_method_argument.rb +86 -0
  1848. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/lint/uri_escape_unescape.rb +76 -0
  1849. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/lint/uri_regexp.rb +73 -0
  1850. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/lint/useless_access_modifier.rb +274 -0
  1851. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/lint/useless_assignment.rb +129 -0
  1852. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/lint/useless_comparison.rb +28 -0
  1853. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/lint/useless_else_without_rescue.rb +49 -0
  1854. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/lint/useless_setter_call.rb +164 -0
  1855. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/lint/void.rb +151 -0
  1856. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/message_annotator.rb +129 -0
  1857. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/metrics/abc_size.rb +24 -0
  1858. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/metrics/block_length.rb +50 -0
  1859. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/metrics/block_nesting.rb +65 -0
  1860. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/metrics/class_length.rb +36 -0
  1861. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/metrics/cyclomatic_complexity.rb +32 -0
  1862. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/metrics/line_length.rb +321 -0
  1863. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/metrics/method_length.rb +36 -0
  1864. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/metrics/module_length.rb +36 -0
  1865. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/metrics/parameter_lists.rb +54 -0
  1866. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/metrics/perceived_complexity.rb +61 -0
  1867. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/metrics/utils/abc_size_calculator.rb +84 -0
  1868. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/migration/department_name.rb +44 -0
  1869. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/mixin/alignment.rb +74 -0
  1870. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/mixin/annotation_comment.rb +37 -0
  1871. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/mixin/array_min_size.rb +59 -0
  1872. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/mixin/array_syntax.rb +17 -0
  1873. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/mixin/check_assignment.rb +44 -0
  1874. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/mixin/check_line_breakable.rb +190 -0
  1875. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/mixin/classish_length.rb +37 -0
  1876. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/mixin/code_length.rb +38 -0
  1877. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/mixin/configurable_enforced_style.rb +98 -0
  1878. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/mixin/configurable_formatting.rb +47 -0
  1879. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/mixin/configurable_max.rb +23 -0
  1880. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/mixin/configurable_naming.rb +16 -0
  1881. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/mixin/configurable_numbering.rb +17 -0
  1882. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/mixin/def_node.rb +33 -0
  1883. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/mixin/documentation_comment.rb +52 -0
  1884. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/mixin/duplication.rb +46 -0
  1885. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/mixin/empty_lines_around_body.rb +172 -0
  1886. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/mixin/empty_parameter.rb +24 -0
  1887. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/mixin/end_keyword_alignment.rb +67 -0
  1888. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/mixin/enforce_superclass.rb +30 -0
  1889. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/mixin/first_element_line_break.rb +46 -0
  1890. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/mixin/frozen_string_literal.rb +53 -0
  1891. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/mixin/hash_alignment_styles.rb +147 -0
  1892. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/mixin/heredoc.rb +32 -0
  1893. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/mixin/ignored_methods.rb +19 -0
  1894. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/mixin/ignored_pattern.rb +29 -0
  1895. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/mixin/integer_node.rb +14 -0
  1896. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/mixin/interpolation.rb +27 -0
  1897. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/mixin/match_range.rb +26 -0
  1898. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/mixin/method_complexity.rb +57 -0
  1899. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/mixin/method_preference.rb +31 -0
  1900. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/mixin/min_body_length.rb +21 -0
  1901. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/mixin/multiline_element_indentation.rb +86 -0
  1902. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/mixin/multiline_element_line_breaks.rb +33 -0
  1903. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/mixin/multiline_expression_indentation.rb +255 -0
  1904. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/mixin/multiline_literal_brace_layout.rb +141 -0
  1905. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/mixin/negative_conditional.rb +32 -0
  1906. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/mixin/nil_methods.rb +25 -0
  1907. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/mixin/on_normal_if_unless.rb +14 -0
  1908. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/mixin/ordered_gem_node.rb +56 -0
  1909. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/mixin/parentheses.rb +17 -0
  1910. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/mixin/parser_diagnostic.rb +37 -0
  1911. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/mixin/percent_array.rb +52 -0
  1912. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/mixin/percent_literal.rb +38 -0
  1913. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/mixin/preceding_following_alignment.rb +181 -0
  1914. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/mixin/preferred_delimiters.rb +53 -0
  1915. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/mixin/range_help.rb +117 -0
  1916. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/mixin/rescue_node.rb +22 -0
  1917. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/mixin/safe_assignment.rb +23 -0
  1918. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/mixin/space_after_punctuation.rb +55 -0
  1919. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/mixin/space_before_punctuation.rb +49 -0
  1920. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/mixin/statement_modifier.rb +71 -0
  1921. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/mixin/string_help.rb +35 -0
  1922. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/mixin/string_literals_help.rb +23 -0
  1923. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/mixin/surrounding_space.rb +146 -0
  1924. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/mixin/target_ruby_version.rb +16 -0
  1925. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/mixin/too_many_lines.rb +35 -0
  1926. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/mixin/trailing_body.rb +26 -0
  1927. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/mixin/trailing_comma.rb +218 -0
  1928. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/mixin/uncommunicative_name.rb +111 -0
  1929. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/mixin/unused_argument.rb +33 -0
  1930. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/naming/accessor_method_name.rb +55 -0
  1931. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/naming/ascii_identifiers.rb +72 -0
  1932. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/naming/binary_operator_parameter_name.rb +43 -0
  1933. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/naming/block_parameter_name.rb +49 -0
  1934. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/naming/class_and_module_camel_case.rb +33 -0
  1935. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/naming/constant_name.rb +81 -0
  1936. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/naming/file_name.rb +212 -0
  1937. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/naming/heredoc_delimiter_case.rb +62 -0
  1938. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/naming/heredoc_delimiter_naming.rb +55 -0
  1939. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/naming/memoized_instance_variable_name.rb +171 -0
  1940. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/naming/method_name.rb +53 -0
  1941. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/naming/method_parameter_name.rb +58 -0
  1942. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/naming/predicate_name.rb +108 -0
  1943. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/naming/rescued_exceptions_variable_name.rb +112 -0
  1944. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/naming/variable_name.rb +52 -0
  1945. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/naming/variable_number.rb +61 -0
  1946. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/offense.rb +205 -0
  1947. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/registry.rb +211 -0
  1948. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/security/eval.rb +31 -0
  1949. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/security/json_load.rb +46 -0
  1950. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/security/marshal_load.rb +39 -0
  1951. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/security/open.rb +71 -0
  1952. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/security/yaml_load.rb +37 -0
  1953. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/severity.rb +77 -0
  1954. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/style/access_modifier_declarations.rb +112 -0
  1955. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/style/alias.rb +147 -0
  1956. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/style/and_or.rb +146 -0
  1957. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/style/array_join.rb +39 -0
  1958. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/style/ascii_comments.rb +61 -0
  1959. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/style/attr.rb +62 -0
  1960. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/style/auto_resource_cleanup.rb +51 -0
  1961. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/style/bare_percent_literals.rb +78 -0
  1962. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/style/begin_block.rb +22 -0
  1963. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/style/block_comments.rb +70 -0
  1964. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/style/block_delimiters.rb +331 -0
  1965. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/style/braces_around_hash_parameters.rb +209 -0
  1966. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/style/case_equality.rb +30 -0
  1967. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/style/character_literal.rb +53 -0
  1968. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/style/class_and_module_children.rb +151 -0
  1969. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/style/class_check.rb +59 -0
  1970. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/style/class_methods.rb +60 -0
  1971. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/style/class_vars.rb +48 -0
  1972. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/style/collection_methods.rb +77 -0
  1973. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/style/colon_method_call.rb +48 -0
  1974. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/style/colon_method_definition.rb +37 -0
  1975. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/style/command_literal.rb +187 -0
  1976. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/style/comment_annotation.rb +97 -0
  1977. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/style/commented_keyword.rb +73 -0
  1978. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/style/conditional_assignment.rb +668 -0
  1979. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/style/constant_visibility.rb +77 -0
  1980. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/style/copyright.rb +99 -0
  1981. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/style/date_time.rb +77 -0
  1982. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/style/def_with_parentheses.rb +57 -0
  1983. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/style/dir.rb +48 -0
  1984. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/style/documentation.rb +97 -0
  1985. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/style/documentation_method.rb +125 -0
  1986. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/style/double_cop_disable_directive.rb +55 -0
  1987. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/style/double_negation.rb +35 -0
  1988. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/style/each_for_simple_loop.rb +58 -0
  1989. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/style/each_with_object.rb +110 -0
  1990. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/style/empty_block_parameter.rb +48 -0
  1991. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/style/empty_case_condition.rb +107 -0
  1992. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/style/empty_else.rb +175 -0
  1993. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/style/empty_lambda_parameter.rb +45 -0
  1994. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/style/empty_literal.rb +123 -0
  1995. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/style/empty_method.rb +115 -0
  1996. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/style/encoding.rb +56 -0
  1997. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/style/end_block.rb +25 -0
  1998. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/style/eval_with_location.rb +148 -0
  1999. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/style/even_odd.rb +58 -0
  2000. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/style/expand_path_arguments.rb +194 -0
  2001. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/style/float_division.rb +94 -0
  2002. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/style/for.rb +88 -0
  2003. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/style/format_string.rb +127 -0
  2004. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/style/format_string_token.rb +121 -0
  2005. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/style/frozen_string_literal_comment.rb +159 -0
  2006. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/style/global_vars.rb +80 -0
  2007. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/style/guard_clause.rb +121 -0
  2008. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/style/hash_syntax.rb +214 -0
  2009. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/style/identical_conditional_branches.rb +130 -0
  2010. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/style/if_inside_else.rb +87 -0
  2011. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/style/if_unless_modifier.rb +134 -0
  2012. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/style/if_unless_modifier_of_if_unless.rb +39 -0
  2013. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/style/if_with_semicolon.rb +30 -0
  2014. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/style/implicit_runtime_error.rb +32 -0
  2015. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/style/infinite_loop.rb +128 -0
  2016. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/style/inline_comment.rb +34 -0
  2017. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/style/inverse_methods.rb +193 -0
  2018. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/style/ip_addresses.rb +76 -0
  2019. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/style/lambda.rb +131 -0
  2020. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/style/lambda_call.rb +93 -0
  2021. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/style/line_end_concatenation.rb +125 -0
  2022. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/style/method_call_with_args_parentheses.rb +388 -0
  2023. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/style/method_call_without_args_parentheses.rb +77 -0
  2024. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/style/method_called_on_do_end_block.rb +46 -0
  2025. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/style/method_def_parentheses.rb +166 -0
  2026. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/style/method_missing_super.rb +34 -0
  2027. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/style/min_max.rb +68 -0
  2028. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/style/missing_else.rb +180 -0
  2029. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/style/missing_respond_to_missing.rb +46 -0
  2030. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/style/mixin_grouping.rb +148 -0
  2031. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/style/mixin_usage.rb +90 -0
  2032. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/style/module_function.rb +104 -0
  2033. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/style/multiline_block_chain.rb +40 -0
  2034. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/style/multiline_if_modifier.rb +67 -0
  2035. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/style/multiline_if_then.rb +50 -0
  2036. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/style/multiline_memoization.rb +94 -0
  2037. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/style/multiline_method_signature.rb +61 -0
  2038. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/style/multiline_ternary_operator.rb +38 -0
  2039. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/style/multiline_when_then.rb +55 -0
  2040. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/style/multiple_comparison.rb +92 -0
  2041. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/style/mutable_constant.rb +174 -0
  2042. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/style/negated_if.rb +99 -0
  2043. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/style/negated_unless.rb +89 -0
  2044. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/style/negated_while.rb +48 -0
  2045. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/style/nested_modifier.rb +107 -0
  2046. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/style/nested_parenthesized_calls.rb +67 -0
  2047. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/style/nested_ternary_operator.rb +32 -0
  2048. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/style/next.rb +244 -0
  2049. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/style/nil_comparison.rb +75 -0
  2050. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/style/non_nil_check.rb +136 -0
  2051. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/style/not.rb +82 -0
  2052. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/style/numeric_literal_prefix.rb +124 -0
  2053. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/style/numeric_literals.rb +114 -0
  2054. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/style/numeric_predicate.rb +137 -0
  2055. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/style/one_line_conditional.rb +101 -0
  2056. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/style/option_hash.rb +55 -0
  2057. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/style/optional_arguments.rb +58 -0
  2058. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/style/or_assignment.rb +95 -0
  2059. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/style/parallel_assignment.rb +287 -0
  2060. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/style/parentheses_around_condition.rb +117 -0
  2061. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/style/percent_literal_delimiters.rb +127 -0
  2062. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/style/percent_q_literals.rb +73 -0
  2063. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/style/perl_backrefs.rb +38 -0
  2064. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/style/preferred_hash_methods.rb +75 -0
  2065. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/style/proc.rb +34 -0
  2066. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/style/raise_args.rb +145 -0
  2067. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/style/random_with_offset.rb +158 -0
  2068. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/style/redundant_begin.rb +91 -0
  2069. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/style/redundant_capital_w.rb +51 -0
  2070. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/style/redundant_condition.rb +112 -0
  2071. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/style/redundant_conditional.rb +97 -0
  2072. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/style/redundant_exception.rb +60 -0
  2073. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/style/redundant_freeze.rb +67 -0
  2074. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/style/redundant_interpolation.rb +98 -0
  2075. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/style/redundant_parentheses.rb +231 -0
  2076. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/style/redundant_percent_q.rb +112 -0
  2077. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/style/redundant_return.rb +171 -0
  2078. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/style/redundant_self.rb +171 -0
  2079. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/style/redundant_sort.rb +165 -0
  2080. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/style/redundant_sort_by.rb +50 -0
  2081. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/style/regexp_literal.rb +228 -0
  2082. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/style/rescue_modifier.rb +73 -0
  2083. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/style/rescue_standard_error.rb +124 -0
  2084. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/style/return_nil.rb +89 -0
  2085. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/style/safe_navigation.rb +275 -0
  2086. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/style/sample.rb +144 -0
  2087. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/style/self_assignment.rb +97 -0
  2088. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/style/semicolon.rb +101 -0
  2089. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/style/send.rb +31 -0
  2090. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/style/signal_exception.rb +211 -0
  2091. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/style/single_line_block_params.rb +95 -0
  2092. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/style/single_line_methods.rb +83 -0
  2093. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/style/special_global_vars.rb +211 -0
  2094. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/style/stabby_lambda_parentheses.rb +86 -0
  2095. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/style/stderr_puts.rb +61 -0
  2096. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/style/string_hash_keys.rb +50 -0
  2097. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/style/string_literals.rb +129 -0
  2098. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/style/string_literals_in_interpolation.rb +49 -0
  2099. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/style/string_methods.rb +46 -0
  2100. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/style/strip.rb +46 -0
  2101. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/style/struct_inheritance.rb +39 -0
  2102. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/style/symbol_array.rb +119 -0
  2103. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/style/symbol_literal.rb +32 -0
  2104. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/style/symbol_proc.rb +110 -0
  2105. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/style/ternary_parentheses.rb +223 -0
  2106. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/style/trailing_body_on_class.rb +43 -0
  2107. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/style/trailing_body_on_method_definition.rb +54 -0
  2108. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/style/trailing_body_on_module.rb +43 -0
  2109. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/style/trailing_comma_in_arguments.rb +96 -0
  2110. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/style/trailing_comma_in_array_literal.rb +58 -0
  2111. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/style/trailing_comma_in_hash_literal.rb +56 -0
  2112. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/style/trailing_method_end_statement.rb +91 -0
  2113. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/style/trailing_underscore_variable.rb +161 -0
  2114. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/style/trivial_accessors.rb +191 -0
  2115. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/style/unless_else.rb +55 -0
  2116. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/style/unpack_first.rb +65 -0
  2117. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/style/variable_interpolation.rb +48 -0
  2118. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/style/when_then.rb +37 -0
  2119. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/style/while_until_do.rb +59 -0
  2120. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/style/while_until_modifier.rb +61 -0
  2121. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/style/word_array.rb +102 -0
  2122. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/style/yoda_condition.rb +141 -0
  2123. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/style/zero_length_predicate.rb +117 -0
  2124. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/team.rb +196 -0
  2125. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/util.rb +127 -0
  2126. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/utils/format_string.rb +120 -0
  2127. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/variable_force.rb +466 -0
  2128. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/variable_force/assignment.rb +96 -0
  2129. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/variable_force/branch.rb +322 -0
  2130. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/variable_force/branchable.rb +23 -0
  2131. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/variable_force/reference.rb +49 -0
  2132. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/variable_force/scope.rb +109 -0
  2133. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/variable_force/variable.rb +117 -0
  2134. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/cop/variable_force/variable_table.rb +129 -0
  2135. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/core_ext/string.rb +23 -0
  2136. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/error.rb +34 -0
  2137. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/file_finder.rb +42 -0
  2138. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/formatter/auto_gen_config_formatter.rb +16 -0
  2139. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/formatter/base_formatter.rb +123 -0
  2140. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/formatter/clang_style_formatter.rb +57 -0
  2141. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/formatter/colorizable.rb +41 -0
  2142. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/formatter/disabled_config_formatter.rb +224 -0
  2143. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/formatter/disabled_lines_formatter.rb +57 -0
  2144. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/formatter/emacs_style_formatter.rb +37 -0
  2145. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/formatter/file_list_formatter.rb +20 -0
  2146. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/formatter/formatter_set.rb +106 -0
  2147. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/formatter/fuubar_style_formatter.rb +80 -0
  2148. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/formatter/html_formatter.rb +141 -0
  2149. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/formatter/json_formatter.rb +80 -0
  2150. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/formatter/offense_count_formatter.rb +74 -0
  2151. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/formatter/pacman_formatter.rb +80 -0
  2152. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/formatter/progress_formatter.rb +63 -0
  2153. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/formatter/quiet_formatter.rb +13 -0
  2154. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/formatter/simple_text_formatter.rb +138 -0
  2155. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/formatter/tap_formatter.rb +82 -0
  2156. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/formatter/text_util.rb +20 -0
  2157. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/formatter/worst_offenders_formatter.rb +62 -0
  2158. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/magic_comment.rb +214 -0
  2159. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/name_similarity.rb +21 -0
  2160. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/node_pattern.rb +801 -0
  2161. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/options.rb +460 -0
  2162. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/path_util.rb +85 -0
  2163. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/platform.rb +11 -0
  2164. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/processed_source.rb +216 -0
  2165. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/rake_task.rb +80 -0
  2166. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/remote_config.rb +106 -0
  2167. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/result_cache.rb +205 -0
  2168. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/rspec/cop_helper.rb +94 -0
  2169. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/rspec/expect_offense.rb +240 -0
  2170. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/rspec/host_environment_simulation_helper.rb +28 -0
  2171. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/rspec/shared_contexts.rb +90 -0
  2172. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/rspec/support.rb +13 -0
  2173. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/runner.rb +375 -0
  2174. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/string_interpreter.rb +57 -0
  2175. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/string_util.rb +14 -0
  2176. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/target_finder.rb +196 -0
  2177. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/token.rb +114 -0
  2178. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/version.rb +21 -0
  2179. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/warning.rb +11 -0
  2180. data/vendor/ruby/2.6.0/gems/rubocop-0.77.0/lib/rubocop/yaml_duplication_checker.rb +39 -0
  2181. data/vendor/ruby/2.6.0/gems/zeitwerk-2.2.2/MIT-LICENSE +20 -0
  2182. data/vendor/ruby/2.6.0/gems/zeitwerk-2.2.2/README.md +676 -0
  2183. data/vendor/ruby/2.6.0/gems/zeitwerk-2.2.2/lib/zeitwerk.rb +12 -0
  2184. data/vendor/ruby/2.6.0/gems/zeitwerk-2.2.2/lib/zeitwerk/error.rb +10 -0
  2185. data/vendor/ruby/2.6.0/gems/zeitwerk-2.2.2/lib/zeitwerk/explicit_namespace.rb +80 -0
  2186. data/vendor/ruby/2.6.0/gems/zeitwerk-2.2.2/lib/zeitwerk/gem_inflector.rb +19 -0
  2187. data/vendor/ruby/2.6.0/gems/zeitwerk-2.2.2/lib/zeitwerk/inflector.rb +49 -0
  2188. data/vendor/ruby/2.6.0/gems/zeitwerk-2.2.2/lib/zeitwerk/kernel.rb +33 -0
  2189. data/vendor/ruby/2.6.0/gems/zeitwerk-2.2.2/lib/zeitwerk/loader.rb +765 -0
  2190. data/vendor/ruby/2.6.0/gems/zeitwerk-2.2.2/lib/zeitwerk/loader/callbacks.rb +71 -0
  2191. data/vendor/ruby/2.6.0/gems/zeitwerk-2.2.2/lib/zeitwerk/real_mod_name.rb +21 -0
  2192. data/vendor/ruby/2.6.0/gems/zeitwerk-2.2.2/lib/zeitwerk/registry.rb +147 -0
  2193. data/vendor/ruby/2.6.0/gems/zeitwerk-2.2.2/lib/zeitwerk/version.rb +5 -0
  2194. data/vendor/ruby/2.6.0/specifications/autoprefixer-rails-9.7.3.gemspec +47 -0
  2195. data/vendor/ruby/2.6.0/specifications/brakeman-4.7.2.gemspec +24 -0
  2196. data/vendor/ruby/2.6.0/specifications/ffi-1.11.3.gemspec +50 -0
  2197. data/vendor/ruby/2.6.0/specifications/loofah-2.4.0.gemspec +75 -0
  2198. data/vendor/ruby/2.6.0/specifications/nokogiri-1.10.7.gemspec +85 -0
  2199. data/vendor/ruby/2.6.0/specifications/oj-3.10.0.gemspec +48 -0
  2200. data/vendor/ruby/2.6.0/specifications/parallel-1.19.1.gemspec +21 -0
  2201. data/vendor/ruby/2.6.0/specifications/rubocop-0.77.0.gemspec +56 -0
  2202. data/vendor/ruby/2.6.0/specifications/zeitwerk-2.2.2.gemspec +21 -0
  2203. metadata +2211 -2
@@ -0,0 +1,10 @@
1
+ #!/usr/bin/env ruby
2
+ # frozen_string_literal: true
3
+
4
+ require 'bundler/setup'
5
+ require 'pry'
6
+ require 'rubocop'
7
+
8
+ ARGV.clear
9
+
10
+ RuboCop.pry
@@ -0,0 +1,7 @@
1
+ #!/usr/bin/env bash
2
+
3
+ set -euo pipefail
4
+ IFS=$'\n\t'
5
+ set -vx
6
+
7
+ bundle install
@@ -0,0 +1,3951 @@
1
+ # Common configuration.
2
+
3
+ AllCops:
4
+ RubyInterpreters:
5
+ - ruby
6
+ - macruby
7
+ - rake
8
+ - jruby
9
+ - rbx
10
+ # Include common Ruby source files.
11
+ Include:
12
+ - '**/*.rb'
13
+ - '**/*.arb'
14
+ - '**/*.axlsx'
15
+ - '**/*.builder'
16
+ - '**/*.fcgi'
17
+ - '**/*.gemfile'
18
+ - '**/*.gemspec'
19
+ - '**/*.god'
20
+ - '**/*.jb'
21
+ - '**/*.jbuilder'
22
+ - '**/*.mspec'
23
+ - '**/*.opal'
24
+ - '**/*.pluginspec'
25
+ - '**/*.podspec'
26
+ - '**/*.rabl'
27
+ - '**/*.rake'
28
+ - '**/*.rbuild'
29
+ - '**/*.rbw'
30
+ - '**/*.rbx'
31
+ - '**/*.ru'
32
+ - '**/*.ruby'
33
+ - '**/*.spec'
34
+ - '**/*.thor'
35
+ - '**/*.watchr'
36
+ - '**/.irbrc'
37
+ - '**/.pryrc'
38
+ - '**/buildfile'
39
+ - '**/Appraisals'
40
+ - '**/Berksfile'
41
+ - '**/Brewfile'
42
+ - '**/Buildfile'
43
+ - '**/Capfile'
44
+ - '**/Cheffile'
45
+ - '**/Dangerfile'
46
+ - '**/Deliverfile'
47
+ - '**/Fastfile'
48
+ - '**/*Fastfile'
49
+ - '**/Gemfile'
50
+ - '**/Guardfile'
51
+ - '**/Jarfile'
52
+ - '**/Mavenfile'
53
+ - '**/Podfile'
54
+ - '**/Puppetfile'
55
+ - '**/Rakefile'
56
+ - '**/Snapfile'
57
+ - '**/Thorfile'
58
+ - '**/Vagabondfile'
59
+ - '**/Vagrantfile'
60
+ Exclude:
61
+ - 'node_modules/**/*'
62
+ - 'vendor/**/*'
63
+ - '.git/**/*'
64
+ # Default formatter will be used if no `-f/--format` option is given.
65
+ DefaultFormatter: progress
66
+ # Cop names are displayed in offense messages by default. Change behavior
67
+ # by overriding DisplayCopNames, or by giving the `--no-display-cop-names`
68
+ # option.
69
+ DisplayCopNames: true
70
+ # Style guide URLs are not displayed in offense messages by default. Change
71
+ # behavior by overriding `DisplayStyleGuide`, or by giving the
72
+ # `-S/--display-style-guide` option.
73
+ DisplayStyleGuide: false
74
+ # When specifying style guide URLs, any paths and/or fragments will be
75
+ # evaluated relative to the base URL.
76
+ StyleGuideBaseURL: https://rubystyle.guide
77
+ # Extra details are not displayed in offense messages by default. Change
78
+ # behavior by overriding ExtraDetails, or by giving the
79
+ # `-E/--extra-details` option.
80
+ ExtraDetails: false
81
+ # Additional cops that do not reference a style guide rule may be enabled by
82
+ # default. Change behavior by overriding `StyleGuideCopsOnly`, or by giving
83
+ # the `--only-guide-cops` option.
84
+ StyleGuideCopsOnly: false
85
+ # All cops except the ones configured `Enabled: false` in this file are enabled by default.
86
+ # Change this behavior by overriding either `DisabledByDefault` or `EnabledByDefault`.
87
+ # When `DisabledByDefault` is `true`, all cops in the default configuration
88
+ # are disabled, and only cops in user configuration are enabled. This makes
89
+ # cops opt-in instead of opt-out. Note that when `DisabledByDefault` is `true`,
90
+ # cops in user configuration will be enabled even if they don't set the
91
+ # Enabled parameter.
92
+ # When `EnabledByDefault` is `true`, all cops, even those configured `Enabled: false`
93
+ # in this file are enabled by default. Cops can still be disabled in user configuration.
94
+ # Note that it is invalid to set both EnabledByDefault and DisabledByDefault
95
+ # to true in the same configuration.
96
+ EnabledByDefault: false
97
+ DisabledByDefault: false
98
+ # Enables the result cache if `true`. Can be overridden by the `--cache` command
99
+ # line option.
100
+ UseCache: true
101
+ # Threshold for how many files can be stored in the result cache before some
102
+ # of the files are automatically removed.
103
+ MaxFilesInCache: 20000
104
+ # The cache will be stored in "rubocop_cache" under this directory. If
105
+ # CacheRootDirectory is ~ (nil), which it is by default, the root will be
106
+ # taken from the environment variable `$XDG_CACHE_HOME` if it is set, or if
107
+ # `$XDG_CACHE_HOME` is not set, it will be `$HOME/.cache/`.
108
+ CacheRootDirectory: ~
109
+ # It is possible for a malicious user to know the location of RuboCop's cache
110
+ # directory by looking at CacheRootDirectory, and create a symlink in its
111
+ # place that could cause RuboCop to overwrite unintended files, or read
112
+ # malicious input. If you are certain that your cache location is secure from
113
+ # this kind of attack, and wish to use a symlinked cache location, set this
114
+ # value to "true".
115
+ AllowSymlinksInCacheRootDirectory: false
116
+ # What MRI version of the Ruby interpreter is the inspected code intended to
117
+ # run on? (If there is more than one, set this to the lowest version.)
118
+ # If a value is specified for TargetRubyVersion then it is used. Acceptable
119
+ # values are specificed as a float (i.e. 2.5); the teeny version of Ruby
120
+ # should not be included. If the project specifies a Ruby version in the
121
+ # .ruby-version file, Gemfile or gems.rb file, RuboCop will try to determine
122
+ # the desired version of Ruby by inspecting the .ruby-version file first,
123
+ # followed by the Gemfile.lock or gems.locked file. (Although the Ruby version
124
+ # is specified in the Gemfile or gems.rb file, RuboCop reads the final value
125
+ # from the lock file.) If the Ruby version is still unresolved, RuboCop will
126
+ # use the oldest officially supported Ruby version (currently Ruby 2.3).
127
+ TargetRubyVersion: ~
128
+
129
+ #################### Bundler ###############################
130
+
131
+ Bundler/DuplicatedGem:
132
+ Description: 'Checks for duplicate gem entries in Gemfile.'
133
+ Enabled: true
134
+ VersionAdded: '0.46'
135
+ Include:
136
+ - '**/*.gemfile'
137
+ - '**/Gemfile'
138
+ - '**/gems.rb'
139
+
140
+ Bundler/GemComment:
141
+ Description: 'Add a comment describing each gem.'
142
+ Enabled: false
143
+ VersionAdded: '0.59'
144
+ VersionChanged: '0.77'
145
+ Include:
146
+ - '**/*.gemfile'
147
+ - '**/Gemfile'
148
+ - '**/gems.rb'
149
+ IgnoredGems: []
150
+
151
+ Bundler/InsecureProtocolSource:
152
+ Description: >-
153
+ The source `:gemcutter`, `:rubygems` and `:rubyforge` are deprecated
154
+ because HTTP requests are insecure. Please change your source to
155
+ 'https://rubygems.org' if possible, or 'http://rubygems.org' if not.
156
+ Enabled: true
157
+ VersionAdded: '0.50'
158
+ Include:
159
+ - '**/*.gemfile'
160
+ - '**/Gemfile'
161
+ - '**/gems.rb'
162
+
163
+ Bundler/OrderedGems:
164
+ Description: >-
165
+ Gems within groups in the Gemfile should be alphabetically sorted.
166
+ Enabled: true
167
+ VersionAdded: '0.46'
168
+ VersionChanged: '0.47'
169
+ TreatCommentsAsGroupSeparators: true
170
+ Include:
171
+ - '**/*.gemfile'
172
+ - '**/Gemfile'
173
+ - '**/gems.rb'
174
+
175
+ #################### Gemspec ###############################
176
+
177
+ Gemspec/DuplicatedAssignment:
178
+ Description: 'An attribute assignment method calls should be listed only once in a gemspec.'
179
+ Enabled: true
180
+ VersionAdded: '0.52'
181
+ Include:
182
+ - '**/*.gemspec'
183
+
184
+ Gemspec/OrderedDependencies:
185
+ Description: >-
186
+ Dependencies in the gemspec should be alphabetically sorted.
187
+ Enabled: true
188
+ VersionAdded: '0.51'
189
+ TreatCommentsAsGroupSeparators: true
190
+ Include:
191
+ - '**/*.gemspec'
192
+
193
+ Gemspec/RequiredRubyVersion:
194
+ Description: 'Checks that `required_ruby_version` of gemspec and `TargetRubyVersion` of .rubocop.yml are equal.'
195
+ Enabled: true
196
+ VersionAdded: '0.52'
197
+ Include:
198
+ - '**/*.gemspec'
199
+ -
200
+ Gemspec/RubyVersionGlobalsUsage:
201
+ Description: Checks usage of RUBY_VERSION in gemspec.
202
+ Enabled: true
203
+ VersionAdded: '0.72'
204
+ Include:
205
+ - '**/*.gemspec'
206
+
207
+ #################### Layout ###########################
208
+
209
+ Layout/AccessModifierIndentation:
210
+ Description: Check indentation of private/protected visibility modifiers.
211
+ StyleGuide: '#indent-public-private-protected'
212
+ Enabled: true
213
+ VersionAdded: '0.49'
214
+ EnforcedStyle: indent
215
+ SupportedStyles:
216
+ - outdent
217
+ - indent
218
+ # By default, the indentation width from Layout/IndentationWidth is used
219
+ # But it can be overridden by setting this parameter
220
+ IndentationWidth: ~
221
+
222
+ Layout/ArgumentAlignment:
223
+ Description: >-
224
+ Align the arguments of a method call if they span more
225
+ than one line.
226
+ StyleGuide: '#no-double-indent'
227
+ Enabled: true
228
+ VersionAdded: '0.68'
229
+ VersionChanged: '0.77'
230
+ # Alignment of arguments in multi-line method calls.
231
+ #
232
+ # The `with_first_argument` style aligns the following lines along the same
233
+ # column as the first parameter.
234
+ #
235
+ # method_call(a,
236
+ # b)
237
+ #
238
+ # The `with_fixed_indentation` style aligns the following lines with one
239
+ # level of indentation relative to the start of the line with the method call.
240
+ #
241
+ # method_call(a,
242
+ # b)
243
+ EnforcedStyle: with_first_argument
244
+ SupportedStyles:
245
+ - with_first_argument
246
+ - with_fixed_indentation
247
+ # By default, the indentation width from Layout/IndentationWidth is used
248
+ # But it can be overridden by setting this parameter
249
+ IndentationWidth: ~
250
+
251
+ Layout/ArrayAlignment:
252
+ Description: >-
253
+ Align the elements of an array literal if they span more than
254
+ one line.
255
+ StyleGuide: '#align-multiline-arrays'
256
+ Enabled: true
257
+ VersionAdded: '0.49'
258
+ VersionChanged: '0.77'
259
+
260
+ Layout/AssignmentIndentation:
261
+ Description: >-
262
+ Checks the indentation of the first line of the
263
+ right-hand-side of a multi-line assignment.
264
+ Enabled: true
265
+ VersionAdded: '0.49'
266
+ VersionChanged: '0.77'
267
+ # By default, the indentation width from `Layout/IndentationWidth` is used
268
+ # But it can be overridden by setting this parameter
269
+ IndentationWidth: ~
270
+
271
+ Layout/BlockAlignment:
272
+ Description: 'Align block ends correctly.'
273
+ Enabled: true
274
+ VersionAdded: '0.53'
275
+ # The value `start_of_block` means that the `end` should be aligned with line
276
+ # where the `do` keyword appears.
277
+ # The value `start_of_line` means it should be aligned with the whole
278
+ # expression's starting line.
279
+ # The value `either` means both are allowed.
280
+ EnforcedStyleAlignWith: either
281
+ SupportedStylesAlignWith:
282
+ - either
283
+ - start_of_block
284
+ - start_of_line
285
+
286
+ Layout/BlockEndNewline:
287
+ Description: 'Put end statement of multiline block on its own line.'
288
+ Enabled: true
289
+ VersionAdded: '0.49'
290
+
291
+ Layout/CaseIndentation:
292
+ Description: 'Indentation of when in a case/when/[else/]end.'
293
+ StyleGuide: '#indent-when-to-case'
294
+ Enabled: true
295
+ VersionAdded: '0.49'
296
+ EnforcedStyle: case
297
+ SupportedStyles:
298
+ - case
299
+ - end
300
+ IndentOneStep: false
301
+ # By default, the indentation width from `Layout/IndentationWidth` is used.
302
+ # But it can be overridden by setting this parameter.
303
+ # This only matters if `IndentOneStep` is `true`
304
+ IndentationWidth: ~
305
+
306
+ Layout/ClassStructure:
307
+ Description: 'Enforces a configured order of definitions within a class body.'
308
+ StyleGuide: '#consistent-classes'
309
+ Enabled: false
310
+ VersionAdded: '0.52'
311
+ Categories:
312
+ module_inclusion:
313
+ - include
314
+ - prepend
315
+ - extend
316
+ ExpectedOrder:
317
+ - module_inclusion
318
+ - constants
319
+ - public_class_methods
320
+ - initializer
321
+ - public_methods
322
+ - protected_methods
323
+ - private_methods
324
+
325
+ Layout/ClosingHeredocIndentation:
326
+ Description: 'Checks the indentation of here document closings.'
327
+ Enabled: true
328
+ VersionAdded: '0.57'
329
+
330
+ Layout/ClosingParenthesisIndentation:
331
+ Description: 'Checks the indentation of hanging closing parentheses.'
332
+ Enabled: true
333
+ VersionAdded: '0.49'
334
+
335
+ Layout/CommentIndentation:
336
+ Description: 'Indentation of comments.'
337
+ Enabled: true
338
+ VersionAdded: '0.49'
339
+
340
+ Layout/ConditionPosition:
341
+ Description: >-
342
+ Checks for condition placed in a confusing position relative to
343
+ the keyword.
344
+ StyleGuide: '#same-line-condition'
345
+ Enabled: true
346
+ VersionAdded: '0.53'
347
+
348
+ Layout/DefEndAlignment:
349
+ Description: 'Align ends corresponding to defs correctly.'
350
+ Enabled: true
351
+ VersionAdded: '0.53'
352
+ # The value `def` means that `end` should be aligned with the def keyword.
353
+ # The value `start_of_line` means that `end` should be aligned with method
354
+ # calls like `private`, `public`, etc, if present in front of the `def`
355
+ # keyword on the same line.
356
+ EnforcedStyleAlignWith: start_of_line
357
+ SupportedStylesAlignWith:
358
+ - start_of_line
359
+ - def
360
+ AutoCorrect: false
361
+ Severity: warning
362
+
363
+ Layout/DotPosition:
364
+ Description: 'Checks the position of the dot in multi-line method calls.'
365
+ StyleGuide: '#consistent-multi-line-chains'
366
+ Enabled: true
367
+ VersionAdded: '0.49'
368
+ EnforcedStyle: leading
369
+ SupportedStyles:
370
+ - leading
371
+ - trailing
372
+
373
+ Layout/ElseAlignment:
374
+ Description: 'Align elses and elsifs correctly.'
375
+ Enabled: true
376
+ VersionAdded: '0.49'
377
+
378
+ Layout/EmptyComment:
379
+ Description: 'Checks empty comment.'
380
+ Enabled: true
381
+ VersionAdded: '0.53'
382
+ AllowBorderComment: true
383
+ AllowMarginComment: true
384
+
385
+ Layout/EmptyLineAfterGuardClause:
386
+ Description: 'Add empty line after guard clause.'
387
+ Enabled: true
388
+ VersionAdded: '0.56'
389
+ VersionChanged: '0.59'
390
+
391
+ Layout/EmptyLineAfterMagicComment:
392
+ Description: 'Add an empty line after magic comments to separate them from code.'
393
+ StyleGuide: '#separate-magic-comments-from-code'
394
+ Enabled: true
395
+ VersionAdded: '0.49'
396
+
397
+ Layout/EmptyLineBetweenDefs:
398
+ Description: 'Use empty lines between defs.'
399
+ StyleGuide: '#empty-lines-between-methods'
400
+ Enabled: true
401
+ VersionAdded: '0.49'
402
+ # If `true`, this parameter means that single line method definitions don't
403
+ # need an empty line between them.
404
+ AllowAdjacentOneLineDefs: false
405
+ # Can be array to specify minimum and maximum number of empty lines, e.g. [1, 2]
406
+ NumberOfEmptyLines: 1
407
+
408
+ Layout/EmptyLines:
409
+ Description: "Don't use several empty lines in a row."
410
+ StyleGuide: '#two-or-more-empty-lines'
411
+ Enabled: true
412
+ VersionAdded: '0.49'
413
+
414
+ Layout/EmptyLinesAroundAccessModifier:
415
+ Description: "Keep blank lines around access modifiers."
416
+ StyleGuide: '#empty-lines-around-access-modifier'
417
+ Enabled: true
418
+ VersionAdded: '0.49'
419
+ EnforcedStyle: around
420
+ SupportedStyles:
421
+ - around
422
+ - only_before
423
+ Reference:
424
+ # A reference to `EnforcedStyle: only_before`.
425
+ - https://edgeguides.rubyonrails.org/contributing_to_ruby_on_rails.html#follow-the-coding-conventions
426
+
427
+ Layout/EmptyLinesAroundArguments:
428
+ Description: "Keeps track of empty lines around method arguments."
429
+ Enabled: true
430
+ VersionAdded: '0.52'
431
+
432
+ Layout/EmptyLinesAroundBeginBody:
433
+ Description: "Keeps track of empty lines around begin-end bodies."
434
+ StyleGuide: '#empty-lines-around-bodies'
435
+ Enabled: true
436
+ VersionAdded: '0.49'
437
+
438
+ Layout/EmptyLinesAroundBlockBody:
439
+ Description: "Keeps track of empty lines around block bodies."
440
+ StyleGuide: '#empty-lines-around-bodies'
441
+ Enabled: true
442
+ VersionAdded: '0.49'
443
+ EnforcedStyle: no_empty_lines
444
+ SupportedStyles:
445
+ - empty_lines
446
+ - no_empty_lines
447
+
448
+ Layout/EmptyLinesAroundClassBody:
449
+ Description: "Keeps track of empty lines around class bodies."
450
+ StyleGuide: '#empty-lines-around-bodies'
451
+ Enabled: true
452
+ VersionAdded: '0.49'
453
+ VersionChanged: '0.53'
454
+ EnforcedStyle: no_empty_lines
455
+ SupportedStyles:
456
+ - empty_lines
457
+ - empty_lines_except_namespace
458
+ - empty_lines_special
459
+ - no_empty_lines
460
+ - beginning_only
461
+ - ending_only
462
+
463
+ Layout/EmptyLinesAroundExceptionHandlingKeywords:
464
+ Description: "Keeps track of empty lines around exception handling keywords."
465
+ StyleGuide: '#empty-lines-around-bodies'
466
+ Enabled: true
467
+ VersionAdded: '0.49'
468
+
469
+ Layout/EmptyLinesAroundMethodBody:
470
+ Description: "Keeps track of empty lines around method bodies."
471
+ StyleGuide: '#empty-lines-around-bodies'
472
+ Enabled: true
473
+ VersionAdded: '0.49'
474
+
475
+ Layout/EmptyLinesAroundModuleBody:
476
+ Description: "Keeps track of empty lines around module bodies."
477
+ StyleGuide: '#empty-lines-around-bodies'
478
+ Enabled: true
479
+ VersionAdded: '0.49'
480
+ EnforcedStyle: no_empty_lines
481
+ SupportedStyles:
482
+ - empty_lines
483
+ - empty_lines_except_namespace
484
+ - empty_lines_special
485
+ - no_empty_lines
486
+
487
+ Layout/EndAlignment:
488
+ Description: 'Align ends correctly.'
489
+ Enabled: true
490
+ VersionAdded: '0.53'
491
+ # The value `keyword` means that `end` should be aligned with the matching
492
+ # keyword (`if`, `while`, etc.).
493
+ # The value `variable` means that in assignments, `end` should be aligned
494
+ # with the start of the variable on the left hand side of `=`. In all other
495
+ # situations, `end` should still be aligned with the keyword.
496
+ # The value `start_of_line` means that `end` should be aligned with the start
497
+ # of the line which the matching keyword appears on.
498
+ EnforcedStyleAlignWith: keyword
499
+ SupportedStylesAlignWith:
500
+ - keyword
501
+ - variable
502
+ - start_of_line
503
+ AutoCorrect: false
504
+ Severity: warning
505
+
506
+ Layout/EndOfLine:
507
+ Description: 'Use Unix-style line endings.'
508
+ StyleGuide: '#crlf'
509
+ Enabled: true
510
+ VersionAdded: '0.49'
511
+ # The `native` style means that CR+LF (Carriage Return + Line Feed) is
512
+ # enforced on Windows, and LF is enforced on other platforms. The other styles
513
+ # mean LF and CR+LF, respectively.
514
+ EnforcedStyle: native
515
+ SupportedStyles:
516
+ - native
517
+ - lf
518
+ - crlf
519
+
520
+ Layout/ExtraSpacing:
521
+ Description: 'Do not use unnecessary spacing.'
522
+ Enabled: true
523
+ VersionAdded: '0.49'
524
+ # When true, allows most uses of extra spacing if the intent is to align
525
+ # things with the previous or next line, not counting empty lines or comment
526
+ # lines.
527
+ AllowForAlignment: true
528
+ # When true, allows things like 'obj.meth(arg) # comment',
529
+ # rather than insisting on 'obj.meth(arg) # comment'.
530
+ # If done for alignment, either this OR AllowForAlignment will allow it.
531
+ AllowBeforeTrailingComments: false
532
+ # When true, forces the alignment of `=` in assignments on consecutive lines.
533
+ ForceEqualSignAlignment: false
534
+
535
+ Layout/FirstArgumentIndentation:
536
+ Description: 'Checks the indentation of the first argument in a method call.'
537
+ Enabled: true
538
+ VersionAdded: '0.68'
539
+ VersionChanged: '0.77'
540
+ EnforcedStyle: special_for_inner_method_call_in_parentheses
541
+ SupportedStyles:
542
+ # The first parameter should always be indented one step more than the
543
+ # preceding line.
544
+ - consistent
545
+ # The first parameter should always be indented one level relative to the
546
+ # parent that is receiving the parameter
547
+ - consistent_relative_to_receiver
548
+ # The first parameter should normally be indented one step more than the
549
+ # preceding line, but if it's a parameter for a method call that is itself
550
+ # a parameter in a method call, then the inner parameter should be indented
551
+ # relative to the inner method.
552
+ - special_for_inner_method_call
553
+ # Same as `special_for_inner_method_call` except that the special rule only
554
+ # applies if the outer method call encloses its arguments in parentheses.
555
+ - special_for_inner_method_call_in_parentheses
556
+ # By default, the indentation width from `Layout/IndentationWidth` is used
557
+ # But it can be overridden by setting this parameter
558
+ IndentationWidth: ~
559
+
560
+ Layout/FirstArrayElementIndentation:
561
+ Description: >-
562
+ Checks the indentation of the first element in an array
563
+ literal.
564
+ Enabled: true
565
+ VersionAdded: '0.68'
566
+ VersionChanged: '0.77'
567
+ # The value `special_inside_parentheses` means that array literals with
568
+ # brackets that have their opening bracket on the same line as a surrounding
569
+ # opening round parenthesis, shall have their first element indented relative
570
+ # to the first position inside the parenthesis.
571
+ #
572
+ # The value `consistent` means that the indentation of the first element shall
573
+ # always be relative to the first position of the line where the opening
574
+ # bracket is.
575
+ #
576
+ # The value `align_brackets` means that the indentation of the first element
577
+ # shall always be relative to the position of the opening bracket.
578
+ EnforcedStyle: special_inside_parentheses
579
+ SupportedStyles:
580
+ - special_inside_parentheses
581
+ - consistent
582
+ - align_brackets
583
+ # By default, the indentation width from `Layout/IndentationWidth` is used
584
+ # But it can be overridden by setting this parameter
585
+ IndentationWidth: ~
586
+
587
+ Layout/FirstArrayElementLineBreak:
588
+ Description: >-
589
+ Checks for a line break before the first element in a
590
+ multi-line array.
591
+ Enabled: false
592
+ VersionAdded: '0.49'
593
+
594
+ Layout/FirstHashElementIndentation:
595
+ Description: 'Checks the indentation of the first key in a hash literal.'
596
+ Enabled: true
597
+ VersionAdded: '0.68'
598
+ VersionChanged: '0.77'
599
+ # The value `special_inside_parentheses` means that hash literals with braces
600
+ # that have their opening brace on the same line as a surrounding opening
601
+ # round parenthesis, shall have their first key indented relative to the
602
+ # first position inside the parenthesis.
603
+ #
604
+ # The value `consistent` means that the indentation of the first key shall
605
+ # always be relative to the first position of the line where the opening
606
+ # brace is.
607
+ #
608
+ # The value `align_braces` means that the indentation of the first key shall
609
+ # always be relative to the position of the opening brace.
610
+ EnforcedStyle: special_inside_parentheses
611
+ SupportedStyles:
612
+ - special_inside_parentheses
613
+ - consistent
614
+ - align_braces
615
+ # By default, the indentation width from `Layout/IndentationWidth` is used
616
+ # But it can be overridden by setting this parameter
617
+ IndentationWidth: ~
618
+
619
+ Layout/FirstHashElementLineBreak:
620
+ Description: >-
621
+ Checks for a line break before the first element in a
622
+ multi-line hash.
623
+ Enabled: false
624
+ VersionAdded: '0.49'
625
+
626
+ Layout/FirstMethodArgumentLineBreak:
627
+ Description: >-
628
+ Checks for a line break before the first argument in a
629
+ multi-line method call.
630
+ Enabled: false
631
+ VersionAdded: '0.49'
632
+
633
+ Layout/FirstMethodParameterLineBreak:
634
+ Description: >-
635
+ Checks for a line break before the first parameter in a
636
+ multi-line method parameter definition.
637
+ Enabled: false
638
+ VersionAdded: '0.49'
639
+
640
+ Layout/FirstParameterIndentation:
641
+ Description: >-
642
+ Checks the indentation of the first parameter in a
643
+ method definition.
644
+ Enabled: true
645
+ VersionAdded: '0.49'
646
+ VersionChanged: '0.77'
647
+ EnforcedStyle: consistent
648
+ SupportedStyles:
649
+ - consistent
650
+ - align_parentheses
651
+ # By default, the indentation width from `Layout/IndentationWidth` is used
652
+ # But it can be overridden by setting this parameter
653
+ IndentationWidth: ~
654
+
655
+ Layout/HashAlignment:
656
+ Description: >-
657
+ Align the elements of a hash literal if they span more than
658
+ one line.
659
+ Enabled: true
660
+ AllowMultipleStyles: true
661
+ VersionAdded: '0.49'
662
+ VersionChanged: '0.77'
663
+ # Alignment of entries using hash rocket as separator. Valid values are:
664
+ #
665
+ # key - left alignment of keys
666
+ # 'a' => 2
667
+ # 'bb' => 3
668
+ # separator - alignment of hash rockets, keys are right aligned
669
+ # 'a' => 2
670
+ # 'bb' => 3
671
+ # table - left alignment of keys, hash rockets, and values
672
+ # 'a' => 2
673
+ # 'bb' => 3
674
+ EnforcedHashRocketStyle: key
675
+ SupportedHashRocketStyles:
676
+ - key
677
+ - separator
678
+ - table
679
+ # Alignment of entries using colon as separator. Valid values are:
680
+ #
681
+ # key - left alignment of keys
682
+ # a: 0
683
+ # bb: 1
684
+ # separator - alignment of colons, keys are right aligned
685
+ # a: 0
686
+ # bb: 1
687
+ # table - left alignment of keys and values
688
+ # a: 0
689
+ # bb: 1
690
+ EnforcedColonStyle: key
691
+ SupportedColonStyles:
692
+ - key
693
+ - separator
694
+ - table
695
+ # Select whether hashes that are the last argument in a method call should be
696
+ # inspected? Valid values are:
697
+ #
698
+ # always_inspect - Inspect both implicit and explicit hashes.
699
+ # Registers an offense for:
700
+ # function(a: 1,
701
+ # b: 2)
702
+ # Registers an offense for:
703
+ # function({a: 1,
704
+ # b: 2})
705
+ # always_ignore - Ignore both implicit and explicit hashes.
706
+ # Accepts:
707
+ # function(a: 1,
708
+ # b: 2)
709
+ # Accepts:
710
+ # function({a: 1,
711
+ # b: 2})
712
+ # ignore_implicit - Ignore only implicit hashes.
713
+ # Accepts:
714
+ # function(a: 1,
715
+ # b: 2)
716
+ # Registers an offense for:
717
+ # function({a: 1,
718
+ # b: 2})
719
+ # ignore_explicit - Ignore only explicit hashes.
720
+ # Accepts:
721
+ # function({a: 1,
722
+ # b: 2})
723
+ # Registers an offense for:
724
+ # function(a: 1,
725
+ # b: 2)
726
+ EnforcedLastArgumentHashStyle: always_inspect
727
+ SupportedLastArgumentHashStyles:
728
+ - always_inspect
729
+ - always_ignore
730
+ - ignore_implicit
731
+ - ignore_explicit
732
+
733
+ Layout/HeredocArgumentClosingParenthesis:
734
+ Description: >-
735
+ Checks for the placement of the closing parenthesis in a
736
+ method call that passes a HEREDOC string as an argument.
737
+ Enabled: false
738
+ StyleGuide: '#heredoc-argument-closing-parentheses'
739
+ VersionAdded: '0.68'
740
+
741
+ Layout/HeredocIndentation:
742
+ Description: 'This cop checks the indentation of the here document bodies.'
743
+ StyleGuide: '#squiggly-heredocs'
744
+ Enabled: true
745
+ VersionAdded: '0.49'
746
+ VersionChanged: '0.77'
747
+ EnforcedStyle: squiggly
748
+ SupportedStyles:
749
+ - squiggly
750
+ - active_support
751
+ - powerpack
752
+ - unindent
753
+
754
+ Layout/IndentationConsistency:
755
+ Description: 'Keep indentation straight.'
756
+ StyleGuide: '#spaces-indentation'
757
+ Enabled: true
758
+ VersionAdded: '0.49'
759
+ # The difference between `indented` and `normal` is that the `indented_internal_methods`
760
+ # style prescribes that in classes and modules the `protected` and `private`
761
+ # modifier keywords shall be indented the same as public methods and that
762
+ # protected and private members shall be indented one step more than the
763
+ # modifiers. Other than that, both styles mean that entities on the same
764
+ # logical depth shall have the same indentation.
765
+ EnforcedStyle: normal
766
+ SupportedStyles:
767
+ - normal
768
+ - indented_internal_methods
769
+ Reference:
770
+ # A reference to `EnforcedStyle: indented_internal_methods`.
771
+ - https://edgeguides.rubyonrails.org/contributing_to_ruby_on_rails.html#follow-the-coding-conventions
772
+
773
+ Layout/IndentationWidth:
774
+ Description: 'Use 2 spaces for indentation.'
775
+ StyleGuide: '#spaces-indentation'
776
+ Enabled: true
777
+ VersionAdded: '0.49'
778
+ # Number of spaces for each indentation level.
779
+ Width: 2
780
+ IgnoredPatterns: []
781
+
782
+ Layout/InitialIndentation:
783
+ Description: >-
784
+ Checks the indentation of the first non-blank non-comment line in a file.
785
+ Enabled: true
786
+ VersionAdded: '0.49'
787
+
788
+ Layout/LeadingCommentSpace:
789
+ Description: 'Comments should start with a space.'
790
+ StyleGuide: '#hash-space'
791
+ Enabled: true
792
+ VersionAdded: '0.49'
793
+ VersionChanged: '0.73'
794
+ AllowDoxygenCommentStyle: false
795
+
796
+ Layout/LeadingEmptyLines:
797
+ Description: Check for unnecessary blank lines at the beginning of a file.
798
+ Enabled: true
799
+ VersionAdded: '0.57'
800
+ VersionChanged: '0.77'
801
+
802
+ Layout/MultilineArrayBraceLayout:
803
+ Description: >-
804
+ Checks that the closing brace in an array literal is
805
+ either on the same line as the last array element, or
806
+ a new line.
807
+ Enabled: true
808
+ VersionAdded: '0.49'
809
+ EnforcedStyle: symmetrical
810
+ SupportedStyles:
811
+ # symmetrical: closing brace is positioned in same way as opening brace
812
+ # new_line: closing brace is always on a new line
813
+ # same_line: closing brace is always on the same line as last element
814
+ - symmetrical
815
+ - new_line
816
+ - same_line
817
+
818
+ Layout/MultilineArrayLineBreaks:
819
+ Description: >-
820
+ Checks that each item in a multi-line array literal
821
+ starts on a separate line.
822
+ Enabled: false
823
+ VersionAdded: '0.67'
824
+
825
+ Layout/MultilineAssignmentLayout:
826
+ Description: 'Check for a newline after the assignment operator in multi-line assignments.'
827
+ StyleGuide: '#indent-conditional-assignment'
828
+ Enabled: false
829
+ VersionAdded: '0.49'
830
+ # The types of assignments which are subject to this rule.
831
+ SupportedTypes:
832
+ - block
833
+ - case
834
+ - class
835
+ - if
836
+ - kwbegin
837
+ - module
838
+ EnforcedStyle: new_line
839
+ SupportedStyles:
840
+ # Ensures that the assignment operator and the rhs are on the same line for
841
+ # the set of supported types.
842
+ - same_line
843
+ # Ensures that the assignment operator and the rhs are on separate lines
844
+ # for the set of supported types.
845
+ - new_line
846
+
847
+ Layout/MultilineBlockLayout:
848
+ Description: 'Ensures newlines after multiline block do statements.'
849
+ Enabled: true
850
+ VersionAdded: '0.49'
851
+
852
+ Layout/MultilineHashBraceLayout:
853
+ Description: >-
854
+ Checks that the closing brace in a hash literal is
855
+ either on the same line as the last hash element, or
856
+ a new line.
857
+ Enabled: true
858
+ VersionAdded: '0.49'
859
+ EnforcedStyle: symmetrical
860
+ SupportedStyles:
861
+ # symmetrical: closing brace is positioned in same way as opening brace
862
+ # new_line: closing brace is always on a new line
863
+ # same_line: closing brace is always on same line as last element
864
+ - symmetrical
865
+ - new_line
866
+ - same_line
867
+
868
+ Layout/MultilineHashKeyLineBreaks:
869
+ Description: >-
870
+ Checks that each item in a multi-line hash literal
871
+ starts on a separate line.
872
+ Enabled: false
873
+ VersionAdded: '0.67'
874
+
875
+ Layout/MultilineMethodArgumentLineBreaks:
876
+ Description: >-
877
+ Checks that each argument in a multi-line method call
878
+ starts on a separate line.
879
+ Enabled: false
880
+ VersionAdded: '0.67'
881
+
882
+ Layout/MultilineMethodCallBraceLayout:
883
+ Description: >-
884
+ Checks that the closing brace in a method call is
885
+ either on the same line as the last method argument, or
886
+ a new line.
887
+ Enabled: true
888
+ VersionAdded: '0.49'
889
+ EnforcedStyle: symmetrical
890
+ SupportedStyles:
891
+ # symmetrical: closing brace is positioned in same way as opening brace
892
+ # new_line: closing brace is always on a new line
893
+ # same_line: closing brace is always on the same line as last argument
894
+ - symmetrical
895
+ - new_line
896
+ - same_line
897
+
898
+ Layout/MultilineMethodCallIndentation:
899
+ Description: >-
900
+ Checks indentation of method calls with the dot operator
901
+ that span more than one line.
902
+ Enabled: true
903
+ VersionAdded: '0.49'
904
+ EnforcedStyle: aligned
905
+ SupportedStyles:
906
+ - aligned
907
+ - indented
908
+ - indented_relative_to_receiver
909
+ # By default, the indentation width from Layout/IndentationWidth is used
910
+ # But it can be overridden by setting this parameter
911
+ IndentationWidth: ~
912
+
913
+ Layout/MultilineMethodDefinitionBraceLayout:
914
+ Description: >-
915
+ Checks that the closing brace in a method definition is
916
+ either on the same line as the last method parameter, or
917
+ a new line.
918
+ Enabled: true
919
+ VersionAdded: '0.49'
920
+ EnforcedStyle: symmetrical
921
+ SupportedStyles:
922
+ # symmetrical: closing brace is positioned in same way as opening brace
923
+ # new_line: closing brace is always on a new line
924
+ # same_line: closing brace is always on the same line as last parameter
925
+ - symmetrical
926
+ - new_line
927
+ - same_line
928
+
929
+ Layout/MultilineOperationIndentation:
930
+ Description: >-
931
+ Checks indentation of binary operations that span more than
932
+ one line.
933
+ Enabled: true
934
+ VersionAdded: '0.49'
935
+ EnforcedStyle: aligned
936
+ SupportedStyles:
937
+ - aligned
938
+ - indented
939
+ # By default, the indentation width from `Layout/IndentationWidth` is used
940
+ # But it can be overridden by setting this parameter
941
+ IndentationWidth: ~
942
+
943
+ Layout/ParameterAlignment:
944
+ Description: >-
945
+ Align the parameters of a method definition if they span more
946
+ than one line.
947
+ StyleGuide: '#no-double-indent'
948
+ Enabled: true
949
+ VersionAdded: '0.49'
950
+ VersionChanged: '0.77'
951
+ # Alignment of parameters in multi-line method calls.
952
+ #
953
+ # The `with_first_parameter` style aligns the following lines along the same
954
+ # column as the first parameter.
955
+ #
956
+ # def method_foo(a,
957
+ # b)
958
+ #
959
+ # The `with_fixed_indentation` style aligns the following lines with one
960
+ # level of indentation relative to the start of the line with the method call.
961
+ #
962
+ # def method_foo(a,
963
+ # b)
964
+ EnforcedStyle: with_first_parameter
965
+ SupportedStyles:
966
+ - with_first_parameter
967
+ - with_fixed_indentation
968
+ # By default, the indentation width from Layout/IndentationWidth is used
969
+ # But it can be overridden by setting this parameter
970
+ IndentationWidth: ~
971
+
972
+ Layout/RescueEnsureAlignment:
973
+ Description: 'Align rescues and ensures correctly.'
974
+ Enabled: true
975
+ VersionAdded: '0.49'
976
+
977
+ Layout/SpaceAfterColon:
978
+ Description: 'Use spaces after colons.'
979
+ StyleGuide: '#spaces-operators'
980
+ Enabled: true
981
+ VersionAdded: '0.49'
982
+
983
+ Layout/SpaceAfterComma:
984
+ Description: 'Use spaces after commas.'
985
+ StyleGuide: '#spaces-operators'
986
+ Enabled: true
987
+ VersionAdded: '0.49'
988
+
989
+ Layout/SpaceAfterMethodName:
990
+ Description: >-
991
+ Do not put a space between a method name and the opening
992
+ parenthesis in a method definition.
993
+ StyleGuide: '#parens-no-spaces'
994
+ Enabled: true
995
+ VersionAdded: '0.49'
996
+
997
+ Layout/SpaceAfterNot:
998
+ Description: Tracks redundant space after the ! operator.
999
+ StyleGuide: '#no-space-bang'
1000
+ Enabled: true
1001
+ VersionAdded: '0.49'
1002
+
1003
+ Layout/SpaceAfterSemicolon:
1004
+ Description: 'Use spaces after semicolons.'
1005
+ StyleGuide: '#spaces-operators'
1006
+ Enabled: true
1007
+ VersionAdded: '0.49'
1008
+
1009
+ Layout/SpaceAroundBlockParameters:
1010
+ Description: 'Checks the spacing inside and after block parameters pipes.'
1011
+ Enabled: true
1012
+ VersionAdded: '0.49'
1013
+ EnforcedStyleInsidePipes: no_space
1014
+ SupportedStylesInsidePipes:
1015
+ - space
1016
+ - no_space
1017
+
1018
+ Layout/SpaceAroundEqualsInParameterDefault:
1019
+ Description: >-
1020
+ Checks that the equals signs in parameter default assignments
1021
+ have or don't have surrounding space depending on
1022
+ configuration.
1023
+ StyleGuide: '#spaces-around-equals'
1024
+ Enabled: true
1025
+ VersionAdded: '0.49'
1026
+ EnforcedStyle: space
1027
+ SupportedStyles:
1028
+ - space
1029
+ - no_space
1030
+
1031
+ Layout/SpaceAroundKeyword:
1032
+ Description: 'Use a space around keywords if appropriate.'
1033
+ Enabled: true
1034
+ VersionAdded: '0.49'
1035
+
1036
+ Layout/SpaceAroundOperators:
1037
+ Description: 'Use a single space around operators.'
1038
+ StyleGuide: '#spaces-operators'
1039
+ Enabled: true
1040
+ VersionAdded: '0.49'
1041
+ # When `true`, allows most uses of extra spacing if the intent is to align
1042
+ # with an operator on the previous or next line, not counting empty lines
1043
+ # or comment lines.
1044
+ AllowForAlignment: true
1045
+
1046
+ Layout/SpaceBeforeBlockBraces:
1047
+ Description: >-
1048
+ Checks that the left block brace has or doesn't have space
1049
+ before it.
1050
+ Enabled: true
1051
+ VersionAdded: '0.49'
1052
+ EnforcedStyle: space
1053
+ SupportedStyles:
1054
+ - space
1055
+ - no_space
1056
+ EnforcedStyleForEmptyBraces: space
1057
+ SupportedStylesForEmptyBraces:
1058
+ - space
1059
+ - no_space
1060
+ VersionChanged: '0.52.1'
1061
+
1062
+ Layout/SpaceBeforeComma:
1063
+ Description: 'No spaces before commas.'
1064
+ Enabled: true
1065
+ VersionAdded: '0.49'
1066
+
1067
+ Layout/SpaceBeforeComment:
1068
+ Description: >-
1069
+ Checks for missing space between code and a comment on the
1070
+ same line.
1071
+ Enabled: true
1072
+ VersionAdded: '0.49'
1073
+
1074
+ Layout/SpaceBeforeFirstArg:
1075
+ Description: >-
1076
+ Checks that exactly one space is used between a method name
1077
+ and the first argument for method calls without parentheses.
1078
+ Enabled: true
1079
+ VersionAdded: '0.49'
1080
+ # When `true`, allows most uses of extra spacing if the intent is to align
1081
+ # things with the previous or next line, not counting empty lines or comment
1082
+ # lines.
1083
+ AllowForAlignment: true
1084
+
1085
+ Layout/SpaceBeforeSemicolon:
1086
+ Description: 'No spaces before semicolons.'
1087
+ Enabled: true
1088
+ VersionAdded: '0.49'
1089
+
1090
+ Layout/SpaceInLambdaLiteral:
1091
+ Description: 'Checks for spaces in lambda literals.'
1092
+ Enabled: true
1093
+ VersionAdded: '0.49'
1094
+ EnforcedStyle: require_no_space
1095
+ SupportedStyles:
1096
+ - require_no_space
1097
+ - require_space
1098
+
1099
+ Layout/SpaceInsideArrayLiteralBrackets:
1100
+ Description: 'Checks the spacing inside array literal brackets.'
1101
+ Enabled: true
1102
+ VersionAdded: '0.52'
1103
+ EnforcedStyle: no_space
1104
+ SupportedStyles:
1105
+ - space
1106
+ - no_space
1107
+ # 'compact' normally requires a space inside the brackets, with the exception
1108
+ # that successive left brackets or right brackets are collapsed together
1109
+ - compact
1110
+ EnforcedStyleForEmptyBrackets: no_space
1111
+ SupportedStylesForEmptyBrackets:
1112
+ - space
1113
+ - no_space
1114
+
1115
+ Layout/SpaceInsideArrayPercentLiteral:
1116
+ Description: 'No unnecessary additional spaces between elements in %i/%w literals.'
1117
+ Enabled: true
1118
+ VersionAdded: '0.49'
1119
+
1120
+ Layout/SpaceInsideBlockBraces:
1121
+ Description: >-
1122
+ Checks that block braces have or don't have surrounding space.
1123
+ For blocks taking parameters, checks that the left brace has
1124
+ or doesn't have trailing space.
1125
+ Enabled: true
1126
+ VersionAdded: '0.49'
1127
+ EnforcedStyle: space
1128
+ SupportedStyles:
1129
+ - space
1130
+ - no_space
1131
+ EnforcedStyleForEmptyBraces: no_space
1132
+ SupportedStylesForEmptyBraces:
1133
+ - space
1134
+ - no_space
1135
+ # Space between `{` and `|`. Overrides `EnforcedStyle` if there is a conflict.
1136
+ SpaceBeforeBlockParameters: true
1137
+
1138
+ Layout/SpaceInsideHashLiteralBraces:
1139
+ Description: "Use spaces inside hash literal braces - or don't."
1140
+ StyleGuide: '#spaces-operators'
1141
+ Enabled: true
1142
+ VersionAdded: '0.49'
1143
+ EnforcedStyle: space
1144
+ SupportedStyles:
1145
+ - space
1146
+ - no_space
1147
+ # 'compact' normally requires a space inside hash braces, with the exception
1148
+ # that successive left braces or right braces are collapsed together
1149
+ - compact
1150
+ EnforcedStyleForEmptyBraces: no_space
1151
+ SupportedStylesForEmptyBraces:
1152
+ - space
1153
+ - no_space
1154
+
1155
+
1156
+ Layout/SpaceInsideParens:
1157
+ Description: 'No spaces after ( or before ).'
1158
+ StyleGuide: '#spaces-braces'
1159
+ Enabled: true
1160
+ VersionAdded: '0.49'
1161
+ VersionChanged: '0.55'
1162
+ EnforcedStyle: no_space
1163
+ SupportedStyles:
1164
+ - space
1165
+ - no_space
1166
+
1167
+ Layout/SpaceInsidePercentLiteralDelimiters:
1168
+ Description: 'No unnecessary spaces inside delimiters of %i/%w/%x literals.'
1169
+ Enabled: true
1170
+ VersionAdded: '0.49'
1171
+
1172
+ Layout/SpaceInsideRangeLiteral:
1173
+ Description: 'No spaces inside range literals.'
1174
+ StyleGuide: '#no-space-inside-range-literals'
1175
+ Enabled: true
1176
+ VersionAdded: '0.49'
1177
+
1178
+ Layout/SpaceInsideReferenceBrackets:
1179
+ Description: 'Checks the spacing inside referential brackets.'
1180
+ Enabled: true
1181
+ VersionAdded: '0.52'
1182
+ VersionChanged: '0.53'
1183
+ EnforcedStyle: no_space
1184
+ SupportedStyles:
1185
+ - space
1186
+ - no_space
1187
+ EnforcedStyleForEmptyBrackets: no_space
1188
+ SupportedStylesForEmptyBrackets:
1189
+ - space
1190
+ - no_space
1191
+
1192
+ Layout/SpaceInsideStringInterpolation:
1193
+ Description: 'Checks for padding/surrounding spaces inside string interpolation.'
1194
+ StyleGuide: '#string-interpolation'
1195
+ Enabled: true
1196
+ VersionAdded: '0.49'
1197
+ EnforcedStyle: no_space
1198
+ SupportedStyles:
1199
+ - space
1200
+ - no_space
1201
+
1202
+ Layout/Tab:
1203
+ Description: 'No hard tabs.'
1204
+ StyleGuide: '#spaces-indentation'
1205
+ Enabled: true
1206
+ VersionAdded: '0.49'
1207
+ VersionChanged: '0.51'
1208
+ # By default, the indentation width from Layout/IndentationWidth is used
1209
+ # But it can be overridden by setting this parameter
1210
+ # It is used during auto-correction to determine how many spaces should
1211
+ # replace each tab.
1212
+ IndentationWidth: ~
1213
+
1214
+ Layout/TrailingEmptyLines:
1215
+ Description: 'Checks trailing blank lines and final newline.'
1216
+ StyleGuide: '#newline-eof'
1217
+ Enabled: true
1218
+ VersionAdded: '0.49'
1219
+ VersionChanged: '0.77'
1220
+ EnforcedStyle: final_newline
1221
+ SupportedStyles:
1222
+ - final_newline
1223
+ - final_blank_line
1224
+
1225
+ Layout/TrailingWhitespace:
1226
+ Description: 'Avoid trailing whitespace.'
1227
+ StyleGuide: '#no-trailing-whitespace'
1228
+ Enabled: true
1229
+ VersionAdded: '0.49'
1230
+ VersionChanged: '0.55'
1231
+ AllowInHeredoc: false
1232
+
1233
+ #################### Lint ##################################
1234
+ ### Warnings
1235
+
1236
+ Lint/AmbiguousBlockAssociation:
1237
+ Description: >-
1238
+ Checks for ambiguous block association with method when param passed without
1239
+ parentheses.
1240
+ StyleGuide: '#syntax'
1241
+ Enabled: true
1242
+ VersionAdded: '0.48'
1243
+
1244
+ Lint/AmbiguousOperator:
1245
+ Description: >-
1246
+ Checks for ambiguous operators in the first argument of a
1247
+ method invocation without parentheses.
1248
+ StyleGuide: '#method-invocation-parens'
1249
+ Enabled: true
1250
+ VersionAdded: '0.17'
1251
+
1252
+ Lint/AmbiguousRegexpLiteral:
1253
+ Description: >-
1254
+ Checks for ambiguous regexp literals in the first argument of
1255
+ a method invocation without parentheses.
1256
+ Enabled: true
1257
+ VersionAdded: '0.17'
1258
+
1259
+ Lint/AssignmentInCondition:
1260
+ Description: "Don't use assignment in conditions."
1261
+ StyleGuide: '#safe-assignment-in-condition'
1262
+ Enabled: true
1263
+ VersionAdded: '0.9'
1264
+ AllowSafeAssignment: true
1265
+
1266
+ Lint/BigDecimalNew:
1267
+ Description: '`BigDecimal.new()` is deprecated. Use `BigDecimal()` instead.'
1268
+ Enabled: true
1269
+ VersionAdded: '0.53'
1270
+
1271
+ Lint/BooleanSymbol:
1272
+ Description: 'Check for `:true` and `:false` symbols.'
1273
+ Enabled: true
1274
+ VersionAdded: '0.50'
1275
+
1276
+ Lint/CircularArgumentReference:
1277
+ Description: "Default values in optional keyword arguments and optional ordinal arguments should not refer back to the name of the argument."
1278
+ Enabled: true
1279
+ VersionAdded: '0.33'
1280
+
1281
+ Lint/Debugger:
1282
+ Description: 'Check for debugger calls.'
1283
+ Enabled: true
1284
+ VersionAdded: '0.14'
1285
+ VersionChanged: '0.49'
1286
+
1287
+ Lint/DeprecatedClassMethods:
1288
+ Description: 'Check for deprecated class method calls.'
1289
+ Enabled: true
1290
+ VersionAdded: '0.19'
1291
+
1292
+ Lint/DisjunctiveAssignmentInConstructor:
1293
+ Description: 'In constructor, plain assignment is preferred over disjunctive.'
1294
+ Enabled: true
1295
+ Safe: false
1296
+ VersionAdded: '0.62'
1297
+
1298
+ Lint/DuplicateCaseCondition:
1299
+ Description: 'Do not repeat values in case conditionals.'
1300
+ Enabled: true
1301
+ VersionAdded: '0.45'
1302
+
1303
+ Lint/DuplicateHashKey:
1304
+ Description: 'Check for duplicate keys in hash literals.'
1305
+ Enabled: true
1306
+ VersionAdded: '0.34'
1307
+ VersionChanged: '0.77'
1308
+
1309
+ Lint/DuplicateMethods:
1310
+ Description: 'Check for duplicate method definitions.'
1311
+ Enabled: true
1312
+ VersionAdded: '0.29'
1313
+
1314
+ Lint/EachWithObjectArgument:
1315
+ Description: 'Check for immutable argument given to each_with_object.'
1316
+ Enabled: true
1317
+ VersionAdded: '0.31'
1318
+
1319
+ Lint/ElseLayout:
1320
+ Description: 'Check for odd code arrangement in an else block.'
1321
+ Enabled: true
1322
+ VersionAdded: '0.17'
1323
+
1324
+ Lint/EmptyEnsure:
1325
+ Description: 'Checks for empty ensure block.'
1326
+ Enabled: true
1327
+ VersionAdded: '0.10'
1328
+ VersionChanged: '0.48'
1329
+ AutoCorrect: false
1330
+
1331
+ Lint/EmptyExpression:
1332
+ Description: 'Checks for empty expressions.'
1333
+ Enabled: true
1334
+ VersionAdded: '0.45'
1335
+
1336
+ Lint/EmptyInterpolation:
1337
+ Description: 'Checks for empty string interpolation.'
1338
+ Enabled: true
1339
+ VersionAdded: '0.20'
1340
+ VersionChanged: '0.45'
1341
+
1342
+ Lint/EmptyWhen:
1343
+ Description: 'Checks for `when` branches with empty bodies.'
1344
+ Enabled: true
1345
+ VersionAdded: '0.45'
1346
+
1347
+ Lint/EndInMethod:
1348
+ Description: 'END blocks should not be placed inside method definitions.'
1349
+ Enabled: true
1350
+ VersionAdded: '0.9'
1351
+
1352
+ Lint/EnsureReturn:
1353
+ Description: 'Do not use return in an ensure block.'
1354
+ StyleGuide: '#no-return-ensure'
1355
+ Enabled: true
1356
+ VersionAdded: '0.9'
1357
+
1358
+ Lint/ErbNewArguments:
1359
+ Description: 'Use `:trim_mode` and `:eoutvar` keyword arguments to `ERB.new`.'
1360
+ Enabled: true
1361
+ VersionAdded: '0.56'
1362
+
1363
+ Lint/FlipFlop:
1364
+ Description: 'Checks for flip-flops.'
1365
+ StyleGuide: '#no-flip-flops'
1366
+ Enabled: true
1367
+ VersionAdded: '0.16'
1368
+
1369
+ Lint/FloatOutOfRange:
1370
+ Description: >-
1371
+ Catches floating-point literals too large or small for Ruby to
1372
+ represent.
1373
+ Enabled: true
1374
+ VersionAdded: '0.36'
1375
+
1376
+ Lint/FormatParameterMismatch:
1377
+ Description: 'The number of parameters to format/sprint must match the fields.'
1378
+ Enabled: true
1379
+ VersionAdded: '0.33'
1380
+
1381
+ Lint/HeredocMethodCallPosition:
1382
+ Description: >-
1383
+ Checks for the ordering of a method call where
1384
+ the receiver of the call is a HEREDOC.
1385
+ Enabled: false
1386
+ StyleGuide: '#heredoc-method-calls'
1387
+ VersionAdded: '0.68'
1388
+
1389
+ Lint/ImplicitStringConcatenation:
1390
+ Description: >-
1391
+ Checks for adjacent string literals on the same line, which
1392
+ could better be represented as a single string literal.
1393
+ Enabled: true
1394
+ VersionAdded: '0.36'
1395
+
1396
+ Lint/IneffectiveAccessModifier:
1397
+ Description: >-
1398
+ Checks for attempts to use `private` or `protected` to set
1399
+ the visibility of a class method, which does not work.
1400
+ Enabled: true
1401
+ VersionAdded: '0.36'
1402
+
1403
+ Lint/InheritException:
1404
+ Description: 'Avoid inheriting from the `Exception` class.'
1405
+ Enabled: true
1406
+ VersionAdded: '0.41'
1407
+ # The default base class in favour of `Exception`.
1408
+ EnforcedStyle: runtime_error
1409
+ SupportedStyles:
1410
+ - runtime_error
1411
+ - standard_error
1412
+
1413
+ Lint/InterpolationCheck:
1414
+ Description: 'Raise warning for interpolation in single q strs.'
1415
+ Enabled: true
1416
+ VersionAdded: '0.50'
1417
+
1418
+ Lint/LiteralAsCondition:
1419
+ Description: 'Checks of literals used in conditions.'
1420
+ Enabled: true
1421
+ VersionAdded: '0.51'
1422
+
1423
+ Lint/LiteralInInterpolation:
1424
+ Description: 'Checks for literals used in interpolation.'
1425
+ Enabled: true
1426
+ VersionAdded: '0.19'
1427
+ VersionChanged: '0.32'
1428
+
1429
+ Lint/Loop:
1430
+ Description: >-
1431
+ Use Kernel#loop with break rather than begin/end/until or
1432
+ begin/end/while for post-loop tests.
1433
+ StyleGuide: '#loop-with-break'
1434
+ Enabled: true
1435
+ VersionAdded: '0.9'
1436
+
1437
+ Lint/MissingCopEnableDirective:
1438
+ Description: 'Checks for a `# rubocop:enable` after `# rubocop:disable`.'
1439
+ Enabled: true
1440
+ VersionAdded: '0.52'
1441
+ # Maximum number of consecutive lines the cop can be disabled for.
1442
+ # 0 allows only single-line disables
1443
+ # 1 would mean the maximum allowed is the following:
1444
+ # # rubocop:disable SomeCop
1445
+ # a = 1
1446
+ # # rubocop:enable SomeCop
1447
+ # .inf for any size
1448
+ MaximumRangeSize: .inf
1449
+
1450
+ Lint/MultipleComparison:
1451
+ Description: "Use `&&` operator to compare multiple values."
1452
+ Enabled: true
1453
+ VersionAdded: '0.47'
1454
+ VersionChanged: '0.77'
1455
+
1456
+ Lint/NestedMethodDefinition:
1457
+ Description: 'Do not use nested method definitions.'
1458
+ StyleGuide: '#no-nested-methods'
1459
+ Enabled: true
1460
+ VersionAdded: '0.32'
1461
+
1462
+ Lint/NestedPercentLiteral:
1463
+ Description: 'Checks for nested percent literals.'
1464
+ Enabled: true
1465
+ VersionAdded: '0.52'
1466
+
1467
+ Lint/NextWithoutAccumulator:
1468
+ Description: >-
1469
+ Do not omit the accumulator when calling `next`
1470
+ in a `reduce`/`inject` block.
1471
+ Enabled: true
1472
+ VersionAdded: '0.36'
1473
+
1474
+ Lint/NonLocalExitFromIterator:
1475
+ Description: 'Do not use return in iterator to cause non-local exit.'
1476
+ Enabled: true
1477
+ VersionAdded: '0.30'
1478
+
1479
+ Lint/NumberConversion:
1480
+ Description: 'Checks unsafe usage of number conversion methods.'
1481
+ Enabled: false
1482
+ VersionAdded: '0.53'
1483
+ VersionChanged: '0.70'
1484
+ SafeAutoCorrect: false
1485
+
1486
+ Lint/OrderedMagicComments:
1487
+ Description: 'Checks the proper ordering of magic comments and whether a magic comment is not placed before a shebang.'
1488
+ Enabled: true
1489
+ VersionAdded: '0.53'
1490
+
1491
+ Lint/ParenthesesAsGroupedExpression:
1492
+ Description: >-
1493
+ Checks for method calls with a space before the opening
1494
+ parenthesis.
1495
+ StyleGuide: '#parens-no-spaces'
1496
+ Enabled: true
1497
+ VersionAdded: '0.12'
1498
+
1499
+ Lint/PercentStringArray:
1500
+ Description: >-
1501
+ Checks for unwanted commas and quotes in %w/%W literals.
1502
+ Enabled: true
1503
+ Safe: false
1504
+ VersionAdded: '0.41'
1505
+
1506
+ Lint/PercentSymbolArray:
1507
+ Description: >-
1508
+ Checks for unwanted commas and colons in %i/%I literals.
1509
+ Enabled: true
1510
+ VersionAdded: '0.41'
1511
+
1512
+ Lint/RandOne:
1513
+ Description: >-
1514
+ Checks for `rand(1)` calls. Such calls always return `0`
1515
+ and most likely a mistake.
1516
+ Enabled: true
1517
+ VersionAdded: '0.36'
1518
+
1519
+ Lint/RedundantCopDisableDirective:
1520
+ Description: >-
1521
+ Checks for rubocop:disable comments that can be removed.
1522
+ Note: this cop is not disabled when disabling all cops.
1523
+ It must be explicitly disabled.
1524
+ Enabled: true
1525
+ VersionAdded: '0.76'
1526
+
1527
+ Lint/RedundantCopEnableDirective:
1528
+ Description: Checks for rubocop:enable comments that can be removed.
1529
+ Enabled: true
1530
+ VersionAdded: '0.76'
1531
+
1532
+ Lint/RedundantRequireStatement:
1533
+ Description: 'Checks for unnecessary `require` statement.'
1534
+ Enabled: true
1535
+ VersionAdded: '0.76'
1536
+
1537
+ Lint/RedundantSplatExpansion:
1538
+ Description: 'Checks for splat unnecessarily being called on literals.'
1539
+ Enabled: true
1540
+ VersionChanged: '0.76'
1541
+
1542
+ Lint/RedundantStringCoercion:
1543
+ Description: 'Checks for Object#to_s usage in string interpolation.'
1544
+ StyleGuide: '#no-to-s'
1545
+ Enabled: true
1546
+ VersionAdded: '0.19'
1547
+ VersionChanged: '0.77'
1548
+
1549
+ Lint/RedundantWithIndex:
1550
+ Description: 'Checks for redundant `with_index`.'
1551
+ Enabled: true
1552
+ VersionAdded: '0.50'
1553
+
1554
+ Lint/RedundantWithObject:
1555
+ Description: 'Checks for redundant `with_object`.'
1556
+ Enabled: true
1557
+ VersionAdded: '0.51'
1558
+
1559
+ Lint/RegexpAsCondition:
1560
+ Description: >-
1561
+ Do not use regexp literal as a condition.
1562
+ The regexp literal matches `$_` implicitly.
1563
+ Enabled: true
1564
+ VersionAdded: '0.51'
1565
+
1566
+ Lint/RequireParentheses:
1567
+ Description: >-
1568
+ Use parentheses in the method call to avoid confusion
1569
+ about precedence.
1570
+ Enabled: true
1571
+ VersionAdded: '0.18'
1572
+
1573
+ Lint/RescueException:
1574
+ Description: 'Avoid rescuing the Exception class.'
1575
+ StyleGuide: '#no-blind-rescues'
1576
+ Enabled: true
1577
+ VersionAdded: '0.9'
1578
+ VersionChanged: '0.27.1'
1579
+
1580
+ Lint/RescueType:
1581
+ Description: 'Avoid rescuing from non constants that could result in a `TypeError`.'
1582
+ Enabled: true
1583
+ VersionAdded: '0.49'
1584
+
1585
+ Lint/ReturnInVoidContext:
1586
+ Description: 'Checks for return in void context.'
1587
+ Enabled: true
1588
+ VersionAdded: '0.50'
1589
+
1590
+ Lint/SafeNavigationChain:
1591
+ Description: 'Do not chain ordinary method call after safe navigation operator.'
1592
+ Enabled: true
1593
+ VersionAdded: '0.47'
1594
+ VersionChanged: '0.77'
1595
+ AllowedMethods:
1596
+ - present?
1597
+ - blank?
1598
+ - presence
1599
+ - try
1600
+ - try!
1601
+
1602
+ Lint/SafeNavigationConsistency:
1603
+ Description: >-
1604
+ Check to make sure that if safe navigation is used for a method
1605
+ call in an `&&` or `||` condition that safe navigation is used
1606
+ for all method calls on that same object.
1607
+ Enabled: true
1608
+ VersionAdded: '0.55'
1609
+ VersionChanged: '0.77'
1610
+ AllowedMethods:
1611
+ - present?
1612
+ - blank?
1613
+ - presence
1614
+ - try
1615
+ - try!
1616
+
1617
+ Lint/SafeNavigationWithEmpty:
1618
+ Description: 'Avoid `foo&.empty?` in conditionals.'
1619
+ Enabled: true
1620
+ VersionAdded: '0.62'
1621
+
1622
+ Lint/ScriptPermission:
1623
+ Description: 'Grant script file execute permission.'
1624
+ Enabled: true
1625
+ VersionAdded: '0.49'
1626
+ VersionChanged: '0.50'
1627
+
1628
+ Lint/SendWithMixinArgument:
1629
+ Description: 'Checks for `send` method when using mixin.'
1630
+ Enabled: true
1631
+ VersionAdded: '0.75'
1632
+
1633
+ Lint/ShadowedArgument:
1634
+ Description: 'Avoid reassigning arguments before they were used.'
1635
+ Enabled: true
1636
+ VersionAdded: '0.52'
1637
+ IgnoreImplicitReferences: false
1638
+
1639
+
1640
+ Lint/ShadowedException:
1641
+ Description: >-
1642
+ Avoid rescuing a higher level exception
1643
+ before a lower level exception.
1644
+ Enabled: true
1645
+ VersionAdded: '0.41'
1646
+
1647
+ Lint/ShadowingOuterLocalVariable:
1648
+ Description: >-
1649
+ Do not use the same name as outer local variable
1650
+ for block arguments or block local variables.
1651
+ Enabled: true
1652
+ VersionAdded: '0.9'
1653
+
1654
+ Lint/SuppressedException:
1655
+ Description: "Don't suppress exceptions."
1656
+ StyleGuide: '#dont-hide-exceptions'
1657
+ Enabled: true
1658
+ AllowComments: false
1659
+ VersionAdded: '0.9'
1660
+ VersionChanged: '0.77'
1661
+
1662
+ Lint/Syntax:
1663
+ Description: 'Checks syntax error.'
1664
+ Enabled: true
1665
+ VersionAdded: '0.9'
1666
+
1667
+
1668
+ Lint/ToJSON:
1669
+ Description: 'Ensure #to_json includes an optional argument.'
1670
+ Enabled: true
1671
+
1672
+ Lint/UnderscorePrefixedVariableName:
1673
+ Description: 'Do not use prefix `_` for a variable that is used.'
1674
+ Enabled: true
1675
+ VersionAdded: '0.21'
1676
+ AllowKeywordBlockArguments: false
1677
+
1678
+ Lint/UnifiedInteger:
1679
+ Description: 'Use Integer instead of Fixnum or Bignum.'
1680
+ Enabled: true
1681
+ VersionAdded: '0.43'
1682
+
1683
+ Lint/UnreachableCode:
1684
+ Description: 'Unreachable code.'
1685
+ Enabled: true
1686
+ VersionAdded: '0.9'
1687
+
1688
+ Lint/UnusedBlockArgument:
1689
+ Description: 'Checks for unused block arguments.'
1690
+ StyleGuide: '#underscore-unused-vars'
1691
+ Enabled: true
1692
+ VersionAdded: '0.21'
1693
+ VersionChanged: '0.22'
1694
+ IgnoreEmptyBlocks: true
1695
+ AllowUnusedKeywordArguments: false
1696
+
1697
+ Lint/UnusedMethodArgument:
1698
+ Description: 'Checks for unused method arguments.'
1699
+ StyleGuide: '#underscore-unused-vars'
1700
+ Enabled: true
1701
+ VersionAdded: '0.21'
1702
+ VersionChanged: '0.35'
1703
+ AllowUnusedKeywordArguments: false
1704
+ IgnoreEmptyMethods: true
1705
+
1706
+ Lint/UriEscapeUnescape:
1707
+ Description: >-
1708
+ `URI.escape` method is obsolete and should not be used. Instead, use
1709
+ `CGI.escape`, `URI.encode_www_form` or `URI.encode_www_form_component`
1710
+ depending on your specific use case.
1711
+ Also `URI.unescape` method is obsolete and should not be used. Instead, use
1712
+ `CGI.unescape`, `URI.decode_www_form` or `URI.decode_www_form_component`
1713
+ depending on your specific use case.
1714
+ Enabled: true
1715
+ VersionAdded: '0.50'
1716
+
1717
+ Lint/UriRegexp:
1718
+ Description: 'Use `URI::DEFAULT_PARSER.make_regexp` instead of `URI.regexp`.'
1719
+ Enabled: true
1720
+ VersionAdded: '0.50'
1721
+
1722
+ Lint/UselessAccessModifier:
1723
+ Description: 'Checks for useless access modifiers.'
1724
+ Enabled: true
1725
+ VersionAdded: '0.20'
1726
+ VersionChanged: '0.47'
1727
+ ContextCreatingMethods: []
1728
+ MethodCreatingMethods: []
1729
+
1730
+ Lint/UselessAssignment:
1731
+ Description: 'Checks for useless assignment to a local variable.'
1732
+ StyleGuide: '#underscore-unused-vars'
1733
+ Enabled: true
1734
+ VersionAdded: '0.11'
1735
+
1736
+ Lint/UselessComparison:
1737
+ Description: 'Checks for comparison of something with itself.'
1738
+ Enabled: true
1739
+ VersionAdded: '0.11'
1740
+
1741
+ Lint/UselessElseWithoutRescue:
1742
+ Description: 'Checks for useless `else` in `begin..end` without `rescue`.'
1743
+ Enabled: true
1744
+ VersionAdded: '0.17'
1745
+
1746
+ Lint/UselessSetterCall:
1747
+ Description: 'Checks for useless setter call to a local variable.'
1748
+ Enabled: true
1749
+ VersionAdded: '0.13'
1750
+
1751
+ Lint/Void:
1752
+ Description: 'Possible use of operator/literal/variable in void context.'
1753
+ Enabled: true
1754
+ VersionAdded: '0.9'
1755
+ CheckForMethodsWithNoSideEffects: false
1756
+
1757
+ #################### Metrics ###############################
1758
+
1759
+ Metrics/AbcSize:
1760
+ Description: >-
1761
+ A calculated magnitude based on number of assignments,
1762
+ branches, and conditions.
1763
+ Reference:
1764
+ - http://c2.com/cgi/wiki?AbcMetric
1765
+ - https://en.wikipedia.org/wiki/ABC_Software_Metric
1766
+ Enabled: true
1767
+ VersionAdded: '0.27'
1768
+ VersionChanged: '0.66'
1769
+ # The ABC size is a calculated magnitude, so this number can be an Integer or
1770
+ # a Float.
1771
+ Max: 15
1772
+
1773
+ Metrics/BlockLength:
1774
+ Description: 'Avoid long blocks with many lines.'
1775
+ Enabled: true
1776
+ VersionAdded: '0.44'
1777
+ VersionChanged: '0.66'
1778
+ CountComments: false # count full line comments?
1779
+ Max: 25
1780
+ ExcludedMethods:
1781
+ # By default, exclude the `#refine` method, as it tends to have larger
1782
+ # associated blocks.
1783
+ - refine
1784
+ Exclude:
1785
+ - '**/*.gemspec'
1786
+
1787
+ Metrics/BlockNesting:
1788
+ Description: 'Avoid excessive block nesting.'
1789
+ StyleGuide: '#three-is-the-number-thou-shalt-count'
1790
+ Enabled: true
1791
+ VersionAdded: '0.25'
1792
+ VersionChanged: '0.47'
1793
+ CountBlocks: false
1794
+ Max: 3
1795
+
1796
+ Metrics/ClassLength:
1797
+ Description: 'Avoid classes longer than 100 lines of code.'
1798
+ Enabled: true
1799
+ VersionAdded: '0.25'
1800
+ CountComments: false # count full line comments?
1801
+ Max: 100
1802
+
1803
+ # Avoid complex methods.
1804
+ Metrics/CyclomaticComplexity:
1805
+ Description: >-
1806
+ A complexity metric that is strongly correlated to the number
1807
+ of test cases needed to validate a method.
1808
+ Enabled: true
1809
+ VersionAdded: '0.25'
1810
+ Max: 6
1811
+
1812
+ Metrics/LineLength:
1813
+ Description: 'Limit lines to 80 characters.'
1814
+ StyleGuide: '#80-character-limits'
1815
+ Enabled: true
1816
+ VersionAdded: '0.25'
1817
+ VersionChanged: '0.68'
1818
+ AutoCorrect: false
1819
+ Max: 80
1820
+ # To make it possible to copy or click on URIs in the code, we allow lines
1821
+ # containing a URI to be longer than Max.
1822
+ AllowHeredoc: true
1823
+ AllowURI: true
1824
+ URISchemes:
1825
+ - http
1826
+ - https
1827
+ # The IgnoreCopDirectives option causes the LineLength rule to ignore cop
1828
+ # directives like '# rubocop: enable ...' when calculating a line's length.
1829
+ IgnoreCopDirectives: true
1830
+ # The IgnoredPatterns option is a list of !ruby/regexp and/or string
1831
+ # elements. Strings will be converted to Regexp objects. A line that matches
1832
+ # any regular expression listed in this option will be ignored by LineLength.
1833
+ IgnoredPatterns: []
1834
+
1835
+ Metrics/MethodLength:
1836
+ Description: 'Avoid methods longer than 10 lines of code.'
1837
+ StyleGuide: '#short-methods'
1838
+ Enabled: true
1839
+ VersionAdded: '0.25'
1840
+ VersionChanged: '0.59.2'
1841
+ CountComments: false # count full line comments?
1842
+ Max: 10
1843
+ ExcludedMethods: []
1844
+
1845
+ Metrics/ModuleLength:
1846
+ Description: 'Avoid modules longer than 100 lines of code.'
1847
+ Enabled: true
1848
+ VersionAdded: '0.31'
1849
+ CountComments: false # count full line comments?
1850
+ Max: 100
1851
+
1852
+ Metrics/ParameterLists:
1853
+ Description: 'Avoid parameter lists longer than three or four parameters.'
1854
+ StyleGuide: '#too-many-params'
1855
+ Enabled: true
1856
+ VersionAdded: '0.25'
1857
+ Max: 5
1858
+ CountKeywordArgs: true
1859
+
1860
+ Metrics/PerceivedComplexity:
1861
+ Description: >-
1862
+ A complexity metric geared towards measuring complexity for a
1863
+ human reader.
1864
+ Enabled: true
1865
+ VersionAdded: '0.25'
1866
+ Max: 7
1867
+
1868
+ ################## Migration #############################
1869
+
1870
+ Migration/DepartmentName:
1871
+ Description: >-
1872
+ Check that cop names in rubocop:disable (etc) comments are
1873
+ given with department name.
1874
+ Enabled: false
1875
+
1876
+ #################### Naming ##############################
1877
+
1878
+ Naming/AccessorMethodName:
1879
+ Description: Check the naming of accessor methods for get_/set_.
1880
+ StyleGuide: '#accessor_mutator_method_names'
1881
+ Enabled: true
1882
+ VersionAdded: '0.50'
1883
+
1884
+ Naming/AsciiIdentifiers:
1885
+ Description: 'Use only ascii symbols in identifiers.'
1886
+ StyleGuide: '#english-identifiers'
1887
+ Enabled: true
1888
+ VersionAdded: '0.50'
1889
+
1890
+ Naming/BinaryOperatorParameterName:
1891
+ Description: 'When defining binary operators, name the argument other.'
1892
+ StyleGuide: '#other-arg'
1893
+ Enabled: true
1894
+ VersionAdded: '0.50'
1895
+
1896
+ Naming/BlockParameterName:
1897
+ Description: >-
1898
+ Checks for block parameter names that contain capital letters,
1899
+ end in numbers, or do not meet a minimal length.
1900
+ Enabled: true
1901
+ VersionAdded: '0.53'
1902
+ VersionChanged: '0.77'
1903
+ # Parameter names may be equal to or greater than this value
1904
+ MinNameLength: 1
1905
+ AllowNamesEndingInNumbers: true
1906
+ # Allowed names that will not register an offense
1907
+ AllowedNames: []
1908
+ # Forbidden names that will register an offense
1909
+ ForbiddenNames: []
1910
+
1911
+ Naming/ClassAndModuleCamelCase:
1912
+ Description: 'Use CamelCase for classes and modules.'
1913
+ StyleGuide: '#camelcase-classes'
1914
+ Enabled: true
1915
+ VersionAdded: '0.50'
1916
+
1917
+ Naming/ConstantName:
1918
+ Description: 'Constants should use SCREAMING_SNAKE_CASE.'
1919
+ StyleGuide: '#screaming-snake-case'
1920
+ Enabled: true
1921
+ VersionAdded: '0.50'
1922
+
1923
+ Naming/FileName:
1924
+ Description: 'Use snake_case for source file names.'
1925
+ StyleGuide: '#snake-case-files'
1926
+ Enabled: true
1927
+ VersionAdded: '0.50'
1928
+ # Camel case file names listed in `AllCops:Include` and all file names listed
1929
+ # in `AllCops:Exclude` are excluded by default. Add extra excludes here.
1930
+ Exclude: []
1931
+ # When `true`, requires that each source file should define a class or module
1932
+ # with a name which matches the file name (converted to ... case).
1933
+ # It further expects it to be nested inside modules which match the names
1934
+ # of subdirectories in its path.
1935
+ ExpectMatchingDefinition: false
1936
+ # If non-`nil`, expect all source file names to match the following regex.
1937
+ # Only the file name itself is matched, not the entire file path.
1938
+ # Use anchors as necessary if you want to match the entire name rather than
1939
+ # just a part of it.
1940
+ Regex: ~
1941
+ # With `IgnoreExecutableScripts` set to `true`, this cop does not
1942
+ # report offending filenames for executable scripts (i.e. source
1943
+ # files with a shebang in the first line).
1944
+ IgnoreExecutableScripts: true
1945
+ AllowedAcronyms:
1946
+ - CLI
1947
+ - DSL
1948
+ - ACL
1949
+ - API
1950
+ - ASCII
1951
+ - CPU
1952
+ - CSS
1953
+ - DNS
1954
+ - EOF
1955
+ - GUID
1956
+ - HTML
1957
+ - HTTP
1958
+ - HTTPS
1959
+ - ID
1960
+ - IP
1961
+ - JSON
1962
+ - LHS
1963
+ - QPS
1964
+ - RAM
1965
+ - RHS
1966
+ - RPC
1967
+ - SLA
1968
+ - SMTP
1969
+ - SQL
1970
+ - SSH
1971
+ - TCP
1972
+ - TLS
1973
+ - TTL
1974
+ - UDP
1975
+ - UI
1976
+ - UID
1977
+ - UUID
1978
+ - URI
1979
+ - URL
1980
+ - UTF8
1981
+ - VM
1982
+ - XML
1983
+ - XMPP
1984
+ - XSRF
1985
+ - XSS
1986
+
1987
+ Naming/HeredocDelimiterCase:
1988
+ Description: 'Use configured case for heredoc delimiters.'
1989
+ StyleGuide: '#heredoc-delimiters'
1990
+ Enabled: true
1991
+ VersionAdded: '0.50'
1992
+ EnforcedStyle: uppercase
1993
+ SupportedStyles:
1994
+ - lowercase
1995
+ - uppercase
1996
+
1997
+ Naming/HeredocDelimiterNaming:
1998
+ Description: 'Use descriptive heredoc delimiters.'
1999
+ StyleGuide: '#heredoc-delimiters'
2000
+ Enabled: true
2001
+ VersionAdded: '0.50'
2002
+ ForbiddenDelimiters:
2003
+ - !ruby/regexp '/(^|\s)(EO[A-Z]{1}|END)(\s|$)/'
2004
+
2005
+ Naming/MemoizedInstanceVariableName:
2006
+ Description: >-
2007
+ Memoized method name should match memo instance variable name.
2008
+ Enabled: true
2009
+ VersionAdded: '0.53'
2010
+ VersionChanged: '0.58'
2011
+ EnforcedStyleForLeadingUnderscores: disallowed
2012
+ SupportedStylesForLeadingUnderscores:
2013
+ - disallowed
2014
+ - required
2015
+ - optional
2016
+
2017
+ Naming/MethodName:
2018
+ Description: 'Use the configured style when naming methods.'
2019
+ StyleGuide: '#snake-case-symbols-methods-vars'
2020
+ Enabled: true
2021
+ VersionAdded: '0.50'
2022
+ EnforcedStyle: snake_case
2023
+ SupportedStyles:
2024
+ - snake_case
2025
+ - camelCase
2026
+ # Method names matching patterns are always allowed.
2027
+ #
2028
+ # IgnoredPatterns:
2029
+ # - '\A\s*onSelectionBulkChange\s*'
2030
+ # - '\A\s*onSelectionCleared\s*'
2031
+ #
2032
+ IgnoredPatterns: []
2033
+
2034
+ Naming/MethodParameterName:
2035
+ Description: >-
2036
+ Checks for method parameter names that contain capital letters,
2037
+ end in numbers, or do not meet a minimal length.
2038
+ Enabled: true
2039
+ VersionAdded: '0.53'
2040
+ VersionChanged: '0.77'
2041
+ # Parameter names may be equal to or greater than this value
2042
+ MinNameLength: 3
2043
+ AllowNamesEndingInNumbers: true
2044
+ # Allowed names that will not register an offense
2045
+ AllowedNames:
2046
+ - io
2047
+ - id
2048
+ - to
2049
+ - by
2050
+ - 'on'
2051
+ - in
2052
+ - at
2053
+ - ip
2054
+ - db
2055
+ - os
2056
+ # Forbidden names that will register an offense
2057
+ ForbiddenNames: []
2058
+
2059
+ Naming/PredicateName:
2060
+ Description: 'Check the names of predicate methods.'
2061
+ StyleGuide: '#bool-methods-qmark'
2062
+ Enabled: true
2063
+ VersionAdded: '0.50'
2064
+ VersionChanged: '0.77'
2065
+ # Predicate name prefixes.
2066
+ NamePrefix:
2067
+ - is_
2068
+ - has_
2069
+ - have_
2070
+ # Predicate name prefixes that should be removed.
2071
+ ForbiddenPrefixes:
2072
+ - is_
2073
+ - has_
2074
+ - have_
2075
+ # Predicate names which, despite having a forbidden prefix, or no `?`,
2076
+ # should still be accepted
2077
+ AllowedMethods:
2078
+ - is_a?
2079
+ # Method definition macros for dynamically generated methods.
2080
+ MethodDefinitionMacros:
2081
+ - define_method
2082
+ - define_singleton_method
2083
+ # Exclude Rspec specs because there is a strong convention to write spec
2084
+ # helpers in the form of `have_something` or `be_something`.
2085
+ Exclude:
2086
+ - 'spec/**/*'
2087
+
2088
+ Naming/RescuedExceptionsVariableName:
2089
+ Description: 'Use consistent rescued exceptions variables naming.'
2090
+ Enabled: true
2091
+ VersionAdded: '0.67'
2092
+ VersionChanged: '0.68'
2093
+ PreferredName: e
2094
+
2095
+ Naming/VariableName:
2096
+ Description: 'Use the configured style when naming variables.'
2097
+ StyleGuide: '#snake-case-symbols-methods-vars'
2098
+ Enabled: true
2099
+ VersionAdded: '0.50'
2100
+ EnforcedStyle: snake_case
2101
+ SupportedStyles:
2102
+ - snake_case
2103
+ - camelCase
2104
+
2105
+ Naming/VariableNumber:
2106
+ Description: 'Use the configured style when numbering variables.'
2107
+ Enabled: true
2108
+ VersionAdded: '0.50'
2109
+ EnforcedStyle: normalcase
2110
+ SupportedStyles:
2111
+ - snake_case
2112
+ - normalcase
2113
+ - non_integer
2114
+
2115
+ #################### Security ##############################
2116
+
2117
+ Security/Eval:
2118
+ Description: 'The use of eval represents a serious security risk.'
2119
+ Enabled: true
2120
+ VersionAdded: '0.47'
2121
+
2122
+ Security/JSONLoad:
2123
+ Description: >-
2124
+ Prefer usage of `JSON.parse` over `JSON.load` due to potential
2125
+ security issues. See reference for more information.
2126
+ Reference: 'https://ruby-doc.org/stdlib-2.3.0/libdoc/json/rdoc/JSON.html#method-i-load'
2127
+ Enabled: true
2128
+ VersionAdded: '0.43'
2129
+ VersionChanged: '0.44'
2130
+ # Autocorrect here will change to a method that may cause crashes depending
2131
+ # on the value of the argument.
2132
+ AutoCorrect: false
2133
+ SafeAutoCorrect: false
2134
+
2135
+ Security/MarshalLoad:
2136
+ Description: >-
2137
+ Avoid using of `Marshal.load` or `Marshal.restore` due to potential
2138
+ security issues. See reference for more information.
2139
+ Reference: 'https://ruby-doc.org/core-2.3.3/Marshal.html#module-Marshal-label-Security+considerations'
2140
+ Enabled: true
2141
+ VersionAdded: '0.47'
2142
+
2143
+ Security/Open:
2144
+ Description: 'The use of Kernel#open represents a serious security risk.'
2145
+ Enabled: true
2146
+ VersionAdded: '0.53'
2147
+ Safe: false
2148
+
2149
+ Security/YAMLLoad:
2150
+ Description: >-
2151
+ Prefer usage of `YAML.safe_load` over `YAML.load` due to potential
2152
+ security issues. See reference for more information.
2153
+ Reference: 'https://ruby-doc.org/stdlib-2.3.3/libdoc/yaml/rdoc/YAML.html#module-YAML-label-Security'
2154
+ Enabled: true
2155
+ VersionAdded: '0.47'
2156
+ SafeAutoCorrect: false
2157
+
2158
+ #################### Style ###############################
2159
+
2160
+ Style/AccessModifierDeclarations:
2161
+ Description: 'Checks style of how access modifiers are used.'
2162
+ Enabled: true
2163
+ VersionAdded: '0.57'
2164
+ EnforcedStyle: group
2165
+ SupportedStyles:
2166
+ - inline
2167
+ - group
2168
+
2169
+ Style/Alias:
2170
+ Description: 'Use alias instead of alias_method.'
2171
+ StyleGuide: '#alias-method-lexically'
2172
+ Enabled: true
2173
+ VersionAdded: '0.9'
2174
+ VersionChanged: '0.36'
2175
+ EnforcedStyle: prefer_alias
2176
+ SupportedStyles:
2177
+ - prefer_alias
2178
+ - prefer_alias_method
2179
+
2180
+ Style/AndOr:
2181
+ Description: 'Use &&/|| instead of and/or.'
2182
+ StyleGuide: '#no-and-or-or'
2183
+ Enabled: true
2184
+ VersionAdded: '0.9'
2185
+ VersionChanged: '0.25'
2186
+ # Whether `and` and `or` are banned only in conditionals (conditionals)
2187
+ # or completely (always).
2188
+ EnforcedStyle: always
2189
+ SupportedStyles:
2190
+ - always
2191
+ - conditionals
2192
+
2193
+ Style/ArrayJoin:
2194
+ Description: 'Use Array#join instead of Array#*.'
2195
+ StyleGuide: '#array-join'
2196
+ Enabled: true
2197
+ VersionAdded: '0.20'
2198
+ VersionChanged: '0.31'
2199
+
2200
+ Style/AsciiComments:
2201
+ Description: 'Use only ascii symbols in comments.'
2202
+ StyleGuide: '#english-comments'
2203
+ Enabled: true
2204
+ VersionAdded: '0.9'
2205
+ VersionChanged: '0.52'
2206
+ AllowedChars: []
2207
+
2208
+ Style/Attr:
2209
+ Description: 'Checks for uses of Module#attr.'
2210
+ StyleGuide: '#attr'
2211
+ Enabled: true
2212
+ VersionAdded: '0.9'
2213
+ VersionChanged: '0.12'
2214
+
2215
+ Style/AutoResourceCleanup:
2216
+ Description: 'Suggests the usage of an auto resource cleanup version of a method (if available).'
2217
+ Enabled: false
2218
+ VersionAdded: '0.30'
2219
+
2220
+ Style/BarePercentLiterals:
2221
+ Description: 'Checks if usage of %() or %Q() matches configuration.'
2222
+ StyleGuide: '#percent-q-shorthand'
2223
+ Enabled: true
2224
+ VersionAdded: '0.25'
2225
+ EnforcedStyle: bare_percent
2226
+ SupportedStyles:
2227
+ - percent_q
2228
+ - bare_percent
2229
+
2230
+ Style/BeginBlock:
2231
+ Description: 'Avoid the use of BEGIN blocks.'
2232
+ StyleGuide: '#no-BEGIN-blocks'
2233
+ Enabled: true
2234
+ VersionAdded: '0.9'
2235
+
2236
+ Style/BlockComments:
2237
+ Description: 'Do not use block comments.'
2238
+ StyleGuide: '#no-block-comments'
2239
+ Enabled: true
2240
+ VersionAdded: '0.9'
2241
+ VersionChanged: '0.23'
2242
+
2243
+ Style/BlockDelimiters:
2244
+ Description: >-
2245
+ Avoid using {...} for multi-line blocks (multiline chaining is
2246
+ always ugly).
2247
+ Prefer {...} over do...end for single-line blocks.
2248
+ StyleGuide: '#single-line-blocks'
2249
+ Enabled: true
2250
+ VersionAdded: '0.30'
2251
+ VersionChanged: '0.35'
2252
+ EnforcedStyle: line_count_based
2253
+ SupportedStyles:
2254
+ # The `line_count_based` style enforces braces around single line blocks and
2255
+ # do..end around multi-line blocks.
2256
+ - line_count_based
2257
+ # The `semantic` style enforces braces around functional blocks, where the
2258
+ # primary purpose of the block is to return a value and do..end for
2259
+ # multi-line procedural blocks, where the primary purpose of the block is
2260
+ # its side-effects. Single-line procedural blocks may only use do-end,
2261
+ # unless AllowBracesOnProceduralOneLiners has a truthy value (see below).
2262
+ #
2263
+ # This looks at the usage of a block's method to determine its type (e.g. is
2264
+ # the result of a `map` assigned to a variable or passed to another
2265
+ # method) but exceptions are permitted in the `ProceduralMethods`,
2266
+ # `FunctionalMethods` and `IgnoredMethods` sections below.
2267
+ - semantic
2268
+ # The `braces_for_chaining` style enforces braces around single line blocks
2269
+ # and do..end around multi-line blocks, except for multi-line blocks whose
2270
+ # return value is being chained with another method (in which case braces
2271
+ # are enforced).
2272
+ - braces_for_chaining
2273
+ # The `always_braces` style always enforces braces.
2274
+ - always_braces
2275
+ ProceduralMethods:
2276
+ # Methods that are known to be procedural in nature but look functional from
2277
+ # their usage, e.g.
2278
+ #
2279
+ # time = Benchmark.realtime do
2280
+ # foo.bar
2281
+ # end
2282
+ #
2283
+ # Here, the return value of the block is discarded but the return value of
2284
+ # `Benchmark.realtime` is used.
2285
+ - benchmark
2286
+ - bm
2287
+ - bmbm
2288
+ - create
2289
+ - each_with_object
2290
+ - measure
2291
+ - new
2292
+ - realtime
2293
+ - tap
2294
+ - with_object
2295
+ FunctionalMethods:
2296
+ # Methods that are known to be functional in nature but look procedural from
2297
+ # their usage, e.g.
2298
+ #
2299
+ # let(:foo) { Foo.new }
2300
+ #
2301
+ # Here, the return value of `Foo.new` is used to define a `foo` helper but
2302
+ # doesn't appear to be used from the return value of `let`.
2303
+ - let
2304
+ - let!
2305
+ - subject
2306
+ - watch
2307
+ IgnoredMethods:
2308
+ # Methods that can be either procedural or functional and cannot be
2309
+ # categorised from their usage alone, e.g.
2310
+ #
2311
+ # foo = lambda do |x|
2312
+ # puts "Hello, #{x}"
2313
+ # end
2314
+ #
2315
+ # foo = lambda do |x|
2316
+ # x * 100
2317
+ # end
2318
+ #
2319
+ # Here, it is impossible to tell from the return value of `lambda` whether
2320
+ # the inner block's return value is significant.
2321
+ - lambda
2322
+ - proc
2323
+ - it
2324
+ # The AllowBracesOnProceduralOneLiners option is ignored unless the
2325
+ # EnforcedStyle is set to `semantic`. If so:
2326
+ #
2327
+ # If AllowBracesOnProceduralOneLiners is unspecified, or set to any
2328
+ # falsey value, then semantic purity is maintained, so one-line
2329
+ # procedural blocks must use do-end, not braces.
2330
+ #
2331
+ # # bad
2332
+ # collection.each { |element| puts element }
2333
+ #
2334
+ # # good
2335
+ # collection.each do |element| puts element end
2336
+ #
2337
+ # If AllowBracesOnProceduralOneLiners is set to any truthy value,
2338
+ # then one-line procedural blocks may use either style.
2339
+ #
2340
+ # # good
2341
+ # collection.each { |element| puts element }
2342
+ #
2343
+ # # also good
2344
+ # collection.each do |element| puts element end
2345
+ AllowBracesOnProceduralOneLiners: false
2346
+
2347
+ Style/BracesAroundHashParameters:
2348
+ Description: 'Enforce braces style around hash parameters.'
2349
+ Enabled: true
2350
+ VersionAdded: '0.14.1'
2351
+ VersionChanged: '0.28'
2352
+ EnforcedStyle: no_braces
2353
+ SupportedStyles:
2354
+ # The `braces` style enforces braces around all method parameters that are
2355
+ # hashes.
2356
+ - braces
2357
+ # The `no_braces` style checks that the last parameter doesn't have braces
2358
+ # around it.
2359
+ - no_braces
2360
+ # The `context_dependent` style checks that the last parameter doesn't have
2361
+ # braces around it, but requires braces if the second to last parameter is
2362
+ # also a hash literal.
2363
+ - context_dependent
2364
+
2365
+ Style/CaseEquality:
2366
+ Description: 'Avoid explicit use of the case equality operator(===).'
2367
+ StyleGuide: '#no-case-equality'
2368
+ Enabled: true
2369
+ VersionAdded: '0.9'
2370
+
2371
+ Style/CharacterLiteral:
2372
+ Description: 'Checks for uses of character literals.'
2373
+ StyleGuide: '#no-character-literals'
2374
+ Enabled: true
2375
+ VersionAdded: '0.9'
2376
+
2377
+ Style/ClassAndModuleChildren:
2378
+ Description: 'Checks style of children classes and modules.'
2379
+ StyleGuide: '#namespace-definition'
2380
+ # Moving from compact to nested children requires knowledge of whether the
2381
+ # outer parent is a module or a class. Moving from nested to compact requires
2382
+ # verification that the outer parent is defined elsewhere. Rubocop does not
2383
+ # have the knowledge to perform either operation safely and thus requires
2384
+ # manual oversight.
2385
+ SafeAutoCorrect: false
2386
+ AutoCorrect: false
2387
+ Enabled: true
2388
+ VersionAdded: '0.19'
2389
+ #
2390
+ # Basically there are two different styles:
2391
+ #
2392
+ # `nested` - have each child on a separate line
2393
+ # class Foo
2394
+ # class Bar
2395
+ # end
2396
+ # end
2397
+ #
2398
+ # `compact` - combine definitions as much as possible
2399
+ # class Foo::Bar
2400
+ # end
2401
+ #
2402
+ # The compact style is only forced, for classes or modules with one child.
2403
+ EnforcedStyle: nested
2404
+ SupportedStyles:
2405
+ - nested
2406
+ - compact
2407
+
2408
+ Style/ClassCheck:
2409
+ Description: 'Enforces consistent use of `Object#is_a?` or `Object#kind_of?`.'
2410
+ Enabled: true
2411
+ VersionAdded: '0.24'
2412
+ EnforcedStyle: is_a?
2413
+ SupportedStyles:
2414
+ - is_a?
2415
+ - kind_of?
2416
+
2417
+ Style/ClassMethods:
2418
+ Description: 'Use self when defining module/class methods.'
2419
+ StyleGuide: '#def-self-class-methods'
2420
+ Enabled: true
2421
+ VersionAdded: '0.9'
2422
+ VersionChanged: '0.20'
2423
+
2424
+ Style/ClassVars:
2425
+ Description: 'Avoid the use of class variables.'
2426
+ StyleGuide: '#no-class-vars'
2427
+ Enabled: true
2428
+ VersionAdded: '0.13'
2429
+
2430
+ # Align with the style guide.
2431
+ Style/CollectionMethods:
2432
+ Description: 'Preferred collection methods.'
2433
+ StyleGuide: '#map-find-select-reduce-size'
2434
+ Enabled: false
2435
+ VersionAdded: '0.9'
2436
+ VersionChanged: '0.27'
2437
+ Safe: false
2438
+ # Mapping from undesired method to desired method
2439
+ # e.g. to use `detect` over `find`:
2440
+ #
2441
+ # Style/CollectionMethods:
2442
+ # PreferredMethods:
2443
+ # find: detect
2444
+ PreferredMethods:
2445
+ collect: 'map'
2446
+ collect!: 'map!'
2447
+ inject: 'reduce'
2448
+ detect: 'find'
2449
+ find_all: 'select'
2450
+
2451
+ Style/ColonMethodCall:
2452
+ Description: 'Do not use :: for method call.'
2453
+ StyleGuide: '#double-colons'
2454
+ Enabled: true
2455
+ VersionAdded: '0.9'
2456
+
2457
+ Style/ColonMethodDefinition:
2458
+ Description: 'Do not use :: for defining class methods.'
2459
+ StyleGuide: '#colon-method-definition'
2460
+ Enabled: true
2461
+ VersionAdded: '0.52'
2462
+
2463
+ Style/CommandLiteral:
2464
+ Description: 'Use `` or %x around command literals.'
2465
+ StyleGuide: '#percent-x'
2466
+ Enabled: true
2467
+ VersionAdded: '0.30'
2468
+ EnforcedStyle: backticks
2469
+ # backticks: Always use backticks.
2470
+ # percent_x: Always use `%x`.
2471
+ # mixed: Use backticks on single-line commands, and `%x` on multi-line commands.
2472
+ SupportedStyles:
2473
+ - backticks
2474
+ - percent_x
2475
+ - mixed
2476
+ # If `false`, the cop will always recommend using `%x` if one or more backticks
2477
+ # are found in the command string.
2478
+ AllowInnerBackticks: false
2479
+
2480
+ # Checks formatting of special comments
2481
+ Style/CommentAnnotation:
2482
+ Description: >-
2483
+ Checks formatting of special comments
2484
+ (TODO, FIXME, OPTIMIZE, HACK, REVIEW).
2485
+ StyleGuide: '#annotate-keywords'
2486
+ Enabled: true
2487
+ VersionAdded: '0.10'
2488
+ VersionChanged: '0.31'
2489
+ Keywords:
2490
+ - TODO
2491
+ - FIXME
2492
+ - OPTIMIZE
2493
+ - HACK
2494
+ - REVIEW
2495
+
2496
+ Style/CommentedKeyword:
2497
+ Description: 'Do not place comments on the same line as certain keywords.'
2498
+ Enabled: true
2499
+ VersionAdded: '0.51'
2500
+
2501
+ Style/ConditionalAssignment:
2502
+ Description: >-
2503
+ Use the return value of `if` and `case` statements for
2504
+ assignment to a variable and variable comparison instead
2505
+ of assigning that variable inside of each branch.
2506
+ Enabled: true
2507
+ VersionAdded: '0.36'
2508
+ VersionChanged: '0.47'
2509
+ EnforcedStyle: assign_to_condition
2510
+ SupportedStyles:
2511
+ - assign_to_condition
2512
+ - assign_inside_condition
2513
+ # When configured to `assign_to_condition`, `SingleLineConditionsOnly`
2514
+ # will only register an offense when all branches of a condition are
2515
+ # a single line.
2516
+ # When configured to `assign_inside_condition`, `SingleLineConditionsOnly`
2517
+ # will only register an offense for assignment to a condition that has
2518
+ # at least one multiline branch.
2519
+ SingleLineConditionsOnly: true
2520
+ IncludeTernaryExpressions: true
2521
+
2522
+ Style/ConstantVisibility:
2523
+ Description: >-
2524
+ Check that class- and module constants have
2525
+ visibility declarations.
2526
+ Enabled: false
2527
+ VersionAdded: '0.66'
2528
+
2529
+ # Checks that you have put a copyright in a comment before any code.
2530
+ #
2531
+ # You can override the default Notice in your .rubocop.yml file.
2532
+ #
2533
+ # In order to use autocorrect, you must supply a value for the
2534
+ # `AutocorrectNotice` key that matches the regexp Notice. A blank
2535
+ # `AutocorrectNotice` will cause an error during autocorrect.
2536
+ #
2537
+ # Autocorrect will add a copyright notice in a comment at the top
2538
+ # of the file immediately after any shebang or encoding comments.
2539
+ #
2540
+ # Example rubocop.yml:
2541
+ #
2542
+ # Style/Copyright:
2543
+ # Enabled: true
2544
+ # Notice: 'Copyright (\(c\) )?2015 Yahoo! Inc'
2545
+ # AutocorrectNotice: '# Copyright (c) 2015 Yahoo! Inc.'
2546
+ #
2547
+ Style/Copyright:
2548
+ Description: 'Include a copyright notice in each file before any code.'
2549
+ Enabled: false
2550
+ VersionAdded: '0.30'
2551
+ Notice: '^Copyright (\(c\) )?2[0-9]{3} .+'
2552
+ AutocorrectNotice: ''
2553
+
2554
+ Style/DateTime:
2555
+ Description: 'Use Time over DateTime.'
2556
+ StyleGuide: '#date--time'
2557
+ Enabled: false
2558
+ VersionAdded: '0.51'
2559
+ VersionChanged: '0.59'
2560
+ AllowCoercion: false
2561
+
2562
+ Style/DefWithParentheses:
2563
+ Description: 'Use def with parentheses when there are arguments.'
2564
+ StyleGuide: '#method-parens'
2565
+ Enabled: true
2566
+ VersionAdded: '0.9'
2567
+ VersionChanged: '0.12'
2568
+
2569
+ Style/Dir:
2570
+ Description: >-
2571
+ Use the `__dir__` method to retrieve the canonicalized
2572
+ absolute path to the current file.
2573
+ Enabled: true
2574
+ VersionAdded: '0.50'
2575
+
2576
+ Style/Documentation:
2577
+ Description: 'Document classes and non-namespace modules.'
2578
+ Enabled: true
2579
+ VersionAdded: '0.9'
2580
+ Exclude:
2581
+ - 'spec/**/*'
2582
+ - 'test/**/*'
2583
+
2584
+ Style/DocumentationMethod:
2585
+ Description: 'Checks for missing documentation comment for public methods.'
2586
+ Enabled: false
2587
+ VersionAdded: '0.43'
2588
+ Exclude:
2589
+ - 'spec/**/*'
2590
+ - 'test/**/*'
2591
+ RequireForNonPublicMethods: false
2592
+
2593
+ Style/DoubleCopDisableDirective:
2594
+ Description: 'Checks for double rubocop:disable comments on a single line.'
2595
+ Enabled: true
2596
+ VersionAdded: '0.73'
2597
+
2598
+ Style/DoubleNegation:
2599
+ Description: 'Checks for uses of double negation (!!).'
2600
+ StyleGuide: '#no-bang-bang'
2601
+ Enabled: true
2602
+ VersionAdded: '0.19'
2603
+
2604
+ Style/EachForSimpleLoop:
2605
+ Description: >-
2606
+ Use `Integer#times` for a simple loop which iterates a fixed
2607
+ number of times.
2608
+ Enabled: true
2609
+ VersionAdded: '0.41'
2610
+
2611
+ Style/EachWithObject:
2612
+ Description: 'Prefer `each_with_object` over `inject` or `reduce`.'
2613
+ Enabled: true
2614
+ VersionAdded: '0.22'
2615
+ VersionChanged: '0.42'
2616
+
2617
+ Style/EmptyBlockParameter:
2618
+ Description: 'Omit pipes for empty block parameters.'
2619
+ Enabled: true
2620
+ VersionAdded: '0.52'
2621
+
2622
+ Style/EmptyCaseCondition:
2623
+ Description: 'Avoid empty condition in case statements.'
2624
+ Enabled: true
2625
+ VersionAdded: '0.40'
2626
+
2627
+ Style/EmptyElse:
2628
+ Description: 'Avoid empty else-clauses.'
2629
+ Enabled: true
2630
+ VersionAdded: '0.28'
2631
+ VersionChanged: '0.32'
2632
+ EnforcedStyle: both
2633
+ # empty - warn only on empty `else`
2634
+ # nil - warn on `else` with nil in it
2635
+ # both - warn on empty `else` and `else` with `nil` in it
2636
+ SupportedStyles:
2637
+ - empty
2638
+ - nil
2639
+ - both
2640
+
2641
+ Style/EmptyLambdaParameter:
2642
+ Description: 'Omit parens for empty lambda parameters.'
2643
+ Enabled: true
2644
+ VersionAdded: '0.52'
2645
+
2646
+ Style/EmptyLiteral:
2647
+ Description: 'Prefer literals to Array.new/Hash.new/String.new.'
2648
+ StyleGuide: '#literal-array-hash'
2649
+ Enabled: true
2650
+ VersionAdded: '0.9'
2651
+ VersionChanged: '0.12'
2652
+
2653
+ Style/EmptyMethod:
2654
+ Description: 'Checks the formatting of empty method definitions.'
2655
+ StyleGuide: '#no-single-line-methods'
2656
+ Enabled: true
2657
+ VersionAdded: '0.46'
2658
+ EnforcedStyle: compact
2659
+ SupportedStyles:
2660
+ - compact
2661
+ - expanded
2662
+
2663
+ Style/Encoding:
2664
+ Description: 'Use UTF-8 as the source file encoding.'
2665
+ StyleGuide: '#utf-8'
2666
+ Enabled: true
2667
+ VersionAdded: '0.9'
2668
+ VersionChanged: '0.50'
2669
+
2670
+ Style/EndBlock:
2671
+ Description: 'Avoid the use of END blocks.'
2672
+ StyleGuide: '#no-END-blocks'
2673
+ Enabled: true
2674
+ VersionAdded: '0.9'
2675
+
2676
+ Style/EvalWithLocation:
2677
+ Description: 'Pass `__FILE__` and `__LINE__` to `eval` method, as they are used by backtraces.'
2678
+ Enabled: true
2679
+ VersionAdded: '0.52'
2680
+
2681
+ Style/EvenOdd:
2682
+ Description: 'Favor the use of `Integer#even?` && `Integer#odd?`.'
2683
+ StyleGuide: '#predicate-methods'
2684
+ Enabled: true
2685
+ VersionAdded: '0.12'
2686
+ VersionChanged: '0.29'
2687
+
2688
+ Style/ExpandPathArguments:
2689
+ Description: "Use `expand_path(__dir__)` instead of `expand_path('..', __FILE__)`."
2690
+ Enabled: true
2691
+ VersionAdded: '0.53'
2692
+
2693
+ Style/FloatDivision:
2694
+ Description: 'For performing float division, coerce one side only.'
2695
+ StyleGuide: '#float-division'
2696
+ Reference: 'https://github.com/rubocop-hq/ruby-style-guide/issues/628'
2697
+ Enabled: true
2698
+ VersionAdded: '0.72'
2699
+ EnforcedStyle: single_coerce
2700
+ SupportedStyles:
2701
+ - left_coerce
2702
+ - right_coerce
2703
+ - single_coerce
2704
+ - fdiv
2705
+
2706
+ Style/For:
2707
+ Description: 'Checks use of for or each in multiline loops.'
2708
+ StyleGuide: '#no-for-loops'
2709
+ Enabled: true
2710
+ VersionAdded: '0.13'
2711
+ VersionChanged: '0.59'
2712
+ EnforcedStyle: each
2713
+ SupportedStyles:
2714
+ - each
2715
+ - for
2716
+
2717
+ Style/FormatString:
2718
+ Description: 'Enforce the use of Kernel#sprintf, Kernel#format or String#%.'
2719
+ StyleGuide: '#sprintf'
2720
+ Enabled: true
2721
+ VersionAdded: '0.19'
2722
+ VersionChanged: '0.49'
2723
+ EnforcedStyle: format
2724
+ SupportedStyles:
2725
+ - format
2726
+ - sprintf
2727
+ - percent
2728
+
2729
+ Style/FormatStringToken:
2730
+ Description: 'Use a consistent style for format string tokens.'
2731
+ Enabled: true
2732
+ EnforcedStyle: annotated
2733
+ SupportedStyles:
2734
+ # Prefer tokens which contain a sprintf like type annotation like
2735
+ # `%<name>s`, `%<age>d`, `%<score>f`
2736
+ - annotated
2737
+ # Prefer simple looking "template" style tokens like `%{name}`, `%{age}`
2738
+ - template
2739
+ - unannotated
2740
+ VersionAdded: '0.49'
2741
+ VersionChanged: '0.75'
2742
+
2743
+ Style/FrozenStringLiteralComment:
2744
+ Description: >-
2745
+ Add the frozen_string_literal comment to the top of files
2746
+ to help transition to frozen string literals by default.
2747
+ Enabled: true
2748
+ VersionAdded: '0.36'
2749
+ VersionChanged: '0.69'
2750
+ EnforcedStyle: always
2751
+ SupportedStyles:
2752
+ # `always` will always add the frozen string literal comment to a file
2753
+ # regardless of the Ruby version or if `freeze` or `<<` are called on a
2754
+ # string literal. If you run code against multiple versions of Ruby, it is
2755
+ # possible that this will create errors in Ruby 2.3.0+.
2756
+ - always
2757
+ # `never` will enforce that the frozen string literal comment does not
2758
+ # exist in a file.
2759
+ - never
2760
+
2761
+ Style/GlobalVars:
2762
+ Description: 'Do not introduce global variables.'
2763
+ StyleGuide: '#instance-vars'
2764
+ Reference: 'https://www.zenspider.com/ruby/quickref.html'
2765
+ Enabled: true
2766
+ VersionAdded: '0.13'
2767
+ # Built-in global variables are allowed by default.
2768
+ AllowedVariables: []
2769
+
2770
+ Style/GuardClause:
2771
+ Description: 'Check for conditionals that can be replaced with guard clauses.'
2772
+ StyleGuide: '#no-nested-conditionals'
2773
+ Enabled: true
2774
+ VersionAdded: '0.20'
2775
+ VersionChanged: '0.22'
2776
+ # `MinBodyLength` defines the number of lines of the a body of an `if` or `unless`
2777
+ # needs to have to trigger this cop
2778
+ MinBodyLength: 1
2779
+
2780
+ Style/HashSyntax:
2781
+ Description: >-
2782
+ Prefer Ruby 1.9 hash syntax { a: 1, b: 2 } over 1.8 syntax
2783
+ { :a => 1, :b => 2 }.
2784
+ StyleGuide: '#hash-literals'
2785
+ Enabled: true
2786
+ VersionAdded: '0.9'
2787
+ VersionChanged: '0.43'
2788
+ EnforcedStyle: ruby19
2789
+ SupportedStyles:
2790
+ # checks for 1.9 syntax (e.g. {a: 1}) for all symbol keys
2791
+ - ruby19
2792
+ # checks for hash rocket syntax for all hashes
2793
+ - hash_rockets
2794
+ # forbids mixed key syntaxes (e.g. {a: 1, :b => 2})
2795
+ - no_mixed_keys
2796
+ # enforces both ruby19 and no_mixed_keys styles
2797
+ - ruby19_no_mixed_keys
2798
+ # Force hashes that have a symbol value to use hash rockets
2799
+ UseHashRocketsWithSymbolValues: false
2800
+ # Do not suggest { a?: 1 } over { :a? => 1 } in ruby19 style
2801
+ PreferHashRocketsForNonAlnumEndingSymbols: false
2802
+
2803
+ Style/IdenticalConditionalBranches:
2804
+ Description: >-
2805
+ Checks that conditional statements do not have an identical
2806
+ line at the end of each branch, which can validly be moved
2807
+ out of the conditional.
2808
+ Enabled: true
2809
+ VersionAdded: '0.36'
2810
+
2811
+ Style/IfInsideElse:
2812
+ Description: 'Finds if nodes inside else, which can be converted to elsif.'
2813
+ Enabled: true
2814
+ AllowIfModifier: false
2815
+ VersionAdded: '0.36'
2816
+
2817
+ Style/IfUnlessModifier:
2818
+ Description: >-
2819
+ Favor modifier if/unless usage when you have a
2820
+ single-line body.
2821
+ StyleGuide: '#if-as-a-modifier'
2822
+ Enabled: true
2823
+ VersionAdded: '0.9'
2824
+ VersionChanged: '0.30'
2825
+
2826
+ Style/IfUnlessModifierOfIfUnless:
2827
+ Description: >-
2828
+ Avoid modifier if/unless usage on conditionals.
2829
+ Enabled: true
2830
+ VersionAdded: '0.39'
2831
+
2832
+ Style/IfWithSemicolon:
2833
+ Description: 'Do not use if x; .... Use the ternary operator instead.'
2834
+ StyleGuide: '#no-semicolon-ifs'
2835
+ Enabled: true
2836
+ VersionAdded: '0.9'
2837
+
2838
+ Style/ImplicitRuntimeError:
2839
+ Description: >-
2840
+ Use `raise` or `fail` with an explicit exception class and
2841
+ message, rather than just a message.
2842
+ Enabled: false
2843
+ VersionAdded: '0.41'
2844
+
2845
+ Style/InfiniteLoop:
2846
+ Description: 'Use Kernel#loop for infinite loops.'
2847
+ StyleGuide: '#infinite-loop'
2848
+ Enabled: true
2849
+ VersionAdded: '0.26'
2850
+ VersionChanged: '0.61'
2851
+ SafeAutoCorrect: true
2852
+
2853
+ Style/InlineComment:
2854
+ Description: 'Avoid trailing inline comments.'
2855
+ Enabled: false
2856
+ VersionAdded: '0.23'
2857
+
2858
+ Style/InverseMethods:
2859
+ Description: >-
2860
+ Use the inverse method instead of `!.method`
2861
+ if an inverse method is defined.
2862
+ Enabled: true
2863
+ Safe: false
2864
+ VersionAdded: '0.48'
2865
+ # `InverseMethods` are methods that can be inverted by a not (`not` or `!`)
2866
+ # The relationship of inverse methods only needs to be defined in one direction.
2867
+ # Keys and values both need to be defined as symbols.
2868
+ InverseMethods:
2869
+ :any?: :none?
2870
+ :even?: :odd?
2871
+ :==: :!=
2872
+ :=~: :!~
2873
+ :<: :>=
2874
+ :>: :<=
2875
+ # `ActiveSupport` defines some common inverse methods. They are listed below,
2876
+ # and not enabled by default.
2877
+ #:present?: :blank?,
2878
+ #:include?: :exclude?
2879
+ # `InverseBlocks` are methods that are inverted by inverting the return
2880
+ # of the block that is passed to the method
2881
+ InverseBlocks:
2882
+ :select: :reject
2883
+ :select!: :reject!
2884
+
2885
+ Style/IpAddresses:
2886
+ Description: "Don't include literal IP addresses in code."
2887
+ Enabled: false
2888
+ VersionAdded: '0.58'
2889
+ VersionChanged: '0.77'
2890
+ # Allow addresses to be permitted
2891
+ AllowedAddresses:
2892
+ - "::"
2893
+ # :: is a valid IPv6 address, but could potentially be legitimately in code
2894
+
2895
+ Style/Lambda:
2896
+ Description: 'Use the new lambda literal syntax for single-line blocks.'
2897
+ StyleGuide: '#lambda-multi-line'
2898
+ Enabled: true
2899
+ VersionAdded: '0.9'
2900
+ VersionChanged: '0.40'
2901
+ EnforcedStyle: line_count_dependent
2902
+ SupportedStyles:
2903
+ - line_count_dependent
2904
+ - lambda
2905
+ - literal
2906
+
2907
+ Style/LambdaCall:
2908
+ Description: 'Use lambda.call(...) instead of lambda.(...).'
2909
+ StyleGuide: '#proc-call'
2910
+ Enabled: true
2911
+ VersionAdded: '0.13.1'
2912
+ VersionChanged: '0.14'
2913
+ EnforcedStyle: call
2914
+ SupportedStyles:
2915
+ - call
2916
+ - braces
2917
+
2918
+ Style/LineEndConcatenation:
2919
+ Description: >-
2920
+ Use \ instead of + or << to concatenate two string literals at
2921
+ line end.
2922
+ Enabled: true
2923
+ SafeAutoCorrect: false
2924
+ VersionAdded: '0.18'
2925
+ VersionChanged: '0.64'
2926
+
2927
+ Style/MethodCallWithArgsParentheses:
2928
+ Description: 'Use parentheses for method calls with arguments.'
2929
+ StyleGuide: '#method-invocation-parens'
2930
+ Enabled: false
2931
+ VersionAdded: '0.47'
2932
+ VersionChanged: '0.61'
2933
+ IgnoreMacros: true
2934
+ IgnoredMethods: []
2935
+ IgnoredPatterns: []
2936
+ IncludedMacros: []
2937
+ AllowParenthesesInMultilineCall: false
2938
+ AllowParenthesesInChaining: false
2939
+ AllowParenthesesInCamelCaseMethod: false
2940
+ EnforcedStyle: require_parentheses
2941
+ SupportedStyles:
2942
+ - require_parentheses
2943
+ - omit_parentheses
2944
+
2945
+ Style/MethodCallWithoutArgsParentheses:
2946
+ Description: 'Do not use parentheses for method calls with no arguments.'
2947
+ StyleGuide: '#method-invocation-parens'
2948
+ Enabled: true
2949
+ IgnoredMethods: []
2950
+ VersionAdded: '0.47'
2951
+ VersionChanged: '0.55'
2952
+
2953
+ Style/MethodCalledOnDoEndBlock:
2954
+ Description: 'Avoid chaining a method call on a do...end block.'
2955
+ StyleGuide: '#single-line-blocks'
2956
+ Enabled: false
2957
+ VersionAdded: '0.14'
2958
+
2959
+ Style/MethodDefParentheses:
2960
+ Description: >-
2961
+ Checks if the method definitions have or don't have
2962
+ parentheses.
2963
+ StyleGuide: '#method-parens'
2964
+ Enabled: true
2965
+ VersionAdded: '0.16'
2966
+ VersionChanged: '0.35'
2967
+ EnforcedStyle: require_parentheses
2968
+ SupportedStyles:
2969
+ - require_parentheses
2970
+ - require_no_parentheses
2971
+ - require_no_parentheses_except_multiline
2972
+
2973
+ Style/MethodMissingSuper:
2974
+ Description: Checks for `method_missing` to call `super`.
2975
+ StyleGuide: '#no-method-missing'
2976
+ Enabled: true
2977
+ VersionAdded: '0.56'
2978
+
2979
+ Style/MinMax:
2980
+ Description: >-
2981
+ Use `Enumerable#minmax` instead of `Enumerable#min`
2982
+ and `Enumerable#max` in conjunction.
2983
+ Enabled: true
2984
+ VersionAdded: '0.50'
2985
+
2986
+ Style/MissingElse:
2987
+ Description: >-
2988
+ Require if/case expressions to have an else branches.
2989
+ If enabled, it is recommended that
2990
+ Style/UnlessElse and Style/EmptyElse be enabled.
2991
+ This will conflict with Style/EmptyElse if
2992
+ Style/EmptyElse is configured to style "both".
2993
+ Enabled: false
2994
+ VersionAdded: '0.30'
2995
+ VersionChanged: '0.38'
2996
+ EnforcedStyle: both
2997
+ SupportedStyles:
2998
+ # if - warn when an if expression is missing an else branch
2999
+ # case - warn when a case expression is missing an else branch
3000
+ # both - warn when an if or case expression is missing an else branch
3001
+ - if
3002
+ - case
3003
+ - both
3004
+
3005
+ Style/MissingRespondToMissing:
3006
+ Description: >-
3007
+ Checks if `method_missing` is implemented
3008
+ without implementing `respond_to_missing`.
3009
+ StyleGuide: '#no-method-missing'
3010
+ Enabled: true
3011
+ VersionAdded: '0.56'
3012
+
3013
+ Style/MixinGrouping:
3014
+ Description: 'Checks for grouping of mixins in `class` and `module` bodies.'
3015
+ StyleGuide: '#mixin-grouping'
3016
+ Enabled: true
3017
+ VersionAdded: '0.48'
3018
+ VersionChanged: '0.49'
3019
+ EnforcedStyle: separated
3020
+ SupportedStyles:
3021
+ # separated: each mixed in module goes in a separate statement.
3022
+ # grouped: mixed in modules are grouped into a single statement.
3023
+ - separated
3024
+ - grouped
3025
+
3026
+ Style/MixinUsage:
3027
+ Description: 'Checks that `include`, `extend` and `prepend` exists at the top level.'
3028
+ Enabled: true
3029
+ VersionAdded: '0.51'
3030
+
3031
+ Style/ModuleFunction:
3032
+ Description: 'Checks for usage of `extend self` in modules.'
3033
+ StyleGuide: '#module-function'
3034
+ Enabled: true
3035
+ VersionAdded: '0.11'
3036
+ VersionChanged: '0.65'
3037
+ EnforcedStyle: module_function
3038
+ SupportedStyles:
3039
+ - module_function
3040
+ - extend_self
3041
+ Autocorrect: false
3042
+ SafeAutoCorrect: false
3043
+
3044
+ Style/MultilineBlockChain:
3045
+ Description: 'Avoid multi-line chains of blocks.'
3046
+ StyleGuide: '#single-line-blocks'
3047
+ Enabled: true
3048
+ VersionAdded: '0.13'
3049
+
3050
+ Style/MultilineIfModifier:
3051
+ Description: 'Only use if/unless modifiers on single line statements.'
3052
+ StyleGuide: '#no-multiline-if-modifiers'
3053
+ Enabled: true
3054
+ VersionAdded: '0.45'
3055
+
3056
+ Style/MultilineIfThen:
3057
+ Description: 'Do not use then for multi-line if/unless.'
3058
+ StyleGuide: '#no-then'
3059
+ Enabled: true
3060
+ VersionAdded: '0.9'
3061
+ VersionChanged: '0.26'
3062
+
3063
+ Style/MultilineMemoization:
3064
+ Description: 'Wrap multiline memoizations in a `begin` and `end` block.'
3065
+ Enabled: true
3066
+ VersionAdded: '0.44'
3067
+ VersionChanged: '0.48'
3068
+ EnforcedStyle: keyword
3069
+ SupportedStyles:
3070
+ - keyword
3071
+ - braces
3072
+
3073
+ Style/MultilineMethodSignature:
3074
+ Description: 'Avoid multi-line method signatures.'
3075
+ Enabled: false
3076
+ VersionAdded: '0.59'
3077
+
3078
+ Style/MultilineTernaryOperator:
3079
+ Description: >-
3080
+ Avoid multi-line ?: (the ternary operator);
3081
+ use if/unless instead.
3082
+ StyleGuide: '#no-multiline-ternary'
3083
+ Enabled: true
3084
+ VersionAdded: '0.9'
3085
+
3086
+ Style/MultilineWhenThen:
3087
+ Description: 'Do not use then for multi-line when statement.'
3088
+ StyleGuide: '#no-then'
3089
+ Enabled: true
3090
+ VersionAdded: '0.73'
3091
+
3092
+ Style/MultipleComparison:
3093
+ Description: >-
3094
+ Avoid comparing a variable with multiple items in a conditional,
3095
+ use Array#include? instead.
3096
+ Enabled: true
3097
+ VersionAdded: '0.49'
3098
+
3099
+ Style/MutableConstant:
3100
+ Description: 'Do not assign mutable objects to constants.'
3101
+ Enabled: true
3102
+ VersionAdded: '0.34'
3103
+ VersionChanged: '0.65'
3104
+ EnforcedStyle: literals
3105
+ SupportedStyles:
3106
+ # literals: freeze literals assigned to constants
3107
+ # strict: freeze all constants
3108
+ # Strict mode is considered an experimental feature. It has not been updated
3109
+ # with an exhaustive list of all methods that will produce frozen objects so
3110
+ # there is a decent chance of getting some false positives. Luckily, there is
3111
+ # no harm in freezing an already frozen object.
3112
+ - literals
3113
+ - strict
3114
+
3115
+ Style/NegatedIf:
3116
+ Description: >-
3117
+ Favor unless over if for negative conditions
3118
+ (or control flow or).
3119
+ StyleGuide: '#unless-for-negatives'
3120
+ Enabled: true
3121
+ VersionAdded: '0.20'
3122
+ VersionChanged: '0.48'
3123
+ EnforcedStyle: both
3124
+ SupportedStyles:
3125
+ # both: prefix and postfix negated `if` should both use `unless`
3126
+ # prefix: only use `unless` for negated `if` statements positioned before the body of the statement
3127
+ # postfix: only use `unless` for negated `if` statements positioned after the body of the statement
3128
+ - both
3129
+ - prefix
3130
+ - postfix
3131
+
3132
+ Style/NegatedUnless:
3133
+ Description: 'Favor if over unless for negative conditions.'
3134
+ StyleGuide: '#if-for-negatives'
3135
+ Enabled: true
3136
+ VersionAdded: '0.69'
3137
+ EnforcedStyle: both
3138
+ SupportedStyles:
3139
+ # both: prefix and postfix negated `unless` should both use `if`
3140
+ # prefix: only use `if` for negated `unless` statements positioned before the body of the statement
3141
+ # postfix: only use `if` for negated `unless` statements positioned after the body of the statement
3142
+ - both
3143
+ - prefix
3144
+ - postfix
3145
+
3146
+ Style/NegatedWhile:
3147
+ Description: 'Favor until over while for negative conditions.'
3148
+ StyleGuide: '#until-for-negatives'
3149
+ Enabled: true
3150
+ VersionAdded: '0.20'
3151
+
3152
+ Style/NestedModifier:
3153
+ Description: 'Avoid using nested modifiers.'
3154
+ StyleGuide: '#no-nested-modifiers'
3155
+ Enabled: true
3156
+ VersionAdded: '0.35'
3157
+
3158
+ Style/NestedParenthesizedCalls:
3159
+ Description: >-
3160
+ Parenthesize method calls which are nested inside the
3161
+ argument list of another parenthesized method call.
3162
+ Enabled: true
3163
+ VersionAdded: '0.36'
3164
+ VersionChanged: '0.77'
3165
+ AllowedMethods:
3166
+ - be
3167
+ - be_a
3168
+ - be_an
3169
+ - be_between
3170
+ - be_falsey
3171
+ - be_kind_of
3172
+ - be_instance_of
3173
+ - be_truthy
3174
+ - be_within
3175
+ - eq
3176
+ - eql
3177
+ - end_with
3178
+ - include
3179
+ - match
3180
+ - raise_error
3181
+ - respond_to
3182
+ - start_with
3183
+
3184
+ Style/NestedTernaryOperator:
3185
+ Description: 'Use one expression per branch in a ternary operator.'
3186
+ StyleGuide: '#no-nested-ternary'
3187
+ Enabled: true
3188
+ VersionAdded: '0.9'
3189
+
3190
+ Style/Next:
3191
+ Description: 'Use `next` to skip iteration instead of a condition at the end.'
3192
+ StyleGuide: '#no-nested-conditionals'
3193
+ Enabled: true
3194
+ VersionAdded: '0.22'
3195
+ VersionChanged: '0.35'
3196
+ # With `always` all conditions at the end of an iteration needs to be
3197
+ # replaced by next - with `skip_modifier_ifs` the modifier if like this one
3198
+ # are ignored: [1, 2].each { |a| return 'yes' if a == 1 }
3199
+ EnforcedStyle: skip_modifier_ifs
3200
+ # `MinBodyLength` defines the number of lines of the a body of an `if` or `unless`
3201
+ # needs to have to trigger this cop
3202
+ MinBodyLength: 3
3203
+ SupportedStyles:
3204
+ - skip_modifier_ifs
3205
+ - always
3206
+
3207
+ Style/NilComparison:
3208
+ Description: 'Prefer x.nil? to x == nil.'
3209
+ StyleGuide: '#predicate-methods'
3210
+ Enabled: true
3211
+ VersionAdded: '0.12'
3212
+ VersionChanged: '0.59'
3213
+ EnforcedStyle: predicate
3214
+ SupportedStyles:
3215
+ - predicate
3216
+ - comparison
3217
+
3218
+ Style/NonNilCheck:
3219
+ Description: 'Checks for redundant nil checks.'
3220
+ StyleGuide: '#no-non-nil-checks'
3221
+ Enabled: true
3222
+ VersionAdded: '0.20'
3223
+ VersionChanged: '0.22'
3224
+ # With `IncludeSemanticChanges` set to `true`, this cop reports offenses for
3225
+ # `!x.nil?` and autocorrects that and `x != nil` to solely `x`, which is
3226
+ # **usually** OK, but might change behavior.
3227
+ #
3228
+ # With `IncludeSemanticChanges` set to `false`, this cop does not report
3229
+ # offenses for `!x.nil?` and does no changes that might change behavior.
3230
+ IncludeSemanticChanges: false
3231
+
3232
+ Style/Not:
3233
+ Description: 'Use ! instead of not.'
3234
+ StyleGuide: '#bang-not-not'
3235
+ Enabled: true
3236
+ VersionAdded: '0.9'
3237
+ VersionChanged: '0.20'
3238
+
3239
+ Style/NumericLiteralPrefix:
3240
+ Description: 'Use smallcase prefixes for numeric literals.'
3241
+ StyleGuide: '#numeric-literal-prefixes'
3242
+ Enabled: true
3243
+ VersionAdded: '0.41'
3244
+ EnforcedOctalStyle: zero_with_o
3245
+ SupportedOctalStyles:
3246
+ - zero_with_o
3247
+ - zero_only
3248
+
3249
+
3250
+ Style/NumericLiterals:
3251
+ Description: >-
3252
+ Add underscores to large numeric literals to improve their
3253
+ readability.
3254
+ StyleGuide: '#underscores-in-numerics'
3255
+ Enabled: true
3256
+ VersionAdded: '0.9'
3257
+ VersionChanged: '0.48'
3258
+ MinDigits: 5
3259
+ Strict: false
3260
+
3261
+ Style/NumericPredicate:
3262
+ Description: >-
3263
+ Checks for the use of predicate- or comparison methods for
3264
+ numeric comparisons.
3265
+ StyleGuide: '#predicate-methods'
3266
+ Safe: false
3267
+ # This will change to a new method call which isn't guaranteed to be on the
3268
+ # object. Switching these methods has to be done with knowledge of the types
3269
+ # of the variables which rubocop doesn't have.
3270
+ SafeAutoCorrect: false
3271
+ AutoCorrect: false
3272
+ Enabled: true
3273
+ VersionAdded: '0.42'
3274
+ VersionChanged: '0.59'
3275
+ EnforcedStyle: predicate
3276
+ SupportedStyles:
3277
+ - predicate
3278
+ - comparison
3279
+ IgnoredMethods: []
3280
+ # Exclude RSpec specs because assertions like `expect(1).to be > 0` cause
3281
+ # false positives.
3282
+ Exclude:
3283
+ - 'spec/**/*'
3284
+
3285
+ Style/OneLineConditional:
3286
+ Description: >-
3287
+ Favor the ternary operator(?:) over
3288
+ if/then/else/end constructs.
3289
+ StyleGuide: '#ternary-operator'
3290
+ Enabled: true
3291
+ VersionAdded: '0.9'
3292
+ VersionChanged: '0.38'
3293
+
3294
+ Style/OptionHash:
3295
+ Description: "Don't use option hashes when you can use keyword arguments."
3296
+ Enabled: false
3297
+ VersionAdded: '0.33'
3298
+ VersionChanged: '0.34'
3299
+ # A list of parameter names that will be flagged by this cop.
3300
+ SuspiciousParamNames:
3301
+ - options
3302
+ - opts
3303
+ - args
3304
+ - params
3305
+ - parameters
3306
+
3307
+ Style/OptionalArguments:
3308
+ Description: >-
3309
+ Checks for optional arguments that do not appear at the end
3310
+ of the argument list.
3311
+ StyleGuide: '#optional-arguments'
3312
+ Enabled: true
3313
+ VersionAdded: '0.33'
3314
+
3315
+ Style/OrAssignment:
3316
+ Description: 'Recommend usage of double pipe equals (||=) where applicable.'
3317
+ StyleGuide: '#double-pipe-for-uninit'
3318
+ Enabled: true
3319
+ VersionAdded: '0.50'
3320
+
3321
+ Style/ParallelAssignment:
3322
+ Description: >-
3323
+ Check for simple usages of parallel assignment.
3324
+ It will only warn when the number of variables
3325
+ matches on both sides of the assignment.
3326
+ StyleGuide: '#parallel-assignment'
3327
+ Enabled: true
3328
+ VersionAdded: '0.32'
3329
+
3330
+ Style/ParenthesesAroundCondition:
3331
+ Description: >-
3332
+ Don't use parentheses around the condition of an
3333
+ if/unless/while.
3334
+ StyleGuide: '#no-parens-around-condition'
3335
+ Enabled: true
3336
+ VersionAdded: '0.9'
3337
+ VersionChanged: '0.56'
3338
+ AllowSafeAssignment: true
3339
+ AllowInMultilineConditions: false
3340
+
3341
+ Style/PercentLiteralDelimiters:
3342
+ Description: 'Use `%`-literal delimiters consistently.'
3343
+ StyleGuide: '#percent-literal-braces'
3344
+ Enabled: true
3345
+ VersionAdded: '0.19'
3346
+ # Specify the default preferred delimiter for all types with the 'default' key
3347
+ # Override individual delimiters (even with default specified) by specifying
3348
+ # an individual key
3349
+ PreferredDelimiters:
3350
+ default: ()
3351
+ '%i': '[]'
3352
+ '%I': '[]'
3353
+ '%r': '{}'
3354
+ '%w': '[]'
3355
+ '%W': '[]'
3356
+ VersionChanged: '0.48.1'
3357
+
3358
+ Style/PercentQLiterals:
3359
+ Description: 'Checks if uses of %Q/%q match the configured preference.'
3360
+ Enabled: true
3361
+ VersionAdded: '0.25'
3362
+ EnforcedStyle: lower_case_q
3363
+ SupportedStyles:
3364
+ - lower_case_q # Use `%q` when possible, `%Q` when necessary
3365
+ - upper_case_q # Always use `%Q`
3366
+
3367
+ Style/PerlBackrefs:
3368
+ Description: 'Avoid Perl-style regex back references.'
3369
+ StyleGuide: '#no-perl-regexp-last-matchers'
3370
+ Enabled: true
3371
+ VersionAdded: '0.13'
3372
+
3373
+ Style/PreferredHashMethods:
3374
+ Description: 'Checks use of `has_key?` and `has_value?` Hash methods.'
3375
+ StyleGuide: '#hash-key'
3376
+ Enabled: true
3377
+ Safe: false
3378
+ VersionAdded: '0.41'
3379
+ VersionChanged: '0.70'
3380
+ EnforcedStyle: short
3381
+ SupportedStyles:
3382
+ - short
3383
+ - verbose
3384
+
3385
+ Style/Proc:
3386
+ Description: 'Use proc instead of Proc.new.'
3387
+ StyleGuide: '#proc'
3388
+ Enabled: true
3389
+ VersionAdded: '0.9'
3390
+ VersionChanged: '0.18'
3391
+
3392
+ Style/RaiseArgs:
3393
+ Description: 'Checks the arguments passed to raise/fail.'
3394
+ StyleGuide: '#exception-class-messages'
3395
+ Enabled: true
3396
+ VersionAdded: '0.14'
3397
+ VersionChanged: '0.40'
3398
+ EnforcedStyle: exploded
3399
+ SupportedStyles:
3400
+ - compact # raise Exception.new(msg)
3401
+ - exploded # raise Exception, msg
3402
+
3403
+ Style/RandomWithOffset:
3404
+ Description: >-
3405
+ Prefer to use ranges when generating random numbers instead of
3406
+ integers with offsets.
3407
+ StyleGuide: '#random-numbers'
3408
+ Enabled: true
3409
+ VersionAdded: '0.52'
3410
+
3411
+ Style/RedundantBegin:
3412
+ Description: "Don't use begin blocks when they are not needed."
3413
+ StyleGuide: '#begin-implicit'
3414
+ Enabled: true
3415
+ VersionAdded: '0.10'
3416
+ VersionChanged: '0.21'
3417
+
3418
+ Style/RedundantCapitalW:
3419
+ Description: 'Checks for %W when interpolation is not needed.'
3420
+ Enabled: true
3421
+ VersionAdded: '0.76'
3422
+
3423
+ Style/RedundantCondition:
3424
+ Description: 'Checks for unnecessary conditional expressions.'
3425
+ Enabled: true
3426
+ VersionAdded: '0.76'
3427
+
3428
+ Style/RedundantConditional:
3429
+ Description: "Don't return true/false from a conditional."
3430
+ Enabled: true
3431
+ VersionAdded: '0.50'
3432
+
3433
+ Style/RedundantException:
3434
+ Description: "Checks for an obsolete RuntimeException argument in raise/fail."
3435
+ StyleGuide: '#no-explicit-runtimeerror'
3436
+ Enabled: true
3437
+ VersionAdded: '0.14'
3438
+ VersionChanged: '0.29'
3439
+
3440
+ Style/RedundantFreeze:
3441
+ Description: "Checks usages of Object#freeze on immutable objects."
3442
+ Enabled: true
3443
+ VersionAdded: '0.34'
3444
+ VersionChanged: '0.66'
3445
+
3446
+ Style/RedundantInterpolation:
3447
+ Description: 'Checks for strings that are just an interpolated expression.'
3448
+ Enabled: true
3449
+ VersionAdded: '0.76'
3450
+
3451
+ Style/RedundantParentheses:
3452
+ Description: "Checks for parentheses that seem not to serve any purpose."
3453
+ Enabled: true
3454
+ VersionAdded: '0.36'
3455
+
3456
+ Style/RedundantPercentQ:
3457
+ Description: 'Checks for %q/%Q when single quotes or double quotes would do.'
3458
+ StyleGuide: '#percent-q'
3459
+ Enabled: true
3460
+ VersionAdded: '0.76'
3461
+
3462
+ Style/RedundantReturn:
3463
+ Description: "Don't use return where it's not required."
3464
+ StyleGuide: '#no-explicit-return'
3465
+ Enabled: true
3466
+ VersionAdded: '0.10'
3467
+ VersionChanged: '0.14'
3468
+ # When `true` allows code like `return x, y`.
3469
+ AllowMultipleReturnValues: false
3470
+
3471
+ Style/RedundantSelf:
3472
+ Description: "Don't use self where it's not needed."
3473
+ StyleGuide: '#no-self-unless-required'
3474
+ Enabled: true
3475
+ VersionAdded: '0.10'
3476
+ VersionChanged: '0.13'
3477
+
3478
+ Style/RedundantSort:
3479
+ Description: >-
3480
+ Use `min` instead of `sort.first`,
3481
+ `max_by` instead of `sort_by...last`, etc.
3482
+ Enabled: true
3483
+ VersionAdded: '0.76'
3484
+
3485
+ Style/RedundantSortBy:
3486
+ Description: 'Use `sort` instead of `sort_by { |x| x }`.'
3487
+ Enabled: true
3488
+ VersionAdded: '0.36'
3489
+
3490
+ Style/RegexpLiteral:
3491
+ Description: 'Use / or %r around regular expressions.'
3492
+ StyleGuide: '#percent-r'
3493
+ Enabled: true
3494
+ VersionAdded: '0.9'
3495
+ VersionChanged: '0.30'
3496
+ EnforcedStyle: slashes
3497
+ # slashes: Always use slashes.
3498
+ # percent_r: Always use `%r`.
3499
+ # mixed: Use slashes on single-line regexes, and `%r` on multi-line regexes.
3500
+ SupportedStyles:
3501
+ - slashes
3502
+ - percent_r
3503
+ - mixed
3504
+ # If `false`, the cop will always recommend using `%r` if one or more slashes
3505
+ # are found in the regexp string.
3506
+ AllowInnerSlashes: false
3507
+
3508
+ Style/RescueModifier:
3509
+ Description: 'Avoid using rescue in its modifier form.'
3510
+ StyleGuide: '#no-rescue-modifiers'
3511
+ Enabled: true
3512
+ VersionAdded: '0.9'
3513
+ VersionChanged: '0.34'
3514
+
3515
+ Style/RescueStandardError:
3516
+ Description: 'Avoid rescuing without specifying an error class.'
3517
+ Enabled: true
3518
+ VersionAdded: '0.52'
3519
+ EnforcedStyle: explicit
3520
+ # implicit: Do not include the error class, `rescue`
3521
+ # explicit: Require an error class `rescue StandardError`
3522
+ SupportedStyles:
3523
+ - implicit
3524
+ - explicit
3525
+
3526
+ Style/ReturnNil:
3527
+ Description: 'Use return instead of return nil.'
3528
+ Enabled: false
3529
+ EnforcedStyle: return
3530
+ SupportedStyles:
3531
+ - return
3532
+ - return_nil
3533
+ VersionAdded: '0.50'
3534
+
3535
+ Style/SafeNavigation:
3536
+ Description: >-
3537
+ This cop transforms usages of a method call safeguarded by
3538
+ a check for the existence of the object to
3539
+ safe navigation (`&.`).
3540
+ Enabled: true
3541
+ VersionAdded: '0.43'
3542
+ VersionChanged: '0.77'
3543
+ # Safe navigation may cause a statement to start returning `nil` in addition
3544
+ # to whatever it used to return.
3545
+ ConvertCodeThatCanStartToReturnNil: false
3546
+ AllowedMethods:
3547
+ - present?
3548
+ - blank?
3549
+ - presence
3550
+ - try
3551
+ - try!
3552
+
3553
+ Style/Sample:
3554
+ Description: >-
3555
+ Use `sample` instead of `shuffle.first`,
3556
+ `shuffle.last`, and `shuffle[Integer]`.
3557
+ Reference: 'https://github.com/JuanitoFatas/fast-ruby#arrayshufflefirst-vs-arraysample-code'
3558
+ Enabled: true
3559
+ VersionAdded: '0.30'
3560
+
3561
+ Style/SelfAssignment:
3562
+ Description: >-
3563
+ Checks for places where self-assignment shorthand should have
3564
+ been used.
3565
+ StyleGuide: '#self-assignment'
3566
+ Enabled: true
3567
+ VersionAdded: '0.19'
3568
+ VersionChanged: '0.29'
3569
+
3570
+ Style/Semicolon:
3571
+ Description: "Don't use semicolons to terminate expressions."
3572
+ StyleGuide: '#no-semicolon'
3573
+ Enabled: true
3574
+ VersionAdded: '0.9'
3575
+ VersionChanged: '0.19'
3576
+ # Allow `;` to separate several expressions on the same line.
3577
+ AllowAsExpressionSeparator: false
3578
+
3579
+ Style/Send:
3580
+ Description: 'Prefer `Object#__send__` or `Object#public_send` to `send`, as `send` may overlap with existing methods.'
3581
+ StyleGuide: '#prefer-public-send'
3582
+ Enabled: false
3583
+ VersionAdded: '0.33'
3584
+
3585
+ Style/SignalException:
3586
+ Description: 'Checks for proper usage of fail and raise.'
3587
+ StyleGuide: '#prefer-raise-over-fail'
3588
+ Enabled: true
3589
+ VersionAdded: '0.11'
3590
+ VersionChanged: '0.37'
3591
+ EnforcedStyle: only_raise
3592
+ SupportedStyles:
3593
+ - only_raise
3594
+ - only_fail
3595
+ - semantic
3596
+
3597
+ Style/SingleLineBlockParams:
3598
+ Description: 'Enforces the names of some block params.'
3599
+ Enabled: false
3600
+ VersionAdded: '0.16'
3601
+ VersionChanged: '0.47'
3602
+ Methods:
3603
+ - reduce:
3604
+ - acc
3605
+ - elem
3606
+ - inject:
3607
+ - acc
3608
+ - elem
3609
+
3610
+ Style/SingleLineMethods:
3611
+ Description: 'Avoid single-line methods.'
3612
+ StyleGuide: '#no-single-line-methods'
3613
+ Enabled: true
3614
+ VersionAdded: '0.9'
3615
+ VersionChanged: '0.19'
3616
+ AllowIfMethodIsEmpty: true
3617
+
3618
+ Style/SpecialGlobalVars:
3619
+ Description: 'Avoid Perl-style global variables.'
3620
+ StyleGuide: '#no-cryptic-perlisms'
3621
+ Enabled: true
3622
+ VersionAdded: '0.13'
3623
+ VersionChanged: '0.36'
3624
+ SafeAutoCorrect: false
3625
+ EnforcedStyle: use_english_names
3626
+ SupportedStyles:
3627
+ - use_perl_names
3628
+ - use_english_names
3629
+
3630
+ Style/StabbyLambdaParentheses:
3631
+ Description: 'Check for the usage of parentheses around stabby lambda arguments.'
3632
+ StyleGuide: '#stabby-lambda-with-args'
3633
+ Enabled: true
3634
+ VersionAdded: '0.35'
3635
+ EnforcedStyle: require_parentheses
3636
+ SupportedStyles:
3637
+ - require_parentheses
3638
+ - require_no_parentheses
3639
+
3640
+ Style/StderrPuts:
3641
+ Description: 'Use `warn` instead of `$stderr.puts`.'
3642
+ StyleGuide: '#warn'
3643
+ Enabled: true
3644
+ VersionAdded: '0.51'
3645
+
3646
+ Style/StringHashKeys:
3647
+ Description: 'Prefer symbols instead of strings as hash keys.'
3648
+ StyleGuide: '#symbols-as-keys'
3649
+ Enabled: false
3650
+ VersionAdded: '0.52'
3651
+ VersionChanged: '0.75'
3652
+ Safe: false
3653
+
3654
+ Style/StringLiterals:
3655
+ Description: 'Checks if uses of quotes match the configured preference.'
3656
+ StyleGuide: '#consistent-string-literals'
3657
+ Enabled: true
3658
+ VersionAdded: '0.9'
3659
+ VersionChanged: '0.36'
3660
+ EnforcedStyle: single_quotes
3661
+ SupportedStyles:
3662
+ - single_quotes
3663
+ - double_quotes
3664
+ # If `true`, strings which span multiple lines using `\` for continuation must
3665
+ # use the same type of quotes on each line.
3666
+ ConsistentQuotesInMultiline: false
3667
+
3668
+ Style/StringLiteralsInInterpolation:
3669
+ Description: >-
3670
+ Checks if uses of quotes inside expressions in interpolated
3671
+ strings match the configured preference.
3672
+ Enabled: true
3673
+ VersionAdded: '0.27'
3674
+ EnforcedStyle: single_quotes
3675
+ SupportedStyles:
3676
+ - single_quotes
3677
+ - double_quotes
3678
+
3679
+ Style/StringMethods:
3680
+ Description: 'Checks if configured preferred methods are used over non-preferred.'
3681
+ Enabled: false
3682
+ VersionAdded: '0.34'
3683
+ VersionChanged: '0.34.2'
3684
+ # Mapping from undesired method to desired_method
3685
+ # e.g. to use `to_sym` over `intern`:
3686
+ #
3687
+ # StringMethods:
3688
+ # PreferredMethods:
3689
+ # intern: to_sym
3690
+ PreferredMethods:
3691
+ intern: to_sym
3692
+
3693
+ Style/Strip:
3694
+ Description: 'Use `strip` instead of `lstrip.rstrip`.'
3695
+ Enabled: true
3696
+ VersionAdded: '0.36'
3697
+
3698
+ Style/StructInheritance:
3699
+ Description: 'Checks for inheritance from Struct.new.'
3700
+ StyleGuide: '#no-extend-struct-new'
3701
+ Enabled: true
3702
+ VersionAdded: '0.29'
3703
+
3704
+ Style/SymbolArray:
3705
+ Description: 'Use %i or %I for arrays of symbols.'
3706
+ StyleGuide: '#percent-i'
3707
+ Enabled: true
3708
+ VersionAdded: '0.9'
3709
+ VersionChanged: '0.49'
3710
+ EnforcedStyle: percent
3711
+ MinSize: 2
3712
+ SupportedStyles:
3713
+ - percent
3714
+ - brackets
3715
+
3716
+ Style/SymbolLiteral:
3717
+ Description: 'Use plain symbols instead of string symbols when possible.'
3718
+ Enabled: true
3719
+ VersionAdded: '0.30'
3720
+
3721
+ Style/SymbolProc:
3722
+ Description: 'Use symbols as procs instead of blocks when possible.'
3723
+ Enabled: true
3724
+ SafeAutoCorrect: false
3725
+ VersionAdded: '0.26'
3726
+ VersionChanged: '0.64'
3727
+ # A list of method names to be ignored by the check.
3728
+ # The names should be fairly unique, otherwise you'll end up ignoring lots of code.
3729
+ IgnoredMethods:
3730
+ - respond_to
3731
+ - define_method
3732
+
3733
+ Style/TernaryParentheses:
3734
+ Description: 'Checks for use of parentheses around ternary conditions.'
3735
+ Enabled: true
3736
+ VersionAdded: '0.42'
3737
+ VersionChanged: '0.46'
3738
+ EnforcedStyle: require_no_parentheses
3739
+ SupportedStyles:
3740
+ - require_parentheses
3741
+ - require_no_parentheses
3742
+ - require_parentheses_when_complex
3743
+ AllowSafeAssignment: true
3744
+
3745
+ Style/TrailingBodyOnClass:
3746
+ Description: 'Class body goes below class statement.'
3747
+ Enabled: true
3748
+ VersionAdded: '0.53'
3749
+
3750
+ Style/TrailingBodyOnMethodDefinition:
3751
+ Description: 'Method body goes below definition.'
3752
+ Enabled: true
3753
+ VersionAdded: '0.52'
3754
+
3755
+ Style/TrailingBodyOnModule:
3756
+ Description: 'Module body goes below module statement.'
3757
+ Enabled: true
3758
+ VersionAdded: '0.53'
3759
+
3760
+ Style/TrailingCommaInArguments:
3761
+ Description: 'Checks for trailing comma in argument lists.'
3762
+ StyleGuide: '#no-trailing-params-comma'
3763
+ Enabled: true
3764
+ VersionAdded: '0.36'
3765
+ # If `comma`, the cop requires a comma after the last argument, but only for
3766
+ # parenthesized method calls where each argument is on its own line.
3767
+ # If `consistent_comma`, the cop requires a comma after the last argument,
3768
+ # for all parenthesized method calls with arguments.
3769
+ EnforcedStyleForMultiline: no_comma
3770
+ SupportedStylesForMultiline:
3771
+ - comma
3772
+ - consistent_comma
3773
+ - no_comma
3774
+
3775
+ Style/TrailingCommaInArrayLiteral:
3776
+ Description: 'Checks for trailing comma in array literals.'
3777
+ StyleGuide: '#no-trailing-array-commas'
3778
+ Enabled: true
3779
+ VersionAdded: '0.53'
3780
+ # but only when each item is on its own line.
3781
+ # If `consistent_comma`, the cop requires a comma after the last item of all
3782
+ # non-empty array literals.
3783
+ EnforcedStyleForMultiline: no_comma
3784
+ SupportedStylesForMultiline:
3785
+ - comma
3786
+ - consistent_comma
3787
+ - no_comma
3788
+
3789
+ Style/TrailingCommaInHashLiteral:
3790
+ Description: 'Checks for trailing comma in hash literals.'
3791
+ Enabled: true
3792
+ # If `comma`, the cop requires a comma after the last item in a hash,
3793
+ # but only when each item is on its own line.
3794
+ # If `consistent_comma`, the cop requires a comma after the last item of all
3795
+ # non-empty hash literals.
3796
+ EnforcedStyleForMultiline: no_comma
3797
+ SupportedStylesForMultiline:
3798
+ - comma
3799
+ - consistent_comma
3800
+ - no_comma
3801
+ VersionAdded: '0.53'
3802
+
3803
+ Style/TrailingMethodEndStatement:
3804
+ Description: 'Checks for trailing end statement on line of method body.'
3805
+ Enabled: true
3806
+ VersionAdded: '0.52'
3807
+
3808
+ Style/TrailingUnderscoreVariable:
3809
+ Description: >-
3810
+ Checks for the usage of unneeded trailing underscores at the
3811
+ end of parallel variable assignment.
3812
+ AllowNamedUnderscoreVariables: true
3813
+ Enabled: true
3814
+ VersionAdded: '0.31'
3815
+ VersionChanged: '0.35'
3816
+
3817
+ # `TrivialAccessors` requires exact name matches and doesn't allow
3818
+ # predicated methods by default.
3819
+ Style/TrivialAccessors:
3820
+ Description: 'Prefer attr_* methods to trivial readers/writers.'
3821
+ StyleGuide: '#attr_family'
3822
+ Enabled: true
3823
+ VersionAdded: '0.9'
3824
+ VersionChanged: '0.77'
3825
+ # When set to `false` the cop will suggest the use of accessor methods
3826
+ # in situations like:
3827
+ #
3828
+ # def name
3829
+ # @other_name
3830
+ # end
3831
+ #
3832
+ # This way you can uncover "hidden" attributes in your code.
3833
+ ExactNameMatch: true
3834
+ AllowPredicates: true
3835
+ # Allows trivial writers that don't end in an equal sign. e.g.
3836
+ #
3837
+ # def on_exception(action)
3838
+ # @on_exception=action
3839
+ # end
3840
+ # on_exception :restart
3841
+ #
3842
+ # Commonly used in DSLs
3843
+ AllowDSLWriters: false
3844
+ IgnoreClassMethods: false
3845
+ AllowedMethod:
3846
+ - to_ary
3847
+ - to_a
3848
+ - to_c
3849
+ - to_enum
3850
+ - to_h
3851
+ - to_hash
3852
+ - to_i
3853
+ - to_int
3854
+ - to_io
3855
+ - to_open
3856
+ - to_path
3857
+ - to_proc
3858
+ - to_r
3859
+ - to_regexp
3860
+ - to_str
3861
+ - to_s
3862
+ - to_sym
3863
+
3864
+ Style/UnlessElse:
3865
+ Description: >-
3866
+ Do not use unless with else. Rewrite these with the positive
3867
+ case first.
3868
+ StyleGuide: '#no-else-with-unless'
3869
+ Enabled: true
3870
+ VersionAdded: '0.9'
3871
+
3872
+ Style/UnpackFirst:
3873
+ Description: >-
3874
+ Checks for accessing the first element of `String#unpack`
3875
+ instead of using `unpack1`.
3876
+ Enabled: true
3877
+ VersionAdded: '0.54'
3878
+
3879
+ Style/VariableInterpolation:
3880
+ Description: >-
3881
+ Don't interpolate global, instance and class variables
3882
+ directly in strings.
3883
+ StyleGuide: '#curlies-interpolate'
3884
+ Enabled: true
3885
+ VersionAdded: '0.9'
3886
+ VersionChanged: '0.20'
3887
+
3888
+ Style/WhenThen:
3889
+ Description: 'Use when x then ... for one-line cases.'
3890
+ StyleGuide: '#one-line-cases'
3891
+ Enabled: true
3892
+ VersionAdded: '0.9'
3893
+
3894
+ Style/WhileUntilDo:
3895
+ Description: 'Checks for redundant do after while or until.'
3896
+ StyleGuide: '#no-multiline-while-do'
3897
+ Enabled: true
3898
+ VersionAdded: '0.9'
3899
+
3900
+ Style/WhileUntilModifier:
3901
+ Description: >-
3902
+ Favor modifier while/until usage when you have a
3903
+ single-line body.
3904
+ StyleGuide: '#while-as-a-modifier'
3905
+ Enabled: true
3906
+ VersionAdded: '0.9'
3907
+ VersionChanged: '0.30'
3908
+
3909
+ Style/WordArray:
3910
+ Description: 'Use %w or %W for arrays of words.'
3911
+ StyleGuide: '#percent-w'
3912
+ Enabled: true
3913
+ VersionAdded: '0.9'
3914
+ VersionChanged: '0.36'
3915
+ EnforcedStyle: percent
3916
+ SupportedStyles:
3917
+ # percent style: %w(word1 word2)
3918
+ - percent
3919
+ # bracket style: ['word1', 'word2']
3920
+ - brackets
3921
+ # The `MinSize` option causes the `WordArray` rule to be ignored for arrays
3922
+ # smaller than a certain size. The rule is only applied to arrays
3923
+ # whose element count is greater than or equal to `MinSize`.
3924
+ MinSize: 2
3925
+ # The regular expression `WordRegex` decides what is considered a word.
3926
+ WordRegex: !ruby/regexp '/\A(?:\p{Word}|\p{Word}-\p{Word}|\n|\t)+\z/'
3927
+
3928
+ Style/YodaCondition:
3929
+ Description: 'Forbid or enforce yoda conditions.'
3930
+ Reference: 'https://en.wikipedia.org/wiki/Yoda_conditions'
3931
+ Enabled: true
3932
+ EnforcedStyle: forbid_for_all_comparison_operators
3933
+ SupportedStyles:
3934
+ # check all comparison operators
3935
+ - forbid_for_all_comparison_operators
3936
+ # check only equality operators: `!=` and `==`
3937
+ - forbid_for_equality_operators_only
3938
+ # enforce yoda for all comparison operators
3939
+ - require_for_all_comparison_operators
3940
+ # enforce yoda only for equality operators: `!=` and `==`
3941
+ - require_for_equality_operators_only
3942
+ Safe: false
3943
+ VersionAdded: '0.49'
3944
+ VersionChanged: '0.75'
3945
+
3946
+ Style/ZeroLengthPredicate:
3947
+ Description: 'Use #empty? when testing for objects of length 0.'
3948
+ Enabled: true
3949
+ Safe: false
3950
+ VersionAdded: '0.37'
3951
+ VersionChanged: '0.39'