.gitignore | 100644 | 0 | 0 | | | 847 Bytes | 3a0637f539822eccafeba1869fdef0292e2698038152b8125deb75918d9386f0 |
.rspec | 100644 | 0 | 0 | | | 8 Bytes | d59fa712d58b2ac2197124fe6e24bf353111260fc3ed1c3304520c32ad00d128 |
.rubocop.yml | 100644 | 0 | 0 | | | 99 Bytes | 4fb074fa2013155ce6e896ef83c049bba68d40f35aa7f5913f010a2b93be82ca |
.travis.yml | 100644 | 0 | 0 | | | 189 Bytes | f5c1e3f748744616a6582b0520224d9792749466a472089ae68c8eb1f75a7022 |
.yardopts | 100644 | 0 | 0 | | | 37 Bytes | f163cc3db9b077a9df44cb2db74f926b9c3dfc3d2bc4f0e51a0c7a594afd7bf5 |
CHANGELOG.md | 100644 | 0 | 0 | | | 46 KB | 32e1fec9992a278bd8c52c73eca9c36d07dbea1201ba8e9862c3a7b5b5cba877 |
CONTRIBUTING.md | 100644 | 0 | 0 | | | 2.04 KB | f91056fef064c1f4c5f41a1caf161c0857c45e284d769fc5c2637811e3017028 |
Gemfile | 100644 | 0 | 0 | | | 325 Bytes | bfbe54ca23efbc352ae264cb98a36b5b6b5d63725e4caa21a39616c7bcf3b559 |
LICENSE.txt | 100644 | 0 | 0 | | | 1.03 KB | 5afe4af688ad50bc05c8a9bc224aae62045caff8b7f3b2e550ae025e11dbc7d3 |
README.md | 100644 | 0 | 0 | | | 17.6 KB | 7f7d9d47c2ad39b06f199bfd7846ccb0f848054686c88bd068568e5533d124c4 |
Rakefile | 100644 | 0 | 0 | | | 773 Bytes | e3a705f0a6b0bf2a3cf5b956b5b6dece34a27d24b6eb37e6d957ee81623cb277 |
bin/rubocop | 100755 | 0 | 0 | | | 417 Bytes | 5fe174b8df823e3ce5977f75d5382668d7220df3b121e782d6881097e1e58779 |
config/default.yml | 100644 | 0 | 0 | | | 6.01 KB | 27538479f0bedb4026604f244b0e78781d55e68876ff4ad4b107599f40f7ebae |
config/disabled.yml | 100644 | 0 | 0 | | | 268 Bytes | 981543d24f5712d6775610567a59b59757e7001a77f32e71f8965f9b83b45c59 |
config/enabled.yml | 100644 | 0 | 0 | | | 15.1 KB | 89267fb3f0dc198bf5ebef7e3d66dc880cde3ef68fcc8945c6442e6f8dcdce6a |
lib/rubocop.rb | 100644 | 0 | 0 | | | 8.7 KB | 76a6e7ae98b8b7ff19539404d74e1add834deacc40cf4a5cfeefeff99618aae1 |
lib/rubocop/cli.rb | 100644 | 0 | 0 | | | 2.92 KB | bc1461ac24d570e3128c06e929b43ca2f8785c9043bcc2d99db8d8a64e4c6dc5 |
lib/rubocop/config.rb | 100644 | 0 | 0 | | | 2.93 KB | 7702bd684b845b89da125757dc2a96dd8e40419885882ecd15e7523bb20493e4 |
lib/rubocop/config_loader.rb | 100644 | 0 | 0 | | | 5.5 KB | 51fedfeeeaebe3d3d9711bc5107664d1cd3c40120d29eeba6eeeb173908c28e8 |
lib/rubocop/config_store.rb | 100644 | 0 | 0 | | | 1.41 KB | 6e3b21cd09a924f9af77ac3b2048b0a353769efb486ba4bc9aa1ffe133288b52 |
lib/rubocop/cop/commissioner.rb | 100644 | 0 | 0 | | | 2.91 KB | 3e0d557f3d4e92fa5c57762169e799c918cf2bfc54c2b48c267cb2dfb3bdc6fe |
lib/rubocop/cop/cop.rb | 100644 | 0 | 0 | | | 5.1 KB | 6e5d753db34f998b102ad0b6c36b38f5788e4d0c82a1f483bcf2e676bc426b62 |
lib/rubocop/cop/corrector.rb | 100644 | 0 | 0 | | | 2.42 KB | 00555fea4bc57cb2c040310ada2d4662bb9be324a2aa8cafceeab57294e38e93 |
lib/rubocop/cop/ignored_node.rb | 100644 | 0 | 0 | | | 774 Bytes | 9ca8c07d754f2e42c521be2b59db7e2f3065e857e5e8694e806ed49b57855cc1 |
lib/rubocop/cop/lint/ambiguous_operator.rb | 100644 | 0 | 0 | | | 1.63 KB | 19c5302275fcf56d214ab828b43f4e11dfd03af89f07491f73985e5752c667b9 |
lib/rubocop/cop/lint/ambiguous_regexp_literal.rb | 100644 | 0 | 0 | | | 1.03 KB | 2c72e5911d7c5c9a4ac04767b3b5fd71166b478a4e36c6e78170743181db11c4 |
lib/rubocop/cop/lint/assignment_in_condition.rb | 100644 | 0 | 0 | | | 1.12 KB | 1150da1d150820592d00dd61e62776e1f4e33527a88554e2a309c62334e3803a |
lib/rubocop/cop/lint/block_alignment.rb | 100644 | 0 | 0 | | | 4.66 KB | 8e51fbef84b9bf1414d8f56aa0f362d1106baea01df4bb35a6acdecf7b0298ed |
lib/rubocop/cop/lint/condition_position.rb | 100644 | 0 | 0 | | | 1.08 KB | 82eaea3361b553da3739a7618de63fe1b4a3e681aad4221960871899af3485ee |
lib/rubocop/cop/lint/debugger.rb | 100644 | 0 | 0 | | | 844 Bytes | f0d6fa4705b18b186b0341b706ff66695e0ee5d5fb3eca27dca1dff73bd71b7b |
lib/rubocop/cop/lint/else_layout.rb | 100644 | 0 | 0 | | | 1.45 KB | d3c045fc0ee4eab9bb010f1488ccc6eea00bff9fcb2887008ef980e91c439d36 |
lib/rubocop/cop/lint/empty_ensure.rb | 100644 | 0 | 0 | | | 352 Bytes | 1b3a59f56919cf67d53d368dc473c534d7cc9433cd4ead3121d630d83e5e1798 |
lib/rubocop/cop/lint/end_alignment.rb | 100644 | 0 | 0 | | | 3.96 KB | 0771a262386c3e170c98fed6129312de227f8db4260c7e1e1bef4f6b4669bacf |
lib/rubocop/cop/lint/end_in_method.rb | 100644 | 0 | 0 | | | 448 Bytes | 9beb8a5cad2aba75a09c8d7ae73e320d4ef3857c2658d8c1e79aebb68b7d1364 |
lib/rubocop/cop/lint/ensure_return.rb | 100644 | 0 | 0 | | | 451 Bytes | a14f80f64493de0097da84d34b594904fc60040d646b15e970b6466335af545c |
lib/rubocop/cop/lint/eval.rb | 100644 | 0 | 0 | | | 389 Bytes | a7d8ed5026b1dc29c1aa9f6be35c9a2cfa3223324bdedea2ad7abaccef7fa158 |
lib/rubocop/cop/lint/handle_exceptions.rb | 100644 | 0 | 0 | | | 388 Bytes | fd16b268f0990e18c33ace1efc0d2e9a426a7739d1d8bb036d922523145dd421 |
lib/rubocop/cop/lint/invalid_character_literal.rb | 100644 | 0 | 0 | | | 936 Bytes | fe452ac892ac58abc3257da362df9fd43964b5c28f714cafd9ddb60b87fb5868 |
lib/rubocop/cop/lint/literal_in_condition.rb | 100644 | 0 | 0 | | | 2.37 KB | 9672295f815d6830f6cb56bc06a9c6a77e4c90f1944856d6b8aa172f857f8b25 |
lib/rubocop/cop/lint/loop.rb | 100644 | 0 | 0 | | | 547 Bytes | 869de3bd6cb58a886aa5756b043fe6043ff2625a220c1ae2d8af06c4e13605ad |
lib/rubocop/cop/lint/parentheses_as_grouped_expression.rb | 100644 | 0 | 0 | | | 1.6 KB | 99cb54f7db3bf8c4d34b85f9844329cf4200ca9350ca620cbc0785d6edc135d8 |
lib/rubocop/cop/lint/rescue_exception.rb | 100644 | 0 | 0 | | | 627 Bytes | ac67fd6ddc494d3cde2fb5f82bf5e26590af4ede6a1f2ef53c90e70447ccf4d9 |
lib/rubocop/cop/lint/shadowing_outer_local_variable.rb | 100644 | 0 | 0 | | | 919 Bytes | e3527e068ff2e5213e422aa067968ac04f546144c1bb1f213318df7fe491fe98 |
lib/rubocop/cop/lint/syntax.rb | 100644 | 0 | 0 | | | 682 Bytes | c23cfe7da60e20aaf35071908563981590cf50728a69534fea63723bc40e7865 |
lib/rubocop/cop/lint/unreachable_code.rb | 100644 | 0 | 0 | | | 829 Bytes | 4e3d670aa526809174dcb5dbe146b44db0dd4244d4bed0c1739fb44b8cd2feb4 |
lib/rubocop/cop/lint/useless_assignment.rb | 100644 | 0 | 0 | | | 2.79 KB | b1aa0ddc6019ab967c3d9a6be54c21a03804dcc02f7deb76ea8f2dbc4e8a18d6 |
lib/rubocop/cop/lint/useless_comparison.rb | 100644 | 0 | 0 | | | 673 Bytes | 8cfb09110490ceb2c94c0bab062bf63f820130e6ea1b12ce58be93c6db541b1e |
lib/rubocop/cop/lint/useless_else_without_rescue.rb | 100644 | 0 | 0 | | | 511 Bytes | 4576131b73fed5748767adbbf2bd348aacaaeb4df7ce0a713783b9e5552ebc02 |
lib/rubocop/cop/lint/useless_setter_call.rb | 100644 | 0 | 0 | | | 4.37 KB | 6a9f8b46d3044391a7dece38a5fe182b9d5e44e95271c7c311d463a4ff2c0656 |
lib/rubocop/cop/lint/void.rb | 100644 | 0 | 0 | | | 1.43 KB | 54d1bfe6964ccfa92aa778c28e8effb6ab849403b0418bd447779f78989354c4 |
lib/rubocop/cop/mixin/array_syntax.rb | 100644 | 0 | 0 | | | 494 Bytes | 15a4bbdaa2c018b1ac53fc00962bd9e5f08dd7522707ca7f1b90bbabf10c7509 |
lib/rubocop/cop/mixin/autocorrect_alignment.rb | 100644 | 0 | 0 | | | 2.58 KB | 5ac37b9b570675b2191b6f5fa8913813be36d8a58ec5d99bfdc67ba71d09dec7 |
lib/rubocop/cop/mixin/check_assignment.rb | 100644 | 0 | 0 | | | 574 Bytes | c83d65e03242d29c937cc9e7351f205ce6141d310d75dafb5945a40d785fa307 |
lib/rubocop/cop/mixin/check_methods.rb | 100644 | 0 | 0 | | | 414 Bytes | 6f127288dc2cb6576abc87c67151ddb045ec862fa3f0e9c97886fc4393630130 |
lib/rubocop/cop/mixin/code_length.rb | 100644 | 0 | 0 | | | 796 Bytes | c29f318a78258189880bae92095f1c8262901abd555c5a0913f5b3943b3def49 |
lib/rubocop/cop/mixin/configurable_enforced_style.rb | 100644 | 0 | 0 | | | 1.5 KB | 514be601b2e75a3393d3a06d34d0ea05d30d2e097ff60554fab51aff3a8b5891 |
lib/rubocop/cop/mixin/configurable_max.rb | 100644 | 0 | 0 | | | 457 Bytes | d565b5c57b2e2fb884e0b6f1b925985d9ab9c94c8ac408389d5c0a914f44867b |
lib/rubocop/cop/mixin/configurable_naming.rb | 100644 | 0 | 0 | | | 1.23 KB | 8b13b5d23e1b5c8f0dbf934090cce8fd0ba214b8ed99357e3e0195a2963f5017 |
lib/rubocop/cop/mixin/if_node.rb | 100644 | 0 | 0 | | | 502 Bytes | 3ab38db26a7ec090335efc463b1a427446767930ec39cbf08b446a9f0fec272e |
lib/rubocop/cop/mixin/if_then_else.rb | 100644 | 0 | 0 | | | 532 Bytes | 94c9422f2572b0b1d7b4b8ccb68f5210fff4ed2a20d2139481666c8a03755cd6 |
lib/rubocop/cop/mixin/negative_conditional.rb | 100644 | 0 | 0 | | | 680 Bytes | f3dadb7cbfabb856b38d6bc0ae218de99b53d88dc4b0d754e76075a1dd941e78 |
lib/rubocop/cop/mixin/parser_diagnostic.rb | 100644 | 0 | 0 | | | 1.01 KB | ebb8ee972960810352aeff11f3ef1b750ee878949aef49f00da82dcbbe73332b |
lib/rubocop/cop/mixin/safe_assignment.rb | 100644 | 0 | 0 | | | 555 Bytes | c15baff289f6398b77a999d1beaabf0a7bd6810279319934b2242d6bad492659 |
lib/rubocop/cop/mixin/space_after_punctuation.rb | 100644 | 0 | 0 | | | 835 Bytes | 0f49429802b863e7f68cd5f7d12d1208439993ebb41a2008e80370371d69b13e |
lib/rubocop/cop/mixin/space_inside.rb | 100644 | 0 | 0 | | | 971 Bytes | 49014b95c75c147868bf9ec1bbc61ae386b29b06991eac2a478809bb967d0d50 |
lib/rubocop/cop/mixin/statement_modifier.rb | 100644 | 0 | 0 | | | 1.47 KB | f2485ba4cb5eee6034f59839325630b13ca57728042e580d711c9d4f11a8be87 |
lib/rubocop/cop/mixin/string_help.rb | 100644 | 0 | 0 | | | 848 Bytes | 5aac473dce45056e585c03c8a6864c1e7496743102037d79dc3e21ebaaf29ae7 |
lib/rubocop/cop/mixin/surrounding_space.rb | 100644 | 0 | 0 | | | 1.16 KB | 79c61e65601d0bf89be7b562cc79a973f93f66025ff13a84a7ce4e0a73c587c6 |
lib/rubocop/cop/offence.rb | 100644 | 0 | 0 | | | 3.39 KB | 01f096aa55dadb25b0bd574b94296ba0129dcdfbe995bb7b5425a759c15eeeff |
lib/rubocop/cop/rails/default_scope.rb | 100644 | 0 | 0 | | | 813 Bytes | 8ff423660de71d4428438152f0f11764dc33f8e67a7353ebb09870849203b90e |
lib/rubocop/cop/rails/has_and_belongs_to_many.rb | 100644 | 0 | 0 | | | 421 Bytes | 186e1cccb88de17c284d83c9148ce869839ea32b5c354054504635f2eedb3fa1 |
lib/rubocop/cop/rails/output.rb | 100644 | 0 | 0 | | | 869 Bytes | a07e6dd05113a6149699e2215fccae0f0cda9c0c66648a2827eccde962872e40 |
lib/rubocop/cop/rails/read_attribute.rb | 100644 | 0 | 0 | | | 596 Bytes | 5029f7c5d618f32f301e2d13eb699b8779fe39a1004203dcc44d0cf63f0f51f5 |
lib/rubocop/cop/rails/validation.rb | 100644 | 0 | 0 | | | 925 Bytes | e17faf20b2766f349de4f24f9fe5855a3dbefab3cde36bf11da8f76c0d9524f4 |
lib/rubocop/cop/style/access_modifier_indentation.rb | 100644 | 0 | 0 | | | 2.67 KB | 98a4eb067f22548fd90d2ecf7077c0e0a48be48b94bbb120ad0e99f6b98b4347 |
lib/rubocop/cop/style/accessor_method_name.rb | 100644 | 0 | 0 | | | 1.11 KB | 0222a79052fe8cdee2025e2b11f51f2da7a60dcb83413fffe8c98561d779b34b |
lib/rubocop/cop/style/alias.rb | 100644 | 0 | 0 | | | 1.42 KB | fc382a746c42512e9d24b99aeb11699c97bc547f85c13fdd99d2e950969d3a19 |
lib/rubocop/cop/style/align_array.rb | 100644 | 0 | 0 | | | 432 Bytes | 355f9de74fb7d1245e47f4067714d6eea0da24e2f7e22f91e626d1c99c9a1883 |
lib/rubocop/cop/style/align_hash.rb | 100644 | 0 | 0 | | | 7.55 KB | a089b2f0ef5d7a2f4458d889668b20ccdad750e14415dd6dbfaa949ab9b10e2f |
lib/rubocop/cop/style/align_parameters.rb | 100644 | 0 | 0 | | | 541 Bytes | b286d3e961ce2fa4efcfe58a736e9779cb632d7b58390d0450227395968659fd |
lib/rubocop/cop/style/and_or.rb | 100644 | 0 | 0 | | | 1.38 KB | b0f3f28ebaf2240eb0b498eb51b11043a4e89943df19eef7a366e724b5dd132b |
lib/rubocop/cop/style/ascii_comments.rb | 100644 | 0 | 0 | | | 461 Bytes | 5e9877f1a31fc282fa50c929190364f68513f09624b0d495ae94f5c4bd8a8204 |
lib/rubocop/cop/style/ascii_identifiers.rb | 100644 | 0 | 0 | | | 483 Bytes | 8ea264c9becadfb0cc52b80182b72b467762b83631f2c9700440ffa7be41e021 |
lib/rubocop/cop/style/attr.rb | 100644 | 0 | 0 | | | 498 Bytes | 43c15db5e83f960550b60653d5d3329834a3b06922e782d9c6d235fa7179620e |
lib/rubocop/cop/style/begin_block.rb | 100644 | 0 | 0 | | | 289 Bytes | 54470dc1d3f88ae8c2edebccc9c205640bce78ad4a0da6a2a61b6f9ea2e094bb |
lib/rubocop/cop/style/block_comments.rb | 100644 | 0 | 0 | | | 471 Bytes | 8295661984d5482cd9d889d9e5c7a1013aa3453382c17868c69b083b26ec9c7e |
lib/rubocop/cop/style/block_nesting.rb | 100644 | 0 | 0 | | | 1.46 KB | 4d9f92f2e8137553d9390dff2aead49901fefa5ed236550d684ff61a0c855df3 |
lib/rubocop/cop/style/blocks.rb | 100644 | 0 | 0 | | | 2.25 KB | 2b9249c9a93db95a845224a16c5d6116a77a5de5391c41ce7beeb4ad3526b6e3 |
lib/rubocop/cop/style/braces_around_hash_parameters.rb | 100644 | 0 | 0 | | | 2.65 KB | 340b072cf491e7cf6b40f7132b5c0ebc4002bf2740498f7997584e5cc5a7d3d3 |
lib/rubocop/cop/style/case_equality.rb | 100644 | 0 | 0 | | | 409 Bytes | ed1adda0639ba91ed8a02add56997488c5e60c78a4e0b6e1e8d566c8151091ac |
lib/rubocop/cop/style/case_indentation.rb | 100644 | 0 | 0 | | | 1.81 KB | 24dd529cc538e904cf2c91b15f06a9f0372c58fb251bea5a560677bc726adc89 |
lib/rubocop/cop/style/character_literal.rb | 100644 | 0 | 0 | | | 1.21 KB | e6c0e740b9f095bf9824eea7e005c94233c2899f5ef0aa87cc083b505e837ac9 |
lib/rubocop/cop/style/class_and_module_camel_case.rb | 100644 | 0 | 0 | | | 560 Bytes | 0608df2bbd5d35431c99fa1c2e86d91c247a9b9768656de80471c967c827f2c4 |
lib/rubocop/cop/style/class_length.rb | 100644 | 0 | 0 | | | 1.24 KB | efb44819391c669bb6a069a2d3a7067cd787c0938457a17b72e0cda105749f22 |
lib/rubocop/cop/style/class_methods.rb | 100644 | 0 | 0 | | | 514 Bytes | f5ac74dbe3881680051ec177185e4db4b768b8b245bc9934f4f194ae1d28bb81 |
lib/rubocop/cop/style/class_vars.rb | 100644 | 0 | 0 | | | 547 Bytes | 86cfcebd9c9860494f518afe3adf5f12b75db628c80613f1b3be4b67d8c950b6 |
lib/rubocop/cop/style/collection_methods.rb | 100644 | 0 | 0 | | | 1.54 KB | 6858709a7d6aa1ac2f4fa4cd1b9ed1fe28304365420aa1200f20e90da86a8138 |
lib/rubocop/cop/style/colon_method_call.rb | 100644 | 0 | 0 | | | 889 Bytes | 7bdc1d72d1028ea6a3f51f5c54ac89e615170cfdc50cbb9861d957bf5d985787 |
lib/rubocop/cop/style/comment_annotation.rb | 100644 | 0 | 0 | | | 1.98 KB | b3950e40823c330c7d9b3be0cba74601f30849e3d2bb199d2dc96af35f336f84 |
lib/rubocop/cop/style/constant_name.rb | 100644 | 0 | 0 | | | 930 Bytes | 41067b752fc2e40c5120571d33e43b916b64d68c0281b504f70f64440b1c89c7 |
lib/rubocop/cop/style/cyclomatic_complexity.rb | 100644 | 0 | 0 | | | 1.4 KB | 794b9527eaee82f67453fdd699531fff499e386acb3bf65c9b6b5f10bec0d051 |
lib/rubocop/cop/style/def_parentheses.rb | 100644 | 0 | 0 | | | 906 Bytes | 6caaefd73f6b13ce21259a77d2be08a7fdb96042dc31092ac591f4ce2142758c |
lib/rubocop/cop/style/documentation.rb | 100644 | 0 | 0 | | | 1.58 KB | 5041390ab97c63b5ad63ed1567f4d3a7492c332cfd2cb7aeb1e0b1702a6ac7c7 |
lib/rubocop/cop/style/dot_position.rb | 100644 | 0 | 0 | | | 1.4 KB | 9d4e4db93853cbc341d1daa8569aecbb703f181a5af98b08eef5b7fa089a4b91 |
lib/rubocop/cop/style/empty_line_between_defs.rb | 100644 | 0 | 0 | | | 913 Bytes | 386935b6cd4841362eacfaac67b59057bb5d8e632aa273bc71c65e5f6ca373a8 |
lib/rubocop/cop/style/empty_lines.rb | 100644 | 0 | 0 | | | 1.34 KB | 0fb3ada622aa1153a33dccd920a771a5e1d4a68de34c0a446195c93f782fb36e |
lib/rubocop/cop/style/empty_lines_around_access_modifier.rb | 100644 | 0 | 0 | | | 1.19 KB | ec5a978882b78b60995ed67636db67cc50455ddff894c004819fce418c288b16 |
lib/rubocop/cop/style/empty_lines_around_body.rb | 100644 | 0 | 0 | | | 1.8 KB | 77ddea00e793828fbf570a44936a7602a35569f84a8daf3fd819238711ff2de8 |
lib/rubocop/cop/style/empty_literal.rb | 100644 | 0 | 0 | | | 1.65 KB | 7c03ba5fc6e2a40860de40df0f46c9e577973122d8607f873b03f507499ee394 |
lib/rubocop/cop/style/encoding.rb | 100644 | 0 | 0 | | | 947 Bytes | de9cf89f298a84e07edb23f207690fb8b332b70921a9200bb94bf94476379d40 |
lib/rubocop/cop/style/end_block.rb | 100644 | 0 | 0 | | | 314 Bytes | b7225dec031d6ae27788969ca41a4c63371018199a1a0a006dc6654144896dea |
lib/rubocop/cop/style/end_of_line.rb | 100644 | 0 | 0 | | | 992 Bytes | 3104d77bbf8fdda6624b8087bebb4af7f37867cf4a2f855af66e5ca7e37c914c |
lib/rubocop/cop/style/even_odd.rb | 100644 | 0 | 0 | | | 1.33 KB | af73d1e65ee4b89e3731bf3bbaeaf6e0700a63ff8ad70496c9dc4bee46bc8532 |
lib/rubocop/cop/style/favor_join.rb | 100644 | 0 | 0 | | | 712 Bytes | 0f58609f91f21a863a4dccf90ec59aac7332d5eae828e727dcb212fb307b7242 |
lib/rubocop/cop/style/favor_sprintf.rb | 100644 | 0 | 0 | | | 727 Bytes | 20e7778fbecf4e8c2f7351179c6f1f113081c743dff9a425855a0caab108dff1 |
lib/rubocop/cop/style/favor_unless_over_negated_if.rb | 100644 | 0 | 0 | | | 556 Bytes | 5873cb78395bd7b478ddcdafa35429954de82dae1fbfa3bc9795abb6f9f85074 |
lib/rubocop/cop/style/favor_until_over_negated_while.rb | 100644 | 0 | 0 | | | 393 Bytes | 6c6c31efdc1a90d08db0caab0440ada8fdc04a7b17f847d1cebaed4262d21cc8 |
lib/rubocop/cop/style/final_newline.rb | 100644 | 0 | 0 | | | 824 Bytes | b2fef27bb1518d3850e0dad6c93a5c2c3fd4e20a2c0b290e9918f0293c040e42 |
lib/rubocop/cop/style/flip_flop.rb | 100644 | 0 | 0 | | | 397 Bytes | 44b9e79afa2d4898caa0130ef28d15d6b731f75f57a0b449828f47045e050f77 |
lib/rubocop/cop/style/for.rb | 100644 | 0 | 0 | | | 1.37 KB | 3871377936b32c3b37e922dd5bd55b909184e1b93dc6ef3432e6ea515487b978 |
lib/rubocop/cop/style/global_vars.rb | 100644 | 0 | 0 | | | 2.06 KB | e020a06ca90c028a49d7d0fc5ed0bf957f790bf431dfed5cfbdc90537e569986 |
lib/rubocop/cop/style/hash_methods.rb | 100644 | 0 | 0 | | | 1006 Bytes | 0d58f58d45d58c3e9fe5fb53f5b0e41c27c476f5ed5bc738834b82e93f661135 |
lib/rubocop/cop/style/hash_syntax.rb | 100644 | 0 | 0 | | | 2.63 KB | b024bd232dc191b996470420ac74c1af93e807d1d20dc265faa10ed730a1ccb9 |
lib/rubocop/cop/style/if_unless_modifier.rb | 100644 | 0 | 0 | | | 1.02 KB | 91d43fb3570962714277518a850fa7ffbba08c7dbb7976674a6f0c6c3aceed7c |
lib/rubocop/cop/style/if_with_semicolon.rb | 100644 | 0 | 0 | | | 437 Bytes | f5dd349e40f7581181ac3c9fae5acc2c21b2cd20761c116e5389965506b10afc |
lib/rubocop/cop/style/indentation_consistency.rb | 100644 | 0 | 0 | | | 1.33 KB | 9ad70c05f61962433057bb0130829a4fdde1c29b2191c1dcb8d98104a9509503 |
lib/rubocop/cop/style/indentation_width.rb | 100644 | 0 | 0 | | | 5.04 KB | 2ccfd70790688f3efb3dc5a250487d5a81570433d50ae49b8bf8bb7da8c667f4 |
lib/rubocop/cop/style/lambda.rb | 100644 | 0 | 0 | | | 1.23 KB | 9efc1f7a732c4bf991a8eb1f495b75ea3ce2b9644e990a8233bfe126011f65ee |
lib/rubocop/cop/style/lambda_call.rb | 100644 | 0 | 0 | | | 1.58 KB | 3ca4863abf264db87d8ed3378e70c17ef8adbee348467ced19bb9aa944289c7a |
lib/rubocop/cop/style/leading_comment_space.rb | 100644 | 0 | 0 | | | 1.01 KB | a4d48d0afcffeae88ca3976b1148da1e20fed9087ccc8bd7e4bc2f7770a00e40 |
lib/rubocop/cop/style/line_length.rb | 100644 | 0 | 0 | | | 922 Bytes | 191d1c5f2a063ee68bb8695b33c569fc42259089df547b81bf91204fb93f77f7 |
lib/rubocop/cop/style/method_call_parentheses.rb | 100644 | 0 | 0 | | | 1.05 KB | 73b00aea2a9231383ad95cf07c8970d6dd6fddf1774bd98d2fa8e7d29c0eaa3b |
lib/rubocop/cop/style/method_called_on_do_end_block.rb | 100644 | 0 | 0 | | | 1.35 KB | 27f0c23237a2522740a160199a2ae65a810ff2f5f0e74865999b51f4ae5c47f6 |
lib/rubocop/cop/style/method_def_parentheses.rb | 100644 | 0 | 0 | | | 2 KB | 7462e7dfd6e43a12e740e13c4fc3401d3b468bdcc2b2e24c7d841dfe4f187e5e |
lib/rubocop/cop/style/method_length.rb | 100644 | 0 | 0 | | | 644 Bytes | 8f75d373bc34fd2a728056781debeb4e6e3e820f9bc5d269fceb57f969fd2e18 |
lib/rubocop/cop/style/method_name.rb | 100644 | 0 | 0 | | | 1.27 KB | b27f8316e5b92c9ba5b46d868cb7b87b81fc9e80a1e4e9d20399eb4105bd1ec4 |
lib/rubocop/cop/style/module_function.rb | 100644 | 0 | 0 | | | 684 Bytes | dcb9395b1e1668fd2a2ba159ed6db86cc9a4ab7440b1955ffd212e345a29cec0 |
lib/rubocop/cop/style/multiline_block_chain.rb | 100644 | 0 | 0 | | | 1.36 KB | ff0e008af48ec30e88a26bb13031e76b87eecc4ca19483e145ca30c1b5147c13 |
lib/rubocop/cop/style/multiline_if_then.rb | 100644 | 0 | 0 | | | 1.48 KB | 53fa4ee5f407eba3728f692f2480c123ee5d871b73e8642bb0661347496a603b |
lib/rubocop/cop/style/multiline_ternary_operator.rb | 100644 | 0 | 0 | | | 513 Bytes | 839de374b0f63ab87080c4982a8132c242f80b0499ee014a38529e6a8b2fdf86 |
lib/rubocop/cop/style/nested_ternary_operator.rb | 100644 | 0 | 0 | | | 631 Bytes | a27ae55f0c983bb45c1af5046cdf2b5a5c55c214f6e8a100391106548713f9b8 |
lib/rubocop/cop/style/nil_comparison.rb | 100644 | 0 | 0 | | | 779 Bytes | 73a4b4d6ef1c394d1e90c204f2d0c6ee568d9b2c506f2ce2cf56e35cc478c4f4 |
lib/rubocop/cop/style/not.rb | 100644 | 0 | 0 | | | 499 Bytes | b473e78b970ca54cd8d24ac289a139c1e48a9142afe9d19198b6834f216a60f1 |
lib/rubocop/cop/style/numeric_literals.rb | 100644 | 0 | 0 | | | 1.9 KB | 87a440fe81c36f48f4ed8063f33b06db699853569eabffaa5b9f51ca5f02d545 |
lib/rubocop/cop/style/one_line_conditional.rb | 100644 | 0 | 0 | | | 498 Bytes | cfc714eae70af75aadb51c6761b413fa0617234b4f244b7b0e70ac5f50cf5435 |
lib/rubocop/cop/style/op_method.rb | 100644 | 0 | 0 | | | 710 Bytes | 5a2579bfe113064b68855014eff5bfa70ff3711c879b3d3ee20ad65eea4b6dcc |
lib/rubocop/cop/style/parameter_lists.rb | 100644 | 0 | 0 | | | 1.02 KB | 13942212c9223e6eaba3cfdab71c741284710cb199333f7e6bb7b8b7ac4c3bd8 |
lib/rubocop/cop/style/parentheses_around_condition.rb | 100644 | 0 | 0 | | | 1.25 KB | 44e5e8b29d4b6171b667e21586bc5b6861e8ca5aea8ee44eb157f39f7f65c4bf |
lib/rubocop/cop/style/perl_backrefs.rb | 100644 | 0 | 0 | | | 609 Bytes | 01994b95ff716bd11a37a8e5f2b14e8591884f815e72624895856d4e2d0f8cd9 |
lib/rubocop/cop/style/predicate_name.rb | 100644 | 0 | 0 | | | 1.03 KB | 4cac182941cc278e4ec614e3d1926446e699a03aaa3c6deff5140cc5c894eefb |
lib/rubocop/cop/style/proc.rb | 100644 | 0 | 0 | | | 592 Bytes | d2cf04b7d5cd2f513feb9d09210ef6e7553f9502967e7a67a699e5f518bc9ddd |
lib/rubocop/cop/style/raise_args.rb | 100644 | 0 | 0 | | | 1.65 KB | a64fad17b19411d11e51671c52f7d495abebff5e540b0d23ed151b3f9de45b53 |
lib/rubocop/cop/style/redundant_begin.rb | 100644 | 0 | 0 | | | 687 Bytes | d0ae4913ef75914c2455a5f73f7c097ce8ea396de421221a139ed9213f95cb5f |
lib/rubocop/cop/style/redundant_exception.rb | 100644 | 0 | 0 | | | 752 Bytes | 91bee8d65bba45b1890e2438aff972ac0b2fc7a39c44c48104f59b08084880f0 |
lib/rubocop/cop/style/redundant_return.rb | 100644 | 0 | 0 | | | 1.63 KB | 1a858cc2a07ccaaa5c9583d57bdd3e8beb3c65a0361ec01ac3b0d87e5d6a9397 |
lib/rubocop/cop/style/redundant_self.rb | 100644 | 0 | 0 | | | 3.69 KB | 60d72d3503741895889e4878af3f47f467d3ec932731a45bfee8fd9e09fae760 |
lib/rubocop/cop/style/regexp_literal.rb | 100644 | 0 | 0 | | | 1.38 KB | 7b1ad7cd77e610a46ce496cea8adfca8b00d4f4cb7cfb0b884f80488070e2d42 |
lib/rubocop/cop/style/rescue_modifier.rb | 100644 | 0 | 0 | | | 875 Bytes | f633e44c4ea7a576ec3e46e6c30f2cff89f1fcc5a75190c122b0b3add64b93ee |
lib/rubocop/cop/style/semicolon.rb | 100644 | 0 | 0 | | | 1.96 KB | 99eb777261bddfbd5c29c8cff47c3a9c851382cdc1baf3773dc46ce03f1f2a48 |
lib/rubocop/cop/style/signal_exception.rb | 100644 | 0 | 0 | | | 2.53 KB | 1750a977213f04c83025f9be51706d6c962e828f481f75edc6899a22441a76ab |
lib/rubocop/cop/style/single_line_block_params.rb | 100644 | 0 | 0 | | | 1.71 KB | 2f3ad4b9b44a5ffdee87d6883a94d11f4121afbd54b07ac87ec5a1c7be34d522 |
lib/rubocop/cop/style/single_line_methods.rb | 100644 | 0 | 0 | | | 748 Bytes | 15690f3213c4619c5e9a1315c1591303cdb8c4b79d8e4ae68ae2a90ce552ed05 |
lib/rubocop/cop/style/space_after_colon.rb | 100644 | 0 | 0 | | | 850 Bytes | fff7344865e75d61ed70b3d61874cf7b834b759a9e45be5b4006fd09cb68afab |
lib/rubocop/cop/style/space_after_comma.rb | 100644 | 0 | 0 | | | 308 Bytes | a9b0a09a6fbc15fef25a00800714429e32eb532edcfc75c62eab19cba33f8ae0 |
lib/rubocop/cop/style/space_after_control_keyword.rb | 100644 | 0 | 0 | | | 1003 Bytes | 8fa5232710f6e438370e224c5e2e7746541498aedb220c787017bc13c40e59d2 |
lib/rubocop/cop/style/space_after_method_name.rb | 100644 | 0 | 0 | | | 1.02 KB | 804ebdf71f3c0cb3d410c0f7e49c8551c8ae6a2d960babbb735f0e7a7ef66df1 |
lib/rubocop/cop/style/space_after_not.rb | 100644 | 0 | 0 | | | 1.08 KB | b40585cd8cc0de4cf3e1eef5ad0f8be1c97492b5e19c74fce3282e606a59e604 |
lib/rubocop/cop/style/space_after_semicolon.rb | 100644 | 0 | 0 | | | 319 Bytes | a5cf84a037412aedd58a99d99e1e21f2646a41ccbe6b73b5abd3c25d35c3729b |
lib/rubocop/cop/style/space_around_block_braces.rb | 100644 | 0 | 0 | | | 5.65 KB | d4bd21a16e8e505dc0cecb39ca8bb0666114c9e08ef2abd8ee074be93889ba8b |
lib/rubocop/cop/style/space_around_equals_in_parameter_default.rb | 100644 | 0 | 0 | | | 1.01 KB | b18c99313a05b7466f13decb55b47dd795f491eb357ab20b10514a372649b2c1 |
lib/rubocop/cop/style/space_around_operators.rb | 100644 | 0 | 0 | | | 2.28 KB | 01fe4a335f27e84f629f50752669c8227f88dc73fae6fd6046174259b658c151 |
lib/rubocop/cop/style/space_before_modifier_keyword.rb | 100644 | 0 | 0 | | | 1007 Bytes | cbded1f1133a0de58e3e90597c4384430a8dad5b91da65633edef4d20a1b713b |
lib/rubocop/cop/style/space_inside_brackets.rb | 100644 | 0 | 0 | | | 293 Bytes | bc21eba6bb68ccc98287d40e25ada84b02eb43ea4aa87bf657c8b097d96f7d99 |
lib/rubocop/cop/style/space_inside_hash_literal_braces.rb | 100644 | 0 | 0 | | | 3.36 KB | 13142be062ae6c0017e0c83d025a3a259cc48b35205d1e774df2e9dd182f5ca4 |
lib/rubocop/cop/style/space_inside_parens.rb | 100644 | 0 | 0 | | | 299 Bytes | 5a2424c70b6a7779f65a8fe8683d9cc6743e0174d2a9da69979d70aacf99f38f |
lib/rubocop/cop/style/special_global_vars.rb | 100644 | 0 | 0 | | | 2.65 KB | 8bdd36686802f544be7a3954c2690dfdbb081987a7d929096af4e2b6f53411e7 |
lib/rubocop/cop/style/string_literals.rb | 100644 | 0 | 0 | | | 1.39 KB | 84cc9c6dfb8be5e68387f9a2dea53bb15ea6f14d99f875880c2be8df8f22885a |
lib/rubocop/cop/style/symbol_array.rb | 100644 | 0 | 0 | | | 578 Bytes | 9d5d7f14bdbd9f16a361cae6dc1423e20b77fbd03d872f644ef487eae48c5815 |
lib/rubocop/cop/style/tab.rb | 100644 | 0 | 0 | | | 708 Bytes | 3dba1fa72485e7d9f49d10063f96b2307942ff23120ab42dd625401e4976a71e |
lib/rubocop/cop/style/trailing_blank_lines.rb | 100644 | 0 | 0 | | | 1.27 KB | 7a2635f159cd629bdb2e4b6d9eae160168e175c361b85f21c7e573669e34d917 |
lib/rubocop/cop/style/trailing_comma.rb | 100644 | 0 | 0 | | | 3.03 KB | 3c2f4082327c17e6d6418cb50f482a1256a2b60181006a4d12f4dbe61a8bb5ce |
lib/rubocop/cop/style/trailing_whitespace.rb | 100644 | 0 | 0 | | | 828 Bytes | 124b041de70c1a64835a2fabe17798987d01f78f29d7da56808dfbfbfc6b416f |
lib/rubocop/cop/style/trivial_accessors.rb | 100644 | 0 | 0 | | | 2.18 KB | 937711314741a755bcb133d8b8f22d6c41a028c7f24c5f00f9b5405aa282f79d |
lib/rubocop/cop/style/unless_else.rb | 100644 | 0 | 0 | | | 606 Bytes | acba0607203016a3185e864319976630d7b2a89084dac97ced0a2523ec16cd4b |
lib/rubocop/cop/style/variable_interpolation.rb | 100644 | 0 | 0 | | | 718 Bytes | bf2415e5fc6aeb31449d33c91dba6aff81b006ff7465a8d623090a12d3a55e34 |
lib/rubocop/cop/style/variable_name.rb | 100644 | 0 | 0 | | | 1.22 KB | 504a0520a5da04dde6fa35252492db4519df532ae355980e0dce577aef0eac5c |
lib/rubocop/cop/style/when_then.rb | 100644 | 0 | 0 | | | 553 Bytes | 453d31280fdae6a1b6d5b5f646c2d4b4412928b267e12476fe1afb6cfd00f6ec |
lib/rubocop/cop/style/while_until_do.rb | 100644 | 0 | 0 | | | 1.12 KB | 392b41640981a2ead65d7e9b7eb779606795bb97d6c31f23954c257733bef771 |
lib/rubocop/cop/style/while_until_modifier.rb | 100644 | 0 | 0 | | | 854 Bytes | a0978c64f1e74ac9a9230b5f3b421f3fec28de88dd61806e2ec04acf7d9c773e |
lib/rubocop/cop/style/word_array.rb | 100644 | 0 | 0 | | | 1.61 KB | c01704d353c770933ae54f90ad14db4fd17582e30ef24bd9a9aef65550254939 |
lib/rubocop/cop/team.rb | 100644 | 0 | 0 | | | 2.7 KB | d8ee5a01a215acae276a3ffa104c5bca41711c138a46bdce4d0a960b1bf52d5c |
lib/rubocop/cop/util.rb | 100644 | 0 | 0 | | | 4.49 KB | 5d93e99084310153ded51deaba7ace44a7761910579e6cd87e88857837b84124 |
lib/rubocop/cop/variable_inspector.rb | 100644 | 0 | 0 | | | 11.4 KB | eb587ed274fa3f9363e3205957d0c5f1507bea25c366c71dc1ed283284e5a65e |
lib/rubocop/cop/variable_inspector/assignment.rb | 100644 | 0 | 0 | | | 2.55 KB | 5cf97f97e9193bca1dfbccd3ab865974fdc6171b7479c421a44f3e076a099eb8 |
lib/rubocop/cop/variable_inspector/locatable.rb | 100644 | 0 | 0 | | | 4.19 KB | b9ae704f7bd34726825ae9ea4122fb105cfe5d8c7635d8b4d56c820e25313d78 |
lib/rubocop/cop/variable_inspector/reference.rb | 100644 | 0 | 0 | | | 733 Bytes | ef5111cd70d9b47b4fbfe70f2c805c4311f803e89f7fdc3cd65dc227b3033c15 |
lib/rubocop/cop/variable_inspector/scope.rb | 100644 | 0 | 0 | | | 1.98 KB | 56924bc11fbb4288db288f8e71d8e9f75a36891065cccd0c7b2b133d931c2992 |
lib/rubocop/cop/variable_inspector/variable.rb | 100644 | 0 | 0 | | | 2.6 KB | a231c5bef82c40125a6504c992014a077d07bd096b19a2d806d043b17ea6294e |
lib/rubocop/cop/variable_inspector/variable_table.rb | 100644 | 0 | 0 | | | 3.75 KB | 6f12d2d73c0d5a340105b60d69056e0f67468988870ca21e9d4751b57a0cc5fe |
lib/rubocop/file_inspector.rb | 100644 | 0 | 0 | | | 3.42 KB | 9a583cfa2c7406f6ad22c1294995f5cf73a3dfcb3ce7278da2de973f2533a60e |
lib/rubocop/formatter/base_formatter.rb | 100644 | 0 | 0 | | | 3.07 KB | 5ba5365a5519b3d5f18f9d9462099b2f16cf848c11e62f0942d0ae2004d845d4 |
lib/rubocop/formatter/clang_style_formatter.rb | 100644 | 0 | 0 | | | 1.06 KB | e67eea7316d7d3213b3102206a30f77ca602c98c674885f111db6ccd7bc46bd1 |
lib/rubocop/formatter/colorizable.rb | 100644 | 0 | 0 | | | 820 Bytes | 98ffe12fe7fcc466255e52912dcf72fa80d82874e0f020a6598a911a6bf5f8f9 |
lib/rubocop/formatter/disabled_config_formatter.rb | 100644 | 0 | 0 | | | 2.25 KB | 54e4bd78f2e0b95edd6dbbe8b9abe5b8b2fb8e9beeb7ba04db316319e3ce7a4e |
lib/rubocop/formatter/emacs_style_formatter.rb | 100644 | 0 | 0 | | | 555 Bytes | e328691b0e162fbcd137d1e4b89a29a271779636008ae3bbba7a126b75aec321 |
lib/rubocop/formatter/file_list_formatter.rb | 100644 | 0 | 0 | | | 419 Bytes | 3d26b234424743df057d67c317c119918da6c2c2f43706ca2e29b13ef898f375 |
lib/rubocop/formatter/formatter_set.rb | 100644 | 0 | 0 | | | 2.29 KB | 120ef6b71c61c9891b0011db594cc73e63e2aec783a36165a909e032a0ab833e |
lib/rubocop/formatter/json_formatter.rb | 100644 | 0 | 0 | | | 1.88 KB | f4c1ae0f2301835cc9e5d83bfda1591dd3c0e6493c144c9b7866de219bd65aaf |
lib/rubocop/formatter/offence_count_formatter.rb | 100644 | 0 | 0 | | | 1.3 KB | cc838ad6272601a5c3fb772391d994f05ba62bc4a9e2487ac303295dbe1baded |
lib/rubocop/formatter/progress_formatter.rb | 100644 | 0 | 0 | | | 1.55 KB | 52cace1ead6ece7b0d53b78d7999389e1816b8e8135462d05a28fddbce857fff |
lib/rubocop/formatter/simple_text_formatter.rb | 100644 | 0 | 0 | | | 2.88 KB | de764ea23c5fd9ce25dcdd3444d5f6b25e04dd94ac678e3588d413f8b5cba72b |
lib/rubocop/options.rb | 100644 | 0 | 0 | | | 5.11 KB | d712d2e42feb8b54f378420f552a98a55f199ebb98033470ce9bc0e22090b1e5 |
lib/rubocop/processed_source.rb | 100644 | 0 | 0 | | | 1.03 KB | 40520fb5520c8766313fab144fd932b023b30d3bce29771a836980817e093583 |
lib/rubocop/rake_task.rb | 100644 | 0 | 0 | | | 1.33 KB | 6f9431187c9c7d79ff4f041ac6c659a43281d0864dca0ceec6cfbde1ea2167df |
lib/rubocop/source_parser.rb | 100644 | 0 | 0 | | | 3.05 KB | d9da0e7d8b67c04a330acd7e4b8f18de4036a334b9b4a0c2312101a99349ed7c |
lib/rubocop/target_finder.rb | 100644 | 0 | 0 | | | 2.32 KB | 2e06f13496e86e60fa41f6af71ec2a6dc872391e95ecd75ef5b49e4ca14a28f8 |
lib/rubocop/token.rb | 100644 | 0 | 0 | | | 464 Bytes | 199a559339d956bf1b0be6028fd534615e2201956c64d1d9ba26eb8efdb810a9 |
lib/rubocop/version.rb | 100644 | 0 | 0 | | | 409 Bytes | 21753c60b12022c55c8d2c882f5e7bb775debccdb570a5ca40a8c8ea257d2b95 |
rubocop-todo.yml | 100644 | 0 | 0 | | | 616 Bytes | fc5914fb7670faee72b641882543a43e1eb349f607ac548cecd8931f7689fbe9 |
rubocop.gemspec | 100644 | 0 | 0 | | | 1.3 KB | 934e7b9f9037a184e70fb76c1e5e05fc10c5f6c6a440046fb8fd910d942db537 |
spec/.rubocop.yml | 100644 | 0 | 0 | | | 122 Bytes | 4476c0583ba999957d9aee0310138f2e8d0f72195770cffbae4c698adf274397 |
spec/isolated_environment_spec.rb | 100644 | 0 | 0 | | | 852 Bytes | 27832eadcbf4db60397848629ee25f808fa0f1b4d1ae722d0faed52d41ceb565 |
spec/project_spec.rb | 100644 | 0 | 0 | | | 676 Bytes | bf1c7dc93da07254f5c6f1cfac55a46709abba36619f0d5285b4f9fe6383f34f |
spec/rubocop/cli_spec.rb | 100644 | 0 | 0 | | | 52.8 KB | 77e57790ae03048247940346013778106a79889d8232219907eef22c48399ad3 |
spec/rubocop/config_loader_spec.rb | 100644 | 0 | 0 | | | 9.76 KB | a054fa0d2d1c1d97700d3c2a1a377fbfc3c95991d7f2312286e2eec16d350f0e |
spec/rubocop/config_spec.rb | 100644 | 0 | 0 | | | 4.74 KB | b6d24638b6a2539ded9e6826d2615fc0fdec045446909f2c60c5e2b4aeb4bb79 |
spec/rubocop/config_store_spec.rb | 100644 | 0 | 0 | | | 1.79 KB | afd660bf6881961c789bc981deb05572cc56939ae4a342eb1db5accbf98a823b |
spec/rubocop/cop/commissioner_spec.rb | 100644 | 0 | 0 | | | 2.59 KB | ce3af5abd4a0303824d0b124a63936bb17399127984a469a0f8dfbf625b8c29a |
spec/rubocop/cop/cop_spec.rb | 100644 | 0 | 0 | | | 3.25 KB | 9aae411174d8c15a6c4a3c702f29d093efd7812b624bd03de6e0d59227e6342f |
spec/rubocop/cop/corrector_spec.rb | 100644 | 0 | 0 | | | 1.7 KB | a65bdf05746996626e6f5842d7f0737b390cd388e039389a5992bc02b2871d82 |
spec/rubocop/cop/lint/ambiguous_operator_spec.rb | 100644 | 0 | 0 | | | 2.71 KB | 4feab92457b5bbede877bb1cdb201abcb9dce513b3b537b6b60d15504dd26f8d |
spec/rubocop/cop/lint/ambiguous_regexp_literal_spec.rb | 100644 | 0 | 0 | | | 893 Bytes | 8f0ed2a70cfff39fef10752c0a9d3cb6598c9873da8d50126e14d1991131623d |
spec/rubocop/cop/lint/assignment_in_condition_spec.rb | 100644 | 0 | 0 | | | 2.87 KB | 812a901b3310e262b6c5c1e55dc2a6b6fd98ee88524fa5b343cbfec9366174cc |
spec/rubocop/cop/lint/block_alignment_spec.rb | 100644 | 0 | 0 | | | 13.6 KB | b21a62eb2ef618adecb8226bacfb4db9803c4d304a2b2eca6cc291245bde758f |
spec/rubocop/cop/lint/condition_position_spec.rb | 100644 | 0 | 0 | | | 1.24 KB | a5604faf3038db515f84a0ca706439e8645c188b22c0ed11940e0415e06375cc |
spec/rubocop/cop/lint/debugger_spec.rb | 100644 | 0 | 0 | | | 964 Bytes | 7c00f87e207771520d986f951c703fdc249ad8fa649e4927318cea65df2990cf |
spec/rubocop/cop/lint/else_layout_spec.rb | 100644 | 0 | 0 | | | 1.61 KB | e07beea868e69764efb5c425114ff057bb68bc5d3a1ea2f5f133e045ada6bd72 |
spec/rubocop/cop/lint/empty_ensure_spec.rb | 100644 | 0 | 0 | | | 688 Bytes | 1c0749bbdd3a44e1160b9e94741f2b33546cf089163717eb2775867058e54697 |
spec/rubocop/cop/lint/end_alignment_spec.rb | 100644 | 0 | 0 | | | 5.6 KB | 46f594ca7a21f1a75eea25c18ce9c7e8a1025dd3a8d5c0e5d9092e3564fd7702 |
spec/rubocop/cop/lint/end_in_method_spec.rb | 100644 | 0 | 0 | | | 693 Bytes | 492c7fca06f9022d484f4ef9dcf3016875c93ae3b708e4d9658ab655ed67cf15 |
spec/rubocop/cop/lint/ensure_return_spec.rb | 100644 | 0 | 0 | | | 1 KB | b6e5e337288b4503f02c1d2f2d1c6db1ab117b5187eae0aaaebbcd89173cf9d6 |
spec/rubocop/cop/lint/eval_spec.rb | 100644 | 0 | 0 | | | 953 Bytes | beced2b0f760c12cb64867ed739f638b5c3ffb674a732872b6cb1352fbd77430 |
spec/rubocop/cop/lint/handle_exceptions_spec.rb | 100644 | 0 | 0 | | | 807 Bytes | a3df9bb81be56b50e8f4d91b871b46f2cc94dc7bc6f7789fe7e5446eccf24e5c |
spec/rubocop/cop/lint/invalid_character_literal_spec.rb | 100644 | 0 | 0 | | | 940 Bytes | e34647f0ad1aa666f8b2f1a8c4637eb27b719adc63d5537a770f9e2a310ea50d |
spec/rubocop/cop/lint/literal_in_condition_spec.rb | 100644 | 0 | 0 | | | 1.73 KB | 4c85d2579b0a2a26826aa17581ee1aa69694e867f628ad7c256d8e695b8604f4 |
spec/rubocop/cop/lint/loop_spec.rb | 100644 | 0 | 0 | | | 709 Bytes | 5094b6c1226887a2f7fc155d35faf0fab2222e599bdcd3820730feb1a51f294f |
spec/rubocop/cop/lint/parentheses_as_grouped_expression_spec.rb | 100644 | 0 | 0 | | | 1.56 KB | ef995bbcae943e58d49cefed930d3a5f29116fe5e880155199666aefc9cb2964 |
spec/rubocop/cop/lint/rescue_exception_spec.rb | 100644 | 0 | 0 | | | 3.95 KB | 3ceb175da6f0cbc5306fcbf2ce98ea9a8dc15fa468670142914e79e84b0f6615 |
spec/rubocop/cop/lint/shadowing_outer_local_variable_spec.rb | 100644 | 0 | 0 | | | 5.18 KB | 1138b5728fa3796ec846709ddded9e0823e9cd9dee825e76be241a427d7600df |
spec/rubocop/cop/lint/syntax_spec.rb | 100644 | 0 | 0 | | | 983 Bytes | 7762a0916e369869ef8ab38d56ab2cc9b2a07df57b6caeaf0e24b70a3d926c73 |
spec/rubocop/cop/lint/unreachable_code_spec.rb | 100644 | 0 | 0 | | | 1.66 KB | d9d829e267524c249a1e31244954b980d44f2fa4212fdabf15ef1f63c93651f4 |
spec/rubocop/cop/lint/useless_assignment_spec.rb | 100644 | 0 | 0 | | | 37.6 KB | 9a373707d465ff6b46cdf530ef34f9a0bafa5bdcb89ccfae2b52ae4bacc51924 |
spec/rubocop/cop/lint/useless_comparison_spec.rb | 100644 | 0 | 0 | | | 807 Bytes | b22da39d46a5bd62ffd09ca35164760dfdc0b661af87b1e78c1ff9202b62b67b |
spec/rubocop/cop/lint/useless_else_without_rescue_spec.rb | 100644 | 0 | 0 | | | 950 Bytes | be7fc387383784e4cfff49f34adbdef9021e279fcef168996fa8dbb862f3d52f |
spec/rubocop/cop/lint/useless_setter_call_spec.rb | 100644 | 0 | 0 | | | 4.66 KB | f7f9c391c9b07dee863b79f19e7019d68dd5b23046fd6600db3b30a8469b1629 |
spec/rubocop/cop/lint/void_spec.rb | 100644 | 0 | 0 | | | 1.46 KB | b69d200422c08ef34eeb6ecf574e397505825e178fb44b56ca058c4196139046 |
spec/rubocop/cop/offence_spec.rb | 100644 | 0 | 0 | | | 3.77 KB | f64b408d1553d8fb9695d145ac2fecb1a86d30c9fe2a2a1225605e0f7660c5da |
spec/rubocop/cop/rails/default_scope_spec.rb | 100644 | 0 | 0 | | | 1.02 KB | 8afc084d1406b04f35ea5330e9a298257919b0f4f97a6f47a6fe1496d59f9d6b |
spec/rubocop/cop/rails/has_and_belongs_to_many_spec.rb | 100644 | 0 | 0 | | | 324 Bytes | 9fdec87913387e3b907d7da3289db21c010b71249644da2219e7fe1b0e5d09fd |
spec/rubocop/cop/rails/output_spec.rb | 100644 | 0 | 0 | | | 1.12 KB | 2770184de5892aa3b9d17bd77a6be9a5ac31609626f884a6ed09824adabb1405 |
spec/rubocop/cop/rails/read_attribute_spec.rb | 100644 | 0 | 0 | | | 305 Bytes | 893f3e9bcc498b498a5d77535dae55763b1df63701ee31e2927a6b14cd75c585 |
spec/rubocop/cop/rails/validation_spec.rb | 100644 | 0 | 0 | | | 502 Bytes | ef425f0a55946207229220ee6b976362f79d37be93a43af3cac5b708184ea344 |
spec/rubocop/cop/style/access_modifier_indentation_spec.rb | 100644 | 0 | 0 | | | 8.99 KB | 081aa95f4a6ca76d4c3cb6dca6057aad31c79a36a466eab11bd2b333e79d644d |
spec/rubocop/cop/style/accessor_method_name_spec.rb | 100644 | 0 | 0 | | | 2.53 KB | c3555e91ccb7aa3548f5e7ce37a4ee40f4c3ae11dc5a3d01e91214bb1f4a7447 |
spec/rubocop/cop/style/alias_spec.rb | 100644 | 0 | 0 | | | 1.68 KB | c93b1339cbeb012746aeef8bb64b39feafe950f8f77830c4f797ee3eea6af553 |
spec/rubocop/cop/style/align_array_spec.rb | 100644 | 0 | 0 | | | 2.45 KB | e314c70a18dd65f234754500eec85f65fee0284ae555b8a6e4a7b419a62ef4f9 |
spec/rubocop/cop/style/align_hash_spec.rb | 100644 | 0 | 0 | | | 9.75 KB | 442b8c6f7e7d8faf1e0218cfdefd1d64995c574ae9cdef2eb965b0768d20b506 |
spec/rubocop/cop/style/align_parameters_spec.rb | 100644 | 0 | 0 | | | 7.51 KB | ecdcdf1f9bc7b5e5f31999917a2ec9627f3828075b021edae472eac639a51960 |
spec/rubocop/cop/style/and_or_spec.rb | 100644 | 0 | 0 | | | 1.57 KB | 117f4cbfebae7466d2da7efa466fe0d717c8acf973cb71b09ff7429b263b02a8 |
spec/rubocop/cop/style/ascii_comments_spec.rb | 100644 | 0 | 0 | | | 590 Bytes | f7b3ada838d00e0a07038fffeb75e048c4f9ae1e64880cb8cd466784df713e21 |
spec/rubocop/cop/style/ascii_identifiers_spec.rb | 100644 | 0 | 0 | | | 957 Bytes | 7e30e5e57ec19cf3f4fa8aba954f3276bd871b66594572adf24d25c60e96045a |
spec/rubocop/cop/style/attr_spec.rb | 100644 | 0 | 0 | | | 468 Bytes | a1e7a051602473497d8f3765fa9cfbf2122adcb718173f5ee98af132b0666762 |
spec/rubocop/cop/style/begin_block_spec.rb | 100644 | 0 | 0 | | | 281 Bytes | 60ac3dab090727ce2d879712c1752ce120e6bf5ca095dc3de9a18c642534ad01 |
spec/rubocop/cop/style/block_comments_spec.rb | 100644 | 0 | 0 | | | 480 Bytes | 01cc67fd0117b59fb02e7adf75879ec9e9c4b1a65ede4216d1a7edc8d31495a7 |
spec/rubocop/cop/style/block_nesting_spec.rb | 100644 | 0 | 0 | | | 3.91 KB | 76a4e360c8c229f93f23f1560804c1f556a6280ebc310183b44a50746cde8e99 |
spec/rubocop/cop/style/blocks_spec.rb | 100644 | 0 | 0 | | | 2.76 KB | 17d249e88efa47cac6f712cd6b9f59508e99690f6052c4fcf1018cf1eebefc4d |
spec/rubocop/cop/style/braces_around_hash_parameters_spec.rb | 100644 | 0 | 0 | | | 9.37 KB | cea7b4938e054399da49ea85b626d4a1b34e559efedaa7a479d151bf9660f078 |
spec/rubocop/cop/style/case_equality_spec.rb | 100644 | 0 | 0 | | | 260 Bytes | 4256ad1744ab45980d2e8b809f2bc008ba700a0ee8e7cb879d15998550854a78 |
spec/rubocop/cop/style/case_indentation_spec.rb | 100644 | 0 | 0 | | | 9.99 KB | 1c973725258cdf4624a2d82b7d4b669ede3d80f68e872cf4d3189ddafc945aa5 |
spec/rubocop/cop/style/character_literal_spec.rb | 100644 | 0 | 0 | | | 921 Bytes | 23a0d4a9b9de03f8b7b9b5e22da7c605cafdfba968ace98cdf3f3e26fa9d3d54 |
spec/rubocop/cop/style/class_and_module_camel_case_spec.rb | 100644 | 0 | 0 | | | 1.01 KB | cf04d210c358f9a715d4897194d61a11414affbe46cfc9b6b4dbd6051206be6f |
spec/rubocop/cop/style/class_length_spec.rb | 100644 | 0 | 0 | | | 4.3 KB | af44835bbb77d08b7f06b7e55d7701d7b70fa7537440f1fe75b63df3c4506ce5 |
spec/rubocop/cop/style/class_methods_spec.rb | 100644 | 0 | 0 | | | 1.27 KB | df368d1df42052bd74b196a49288b368a0bcd5b8e4ab8ff15669929c54f70ea7 |
spec/rubocop/cop/style/class_vars_spec.rb | 100644 | 0 | 0 | | | 548 Bytes | 769f4a91854ef2eda9589d85ec2eb6f411386058b1c576a2c014446cf0497d49 |
spec/rubocop/cop/style/collection_methods_spec.rb | 100644 | 0 | 0 | | | 1.4 KB | 19d48e905571ff00a114666fd873caf50bbe6114e6edba4f5d25ec7a0650f1b0 |
spec/rubocop/cop/style/colon_method_call_spec.rb | 100644 | 0 | 0 | | | 1.63 KB | c1c0984485699a8df71c14440ae2251b3eedfb7e06196bba7afce57dc3f2e23e |
spec/rubocop/cop/style/comment_annotation_spec.rb | 100644 | 0 | 0 | | | 2.59 KB | 1aa3fb956901b1fe731d4523f23fb58738afd328f1ca8e9be8b4c3a9cb019090 |
spec/rubocop/cop/style/constant_name_spec.rb | 100644 | 0 | 0 | | | 1.77 KB | a3b84ce1e62ca904479068ec68f23dfb6615bc302ac6b089adcd261fcad2a17e |
spec/rubocop/cop/style/cyclomatic_complexity_spec.rb | 100644 | 0 | 0 | | | 7.46 KB | fdac64e1a3ebc33d336f30f784b7dec66238a77b50df19957c0034400671ed23 |
spec/rubocop/cop/style/def_with_parentheses_spec.rb | 100644 | 0 | 0 | | | 991 Bytes | f0ff45d4e83ff3397195e33b403201fb6f6b99a0248deb6bbe4620c5cc24a698 |
spec/rubocop/cop/style/documentation_spec.rb | 100644 | 0 | 0 | | | 2.5 KB | 46a5e02b46804f02d91c296fd942da8f9772e8ce17e7abab340856b47611f86b |
spec/rubocop/cop/style/dot_position_spec.rb | 100644 | 0 | 0 | | | 2.86 KB | bc1074d9ee4d54288e7a9d797ced750a78c42f0b5f69f5c81cc3a22c6ea07009 |
spec/rubocop/cop/style/empty_line_between_defs_spec.rb | 100644 | 0 | 0 | | | 3.44 KB | c14d6896a3dd1e88287e12ca791d1299bf7fcd70a6cc69c789571de99faec0f1 |
spec/rubocop/cop/style/empty_lines_around_access_modifier_spec.rb | 100644 | 0 | 0 | | | 1.76 KB | 451ed590e66bf76ca631bd48516dc78bcf4805cf5b7842859ed2d5436c15b904 |
spec/rubocop/cop/style/empty_lines_around_body_spec.rb | 100644 | 0 | 0 | | | 3.86 KB | f21d9ba9dc2f7f9acf067dad23bb3470a19b7de9627a4904295a4f0c0802919e |
spec/rubocop/cop/style/empty_lines_spec.rb | 100644 | 0 | 0 | | | 1 KB | 79d5ccbca61ed9f2422f9a5e28df23d61594dadd9f91f2f272bb947eb976c30b |
spec/rubocop/cop/style/empty_literal_spec.rb | 100644 | 0 | 0 | | | 2.94 KB | 90d4db2ea9193b6d468f8bb26b52c445567cf0ab80427f1fb5a65928f6367737 |
spec/rubocop/cop/style/encoding_spec.rb | 100644 | 0 | 0 | | | 1.53 KB | 953782ace8eefc9e7e179a896b40fc5da95647d7eee114fd0b73e2600166a7b8 |
spec/rubocop/cop/style/end_block_spec.rb | 100644 | 0 | 0 | | | 276 Bytes | 750a59c01ba0d1cfca646602bdbeb10c3a88bc21ccb9b8cb9d1724ccbda87b88 |
spec/rubocop/cop/style/end_of_line_spec.rb | 100644 | 0 | 0 | | | 1.47 KB | 7d5781aa4184879994b8460a0fa27cbf2730d741eb30bdf5ae8a4024a610b6ba |
spec/rubocop/cop/style/even_odd_spec.rb | 100644 | 0 | 0 | | | 1.99 KB | 953f6c32969b4b2c4367cf16f16c4261780fd859ca842dce3255f42e368ec197 |
spec/rubocop/cop/style/favor_join_spec.rb | 100644 | 0 | 0 | | | 824 Bytes | 3c32c47ef64141d763888aafd77250dc4f7b2f44b15fa9e736fe227da23cd74e |
spec/rubocop/cop/style/favor_sprintf_spec.rb | 100644 | 0 | 0 | | | 1.28 KB | 4e6613cad1e19d01b2fd94f79a5e9fd5e603d768099ba3d0ac0d1e774c8f53f7 |
spec/rubocop/cop/style/favor_unless_over_negated_if_spec.rb | 100644 | 0 | 0 | | | 2.34 KB | 9a2c0e2b70938acd41f17b3c1b5e6b72aa9c3fedd3c7d7a27241cefc3e8805c7 |
spec/rubocop/cop/style/favor_until_over_negated_while_spec.rb | 100644 | 0 | 0 | | | 1.37 KB | fa7a351eb95542f4c535086c4650535daebd326b6c13f6325d1b78f412431440 |
spec/rubocop/cop/style/final_newline_spec.rb | 100644 | 0 | 0 | | | 721 Bytes | 842b411a55bcf749dd7c6d9ba0bc3e49818b49d5f927d48c660b754d8f950478 |
spec/rubocop/cop/style/flip_flop_spec.rb | 100644 | 0 | 0 | | | 677 Bytes | 8ae63da3146a9c644d9bf117f4047bb196000ac8414bbe07cac5e63780487590 |
spec/rubocop/cop/style/for_spec.rb | 100644 | 0 | 0 | | | 3.26 KB | dcf0769bdb62f7d5416a547eb6ce1c9fd171c25f632bd2d1dcecbb550a6c20cd |
spec/rubocop/cop/style/global_vars_spec.rb | 100644 | 0 | 0 | | | 859 Bytes | 4f79c6052403ad199eb0d387bfe125df8f8d386a3bdc95692f53213e1612a7f1 |
spec/rubocop/cop/style/hash_methods_spec.rb | 100644 | 0 | 0 | | | 1.23 KB | c99482e0f74e60255b33953c785a8980296672ae7dab5b0744267f3f589b48b6 |
spec/rubocop/cop/style/hash_syntax_spec.rb | 100644 | 0 | 0 | | | 4.56 KB | 073f5c820e5615ad5b93b671355c90b1ea61133be5eba069672af9c7f14b39cd |
spec/rubocop/cop/style/if_unless_modifier_spec.rb | 100644 | 0 | 0 | | | 3.45 KB | f26c36a1b7031297524373b724befdb1d243021c3b867c3ed2fbecb3826653da |
spec/rubocop/cop/style/if_with_semicolon_spec.rb | 100644 | 0 | 0 | | | 529 Bytes | 19e59c847ffb38646d6682917f70ad33f9350dcea9198dd0acbc72139965e5e3 |
spec/rubocop/cop/style/indentation_consistency_spec.rb | 100644 | 0 | 0 | | | 15 KB | d117c92a5abe15d4e6c1303f4f584583fdcfa5046cdc4a8430648bb6fb76e0b2 |
spec/rubocop/cop/style/indentation_width_spec.rb | 100644 | 0 | 0 | | | 14.4 KB | ba95685127cd8e576f98e01f445d7c69b35e740e20783144c1a79cd115519366 |
spec/rubocop/cop/style/lambda_call_spec.rb | 100644 | 0 | 0 | | | 1.86 KB | 9a7ee3ae1bf3f240426e4e1aad117d0105dca1fdc62f259ea30fb7430d38922c |
spec/rubocop/cop/style/lambda_spec.rb | 100644 | 0 | 0 | | | 1.21 KB | f619d1d79dcc807c8d146d4f9b4da6ada00ad9806caa752303d4497aa6ab1755 |
spec/rubocop/cop/style/leading_comment_space_spec.rb | 100644 | 0 | 0 | | | 1.63 KB | bd13ea5b06ebe0d6e3213fd20f78230bad573c835754d34902dd510c80f35589 |
spec/rubocop/cop/style/line_length_spec.rb | 100644 | 0 | 0 | | | 601 Bytes | 20192d67d25d61df9413e1ce5447a4d2888c13d52eecddafad8df7e39246a0fe |
spec/rubocop/cop/style/method_call_parentheses_spec.rb | 100644 | 0 | 0 | | | 1.73 KB | ee0c783ac54a268f8c427f845f282ba870b40a5f8d582fe53eb2cf27f3aca992 |
spec/rubocop/cop/style/method_called_on_do_end_block_spec.rb | 100644 | 0 | 0 | | | 1.69 KB | f322228f5610b93f71451104eced607c579b55588b29ceb3ddf316f6220deed7 |
spec/rubocop/cop/style/method_def_parentheses_spec.rb | 100644 | 0 | 0 | | | 3.32 KB | 54f62a6dde68b6791730ef9a7cc6d1df23b4844c29d002fc34a43032a31a49a5 |
spec/rubocop/cop/style/method_length_spec.rb | 100644 | 0 | 0 | | | 4.67 KB | 1d97dff9ea8ed54935dbcd3fcbbb5209853d5ab821724949a5201942610d6401 |
spec/rubocop/cop/style/method_name_spec.rb | 100644 | 0 | 0 | | | 3.99 KB | 5c1f0623e0fd8294b6b70378880960175d0e4153feffab06a7b8bd611490efcc |
spec/rubocop/cop/style/module_function_spec.rb | 100644 | 0 | 0 | | | 606 Bytes | 4d6aa353a0fdb775480457bab898296929254341e0d8404834db156f393ed829 |
spec/rubocop/cop/style/multiline_block_chain_spec.rb | 100644 | 0 | 0 | | | 2.48 KB | 062c2f037b2bd41d94bd0572e90fd2751796d9c3a076aef2276a8f8c239c7371 |
spec/rubocop/cop/style/multiline_if_then_spec.rb | 100644 | 0 | 0 | | | 2.95 KB | b42dd35d0c1fa04cee0f885284e89ce53c773bca9fff9a6b74528974887b6fa2 |
spec/rubocop/cop/style/multiline_ternary_operator_spec.rb | 100644 | 0 | 0 | | | 488 Bytes | e60f3fa34df38819806d79997e5800d530cf568fada14f58270c22882413552e |
spec/rubocop/cop/style/nested_ternary_operator_spec.rb | 100644 | 0 | 0 | | | 594 Bytes | 98320e7352d4392d0907d2dc11f2e7b34a211ca1532a8a0b4d5f33165ff1fb20 |
spec/rubocop/cop/style/nil_comparison_spec.rb | 100644 | 0 | 0 | | | 690 Bytes | f08845bb1eac55dad187ece531df68a60b51eeb69ec9173973ff6c05c227392b |
spec/rubocop/cop/style/not_spec.rb | 100644 | 0 | 0 | | | 510 Bytes | 4b4441cd24c0fe5ff8960b31b0b9ffadbd5eda30aee6639283625f71449380d7 |
spec/rubocop/cop/style/numeric_literals_spec.rb | 100644 | 0 | 0 | | | 1.93 KB | 213a3d84d6690e31e4334ee122b9408948bdcb0579ffa84387b334baefe0f240 |
spec/rubocop/cop/style/one_line_conditional_spec.rb | 100644 | 0 | 0 | | | 400 Bytes | d400b3c82351e4d7361778010f6fdd4ae7841615d2539ab75d210a9e4d616b08 |
spec/rubocop/cop/style/op_method_spec.rb | 100644 | 0 | 0 | | | 2.12 KB | 961cab38ab0d9dae064375925e1f5cf1fb3519c2d8735699813aa1d725fb72c3 |
spec/rubocop/cop/style/parameter_lists_spec.rb | 100644 | 0 | 0 | | | 1.21 KB | 52562b9a83898fb3abe4bf9103d159e34974e7ccd40ea0b88bfcaf6aa797982f |
spec/rubocop/cop/style/parentheses_around_condition_spec.rb | 100644 | 0 | 0 | | | 4.17 KB | 0ea39bac7b455c33b5561ae8db43b02f0a72e2aea2bb4de1d43ff89cc58c148a |
spec/rubocop/cop/style/perl_backrefs_spec.rb | 100644 | 0 | 0 | | | 411 Bytes | ca768cfd7a27ed3af86c17cb9e7fd095ba6faa8a70f1f6795350a0992db09e5c |
spec/rubocop/cop/style/predicate_name_spec.rb | 100644 | 0 | 0 | | | 742 Bytes | 7daadecc42441bdef6e717d7cb6f7d5dd42bcbf701e1785cd1fb7770109e17e3 |
spec/rubocop/cop/style/proc_spec.rb | 100644 | 0 | 0 | | | 548 Bytes | 797751b9accac85cec46fbb135e51f06c2fe0e8deeadc9274e44dec90461c72e |
spec/rubocop/cop/style/raise_args_spec.rb | 100644 | 0 | 0 | | | 2.62 KB | cab73ef79f8b5083d6176aacb93c3cf1aae4eba229e88f80b295c18aa5a6f859 |
spec/rubocop/cop/style/redundant_begin_spec.rb | 100644 | 0 | 0 | | | 1.31 KB | 7afe68a0896bad4c8e84ba90d87805a73bbec7948a283685a7dd40ec6cdbb4dc |
spec/rubocop/cop/style/redundant_exception_spec.rb | 100644 | 0 | 0 | | | 802 Bytes | 284b9f184a4ddca7f05a9c6d96be8b66cc1249a09c93a79bc1a0ef627892bd93 |
spec/rubocop/cop/style/redundant_return_spec.rb | 100644 | 0 | 0 | | | 4.52 KB | 2cb4fa37df74292d0515dae6bceee29a7487ddea05b7d43fe819217c079494e9 |
spec/rubocop/cop/style/redundant_self_spec.rb | 100644 | 0 | 0 | | | 3.79 KB | 57f48f988d597322d42e1bece429e50271ed227ebb69de80b039ec0820f05dd7 |
spec/rubocop/cop/style/regexp_literal_spec.rb | 100644 | 0 | 0 | | | 2.78 KB | 6ecc380350ae752053bd17dba307da66129f7962337c41e988bfd7f6a4a67c5f |
spec/rubocop/cop/style/rescue_modifier_spec.rb | 100644 | 0 | 0 | | | 3.42 KB | 30edd8d1bc4bd869bac9620f3df7a13a32bebb3563b41db1a576221fc29f5b83 |
spec/rubocop/cop/style/semicolon_spec.rb | 100644 | 0 | 0 | | | 2.95 KB | fdc50a630918d9b70b02b94533739a357a674dbadb796f1e973d0127db62a086 |
spec/rubocop/cop/style/signal_exception_spec.rb | 100644 | 0 | 0 | | | 9.15 KB | 05d412a59ea37ca045422869f64b87bcd518925a028fa625040e9a6897b5145b |
spec/rubocop/cop/style/single_line_block_params_spec.rb | 100644 | 0 | 0 | | | 2.17 KB | ec387b4554b707e4783442052a9b6b567d9ad3afae7dacdb3fbe5e2ce1780344 |
spec/rubocop/cop/style/single_line_methods_spec.rb | 100644 | 0 | 0 | | | 1.67 KB | 69dd4dd173813eea45f21e5f3120b8b24fc3f6469645ab5d91c36998952c9c1c |
spec/rubocop/cop/style/space_after_colon_spec.rb | 100644 | 0 | 0 | | | 1.06 KB | 55d2ff0948c36d9f837a9894047973e35c5872420b5e97c29f0d7dc14119662f |
spec/rubocop/cop/style/space_after_comma_spec.rb | 100644 | 0 | 0 | | | 887 Bytes | 6d2ca5c628b4e5df1048585673a6698121609acc5517ec36ca09b944a69d42a8 |
spec/rubocop/cop/style/space_after_control_keyword_spec.rb | 100644 | 0 | 0 | | | 2.77 KB | fe70bd7366ce5cd9b007f1352bc6f1ca8f15893535703ed39de37648ad0c6638 |
spec/rubocop/cop/style/space_after_method_name_spec.rb | 100644 | 0 | 0 | | | 2.02 KB | 1b686308b9233f2e8102666778f7a212a7e3bc857a8094e884d2b673bbe56036 |
spec/rubocop/cop/style/space_after_not_spec.rb | 100644 | 0 | 0 | | | 545 Bytes | a525e19a3d64ec9d6908f2e8b828c5c68c70b2e053af0a81a38b7685735fc3d1 |
spec/rubocop/cop/style/space_after_semicolon_spec.rb | 100644 | 0 | 0 | | | 627 Bytes | 4411dcc400910b8ed39568b4ab846953d5e5a6f3d3b54ec04afe86d00e0b6ddf |
spec/rubocop/cop/style/space_around_block_braces_spec.rb | 100644 | 0 | 0 | | | 9.61 KB | f6c653b62c9a2ae10303e21de864072b2156c692a1b105b40d5b5732c34cefda |
spec/rubocop/cop/style/space_around_equals_in_parameter_default_spec.rb | 100644 | 0 | 0 | | | 1.06 KB | fdc25e7126bad0d4d58afcf86b728559ee4889ae9837202b34473ca1ba259414 |
spec/rubocop/cop/style/space_around_operators_spec.rb | 100644 | 0 | 0 | | | 10.8 KB | 0eee6fb7c27c8537fb6780b380ac1a9855ee99e4f9d2a64a9c0b969c48509082 |
spec/rubocop/cop/style/space_before_modifier_keyword_spec.rb | 100644 | 0 | 0 | | | 2.87 KB | 534cf44203e8845567de6b198966753d69440f1218ca302c2ccba53f56bd205a |
spec/rubocop/cop/style/space_inside_brackets_spec.rb | 100644 | 0 | 0 | | | 1.56 KB | e9f2c928413d2e6b0fab8d927565c4e076e4b59fe189070279d3a255e4d8a773 |
spec/rubocop/cop/style/space_inside_hash_literal_braces_spec.rb | 100644 | 0 | 0 | | | 4.64 KB | 62d9fcee98efd4412762a0742715a23892b0f4535a93f5c0e9a9d8eff67c4e9a |
spec/rubocop/cop/style/space_inside_parens_spec.rb | 100644 | 0 | 0 | | | 974 Bytes | c84c2b30bbf13f57b641cb5e2e067e228af6bfa3393b2c600b859f631f54d8a7 |
spec/rubocop/cop/style/special_global_vars_spec.rb | 100644 | 0 | 0 | | | 1.57 KB | 638f23b8276c6facc961d88d26bb8040b937a3950e7e53534e8aa1d5b2cdeec6 |
spec/rubocop/cop/style/string_literals_spec.rb | 100644 | 0 | 0 | | | 6.49 KB | 6075b61773dc748b5803c9c0164363fda3ad5e3a9b191014f5fde98d3fcde164 |
spec/rubocop/cop/style/symbol_array_spec.rb | 100644 | 0 | 0 | | | 1007 Bytes | 8f51bf04e9ceee2f48bc362c1619f20be6352a702a37db5bf6f7fa2cd0d40d38 |
spec/rubocop/cop/style/tab_spec.rb | 100644 | 0 | 0 | | | 398 Bytes | b52c4d8524d12743e9a281ad5c276754f755d7a38f179c70d2d65708da54b2e1 |
spec/rubocop/cop/style/trailing_blank_lines_spec.rb | 100644 | 0 | 0 | | | 1.31 KB | 57f4954ad2709a41de8e182ac3786bfedc7c80fcf10c636b4eb517d809df4b12 |
spec/rubocop/cop/style/trailing_comma_spec.rb | 100644 | 0 | 0 | | | 7.28 KB | b545c0a898986608037d9d694519644aabbb63e1955929d30c5184a57a0c6146 |
spec/rubocop/cop/style/trailing_whitespace_spec.rb | 100644 | 0 | 0 | | | 817 Bytes | 4d8be8078276b681df521ff1c87940e89b9ea7f39a5a3125ef642dc5383e154c |
spec/rubocop/cop/style/trivial_accessors_spec.rb | 100644 | 0 | 0 | | | 12.7 KB | f5b5d184df2f765c5a3bdf48f838315eb042f17a8d575dda1480e14f466ad1df |
spec/rubocop/cop/style/unless_else_spec.rb | 100644 | 0 | 0 | | | 685 Bytes | 8bc9a5a68f026f90b2279c3bb55bf2d16dd8717fa41bee4e887af799f3d5da93 |
spec/rubocop/cop/style/variable_interpolation_spec.rb | 100644 | 0 | 0 | | | 1.46 KB | c64c43ad11e75d15d56b1e2326d94d686ae3144f5a508cac512954666cd66481 |
spec/rubocop/cop/style/variable_name_spec.rb | 100644 | 0 | 0 | | | 3.33 KB | 03d5522e8d61a2cc1de3ab503426ed4d61c69443d3986371a5b45e3fae19e0c8 |
spec/rubocop/cop/style/when_then_spec.rb | 100644 | 0 | 0 | | | 1.19 KB | cb3e3d253a398ec2cffd7fb753837389834924edca4e6c63c6586dcfe53ef260 |
spec/rubocop/cop/style/while_until_do_spec.rb | 100644 | 0 | 0 | | | 1.52 KB | 307b805f42238b6f5bfaf01210dcb15b4ec1f25a4177ada5fc437955c2a64208 |
spec/rubocop/cop/style/while_until_modifier_spec.rb | 100644 | 0 | 0 | | | 2.01 KB | 33180015062abfb9ea0a1e43161a90606aa78507a3e16d75b4ed5a3cf0e8d072 |
spec/rubocop/cop/style/word_array_spec.rb | 100644 | 0 | 0 | | | 2.5 KB | f586f4f53c1219842a108065abfbdd1efa89b5fd07612cca6dda03019966f5a5 |
spec/rubocop/cop/team_spec.rb | 100644 | 0 | 0 | | | 3.94 KB | d87dae97e9e0d42c7d5461449397d1fe4a4730de7e9263286d4bbef15c92e8ab |
spec/rubocop/cop/util_spec.rb | 100644 | 0 | 0 | | | 1.04 KB | 4e8b85a330c5a99cfb505df8661760fcd8a43c8a3e7ca3fcb737ca02f3f40f7a |
spec/rubocop/cop/variable_inspector/assignment_spec.rb | 100644 | 0 | 0 | | | 4.46 KB | d5c23e5aeca5bc7280f28354de5185e363742efa2482f36376e14ac2118708fc |
spec/rubocop/cop/variable_inspector/locatable_spec.rb | 100644 | 0 | 0 | | | 15.7 KB | ed30d86a97af126cb33110ea4cd11b53f5010807281522a5babab89e3f1b9aab |
spec/rubocop/cop/variable_inspector/scope_spec.rb | 100644 | 0 | 0 | | | 3.92 KB | a2beb71046f3119f6830af01b5b64f7a8e2fd78cda4ade7b85cb29fdae1ba880 |
spec/rubocop/cop/variable_inspector/variable_spec.rb | 100644 | 0 | 0 | | | 1.74 KB | 2e1d260d10f3907aed3a03b2caa36b16cb991b81a53a0e9b0cc69f1ee3239127 |
spec/rubocop/cop/variable_inspector/variable_table_spec.rb | 100644 | 0 | 0 | | | 8.06 KB | d40efe47cf76f95ddc511829655e7e7d96eaf21105dfe67bd9023b01eb7e79a1 |
spec/rubocop/cop/variable_inspector_spec.rb | 100644 | 0 | 0 | | | 618 Bytes | 8f2007eceb8ae897140c0731a5cfe33ebdfcf0d0a36cf9c3f974dbe7d8c98e46 |
spec/rubocop/file_inspector_spec.rb | 100644 | 0 | 0 | | | 2.11 KB | 7d7cace1e7fdd9066fef53d62af57350f90faf4d9a395bfc32a4286d7e0ac39f |
spec/rubocop/formatter/base_formatter_spec.rb | 100644 | 0 | 0 | | | 5.27 KB | ebb174b7e84343b985fccc674297493d576257f64024cd209566504d896d0f55 |
spec/rubocop/formatter/clang_style_formatter_spec.rb | 100644 | 0 | 0 | | | 4.1 KB | 5161ffcfd49269c5374be6307dc4ac414b860bc7ee3dd7e713c9584be27443f3 |
spec/rubocop/formatter/colorizable_spec.rb | 100644 | 0 | 0 | | | 2.39 KB | 8e244ae54add6829b1b294156429083071ef030d1936b7ca2140abe50b211c99 |
spec/rubocop/formatter/disabled_config_formatter_spec.rb | 100644 | 0 | 0 | | | 1.71 KB | 3c70a28350d236aa71e5154464f0cf5fc4440419a93cdbef2c1d4417f6a000f0 |
spec/rubocop/formatter/emacs_style_formatter_spec.rb | 100644 | 0 | 0 | | | 1.87 KB | f017362180ff9c048ae31f01921d35f5d57295303cb4a1f0c61a348ba406d422 |
spec/rubocop/formatter/file_list_formatter_spec.rb | 100644 | 0 | 0 | | | 1005 Bytes | b2ff137d89659a66268c3da4f8b667fd7046df7d28d4706c8f15361dd8102ad2 |
spec/rubocop/formatter/formatter_set_spec.rb | 100644 | 0 | 0 | | | 4.14 KB | cff73677caaf28b30167f4b04d29d58a1e62e1cae4c04f2642f5926f6cc537f9 |
spec/rubocop/formatter/json_formatter_spec.rb | 100644 | 0 | 0 | | | 4.34 KB | 2fd03659fa8c6aedcb0989e45bff4163fa68da7dab54fad07e037432cfac0c9a |
spec/rubocop/formatter/offence_count_formatter_spec.rb | 100644 | 0 | 0 | | | 1.43 KB | 0fff534f6947bf8bf7eb4c551ca2d43b55d8b6849e43d78e888b53a23a855e8b |
spec/rubocop/formatter/progress_formatter_spec.rb | 100644 | 0 | 0 | | | 4.99 KB | 62f137957bea32c28af42d22244d1a4a3f65839532f75f14d36d1e2367848426 |
spec/rubocop/formatter/simple_text_formatter_spec.rb | 100644 | 0 | 0 | | | 3.61 KB | 9c09d388f15107ab356b7b0e21bbddb249a46efa5677c39346e1216086aaeb8a |
spec/rubocop/options_spec.rb | 100644 | 0 | 0 | | | 4.93 KB | 26e4a493c73c3cd85ab4ac2ac4446df51766af07692105b16137c9cc78867b27 |
spec/rubocop/processed_source_spec.rb | 100644 | 0 | 0 | | | 2.53 KB | 406c35e97f94d5e96af99f71ba5e2a243fb39cda03745d9da6581386504d852c |
spec/rubocop/source_parser_spec.rb | 100644 | 0 | 0 | | | 3.61 KB | f5d4b0cec6f711df832a9f6b4e97eac50910b1329154cb0a68228b0b884983c2 |
spec/rubocop/target_finder_spec.rb | 100644 | 0 | 0 | | | 5.14 KB | cf7a1f4c13abaf6bc67bdf6c10da8936c2fea6f7e79328e0e887bb292576ad4c |
spec/rubocop/token_spec.rb | 100644 | 0 | 0 | | | 642 Bytes | b6e5bdb5b8a12ded973ebc216ee548b8929d96eb9d125ff1d9174d2f69e7fb53 |
spec/spec_helper.rb | 100644 | 0 | 0 | | | 3.46 KB | 1f95171c98fd7da0646b9be044cc456e3796ab84c8e0fee1c60e9985c982ac3d |
spec/support/ast_helper.rb | 100644 | 0 | 0 | | | 288 Bytes | 5693d9507fbf47089fcb812d4c99842c1e07819ff860f8ae676170f2425a8cf5 |
spec/support/file_helper.rb | 100644 | 0 | 0 | | | 428 Bytes | 6a0aa942b91a5a556c83c8d7cbe76ee42bed58541f66e0e2d6f6b9c6da788aaa |
spec/support/isolated_environment.rb | 100644 | 0 | 0 | | | 887 Bytes | 9833df0cef6147685a708aad096d360b59fb0af31d31d0f8f200246c5d40a88b |
spec/support/mri_syntax_checker.rb | 100644 | 0 | 0 | | | 2.1 KB | 080d5e7bd217fad0179a74993c5b9fe909c4fced768bf4970a20c126c6614d15 |
spec/support/shared_context.rb | 100644 | 0 | 0 | | | 550 Bytes | 0d995b8b16f8ab59dbddd324cd6e8a1ed42c133f60c2d1a7f4b278e1182c0bd0 |
spec/support/shared_examples.rb | 100644 | 0 | 0 | | | 1 KB | 8064da5a273424265a431f2601b3da3b7a56e5ea14056a0ef4eb5e3b9abd5e5d |
spec/support/statement_modifier_helper.rb | 100644 | 0 | 0 | | | 1.19 KB | 4114d68a0c7d068c85400998fa948663d45c2ae360aeffb13f19b7c7c83d032e |