Sprankelprachtig aan/afmeldsysteem

.rubocop.yml 18KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607
  1. # This configuration was generated by
  2. # `rubocop --auto-gen-config`
  3. # on 2018-12-24 11:44:14 +0100 using RuboCop version 0.60.0.
  4. # The point is for the user to remove these configuration records
  5. # one by one as the offenses are removed from the code base.
  6. # Note that changes in the inspected code, or installation of new
  7. # versions of RuboCop, may require this file to be generated again.
  8. AllCops:
  9. Exclude:
  10. - 'db/schema.rb'
  11. # Offense count: 6
  12. # Cop supports --auto-correct.
  13. # Configuration parameters: EnforcedHashRocketStyle, EnforcedColonStyle, EnforcedLastArgumentHashStyle.
  14. # SupportedHashRocketStyles: key, separator, table
  15. # SupportedColonStyles: key, separator, table
  16. # SupportedLastArgumentHashStyles: always_inspect, always_ignore, ignore_implicit, ignore_explicit
  17. Layout/AlignHash:
  18. Exclude:
  19. - 'app/models/token.rb'
  20. - 'app/views/api/activities/show.rabl'
  21. - 'db/seeds.rb'
  22. # Offense count: 10
  23. # Cop supports --auto-correct.
  24. # Configuration parameters: EnforcedStyle, IndentationWidth.
  25. # SupportedStyles: with_first_parameter, with_fixed_indentation
  26. Layout/AlignParameters:
  27. Exclude:
  28. - 'app/models/activity.rb'
  29. - 'app/models/group.rb'
  30. - 'app/models/member.rb'
  31. - 'app/models/participant.rb'
  32. - 'app/models/person.rb'
  33. # Offense count: 20
  34. # Cop supports --auto-correct.
  35. # Configuration parameters: AllowForAlignment, ForceEqualSignAlignment.
  36. Layout/ExtraSpacing:
  37. Exclude:
  38. - 'app/controllers/activities_controller.rb'
  39. - 'db/schema.rb'
  40. - 'test/controllers/activities_controller_test.rb'
  41. - 'test/controllers/api/activities_controller_test.rb'
  42. - 'test/controllers/api/groups_controller_test.rb'
  43. - 'test/controllers/api/people_controller_test.rb'
  44. - 'test/controllers/groups_controller_test.rb'
  45. - 'test/controllers/members_controller_test.rb'
  46. - 'test/controllers/people_controller_test.rb'
  47. # Offense count: 2
  48. # Cop supports --auto-correct.
  49. # Configuration parameters: EnforcedStyle, IndentationWidth.
  50. # SupportedStyles: special_inside_parentheses, consistent, align_braces
  51. Layout/IndentHash:
  52. Exclude:
  53. - 'config/environments/development.rb'
  54. - 'config/environments/production.rb'
  55. # Offense count: 18
  56. # Cop supports --auto-correct.
  57. # Configuration parameters: Width, IgnoredPatterns.
  58. Layout/IndentationWidth:
  59. Exclude:
  60. - 'app/controllers/activities_controller.rb'
  61. - 'app/controllers/api/people_controller.rb'
  62. - 'app/controllers/groups_controller.rb'
  63. - 'app/controllers/members_controller.rb'
  64. - 'app/controllers/people_controller.rb'
  65. - 'app/models/activity.rb'
  66. # Offense count: 1
  67. # Cop supports --auto-correct.
  68. Layout/LeadingCommentSpace:
  69. Exclude:
  70. - 'config/initializers/assets.rb'
  71. # Offense count: 1
  72. # Cop supports --auto-correct.
  73. Layout/MultilineBlockLayout:
  74. Exclude:
  75. - 'app/models/activity.rb'
  76. # Offense count: 75
  77. # Cop supports --auto-correct.
  78. # Configuration parameters: EnforcedStyle, IndentationWidth.
  79. # SupportedStyles: aligned, indented, indented_relative_to_receiver
  80. Layout/MultilineMethodCallIndentation:
  81. Exclude:
  82. - 'app/controllers/activities_controller.rb'
  83. - 'app/controllers/dashboard_controller.rb'
  84. - 'app/controllers/groups_controller.rb'
  85. - 'app/controllers/members_controller.rb'
  86. - 'app/mailers/participant_mailer.rb'
  87. - 'app/models/activity.rb'
  88. - 'app/models/person.rb'
  89. # Offense count: 7
  90. # Cop supports --auto-correct.
  91. # Configuration parameters: EnforcedStyle, IndentationWidth.
  92. # SupportedStyles: aligned, indented
  93. Layout/MultilineOperationIndentation:
  94. Exclude:
  95. - 'app/helpers/authentication_helper.rb'
  96. - 'app/models/activity.rb'
  97. - 'app/models/participant.rb'
  98. # Offense count: 2
  99. # Cop supports --auto-correct.
  100. # Configuration parameters: EnforcedStyle.
  101. # SupportedStyles: space, no_space
  102. Layout/SpaceAroundEqualsInParameterDefault:
  103. Exclude:
  104. - 'app/helpers/authentication_helper.rb'
  105. - 'app/models/activity.rb'
  106. # Offense count: 1
  107. # Cop supports --auto-correct.
  108. # Configuration parameters: AllowForAlignment.
  109. Layout/SpaceAroundOperators:
  110. Exclude:
  111. - 'app/controllers/activities_controller.rb'
  112. # Offense count: 7
  113. # Cop supports --auto-correct.
  114. # Configuration parameters: EnforcedStyle, EnforcedStyleForEmptyBraces.
  115. # SupportedStyles: space, no_space
  116. # SupportedStylesForEmptyBraces: space, no_space
  117. Layout/SpaceBeforeBlockBraces:
  118. Exclude:
  119. - 'app/controllers/activities_controller.rb'
  120. - 'app/controllers/api/activities_controller.rb'
  121. - 'app/controllers/groups_controller.rb'
  122. # Offense count: 4
  123. # Cop supports --auto-correct.
  124. # Configuration parameters: EnforcedStyle, EnforcedStyleForEmptyBrackets.
  125. # SupportedStyles: space, no_space, compact
  126. # SupportedStylesForEmptyBrackets: space, no_space
  127. Layout/SpaceInsideArrayLiteralBrackets:
  128. Exclude:
  129. - 'app/controllers/members_controller.rb'
  130. - 'config/environments/production.rb'
  131. # Offense count: 9
  132. # Cop supports --auto-correct.
  133. # Configuration parameters: EnforcedStyle, EnforcedStyleForEmptyBraces, SpaceBeforeBlockParameters.
  134. # SupportedStyles: space, no_space
  135. # SupportedStylesForEmptyBraces: space, no_space
  136. Layout/SpaceInsideBlockBraces:
  137. Exclude:
  138. - 'app/controllers/activities_controller.rb'
  139. - 'app/controllers/api/activities_controller.rb'
  140. - 'app/controllers/groups_controller.rb'
  141. - 'config/puma.rb'
  142. # Offense count: 20
  143. # Cop supports --auto-correct.
  144. # Configuration parameters: EnforcedStyle, EnforcedStyleForEmptyBraces.
  145. # SupportedStyles: space, no_space, compact
  146. # SupportedStylesForEmptyBraces: space, no_space
  147. Layout/SpaceInsideHashLiteralBraces:
  148. Exclude:
  149. - 'app/models/activity.rb'
  150. - 'app/models/person.rb'
  151. - 'config/environments/production.rb'
  152. - 'test/controllers/activities_controller_test.rb'
  153. - 'test/controllers/api/activities_controller_test.rb'
  154. - 'test/controllers/api/groups_controller_test.rb'
  155. - 'test/controllers/api/people_controller_test.rb'
  156. - 'test/controllers/groups_controller_test.rb'
  157. - 'test/controllers/members_controller_test.rb'
  158. - 'test/controllers/people_controller_test.rb'
  159. # Offense count: 4
  160. # Cop supports --auto-correct.
  161. # Configuration parameters: EnforcedStyle.
  162. # SupportedStyles: space, no_space
  163. Layout/SpaceInsideParens:
  164. Exclude:
  165. - 'app/controllers/activities_controller.rb'
  166. # Offense count: 1
  167. # Cop supports --auto-correct.
  168. # Configuration parameters: IndentationWidth.
  169. Layout/Tab:
  170. Exclude:
  171. - 'config/puma.rb'
  172. # Offense count: 1
  173. # Configuration parameters: AllowSafeAssignment.
  174. Lint/AssignmentInCondition:
  175. Exclude:
  176. - 'bin/spring'
  177. # Offense count: 1
  178. # Configuration parameters: Whitelist.
  179. # Whitelist: present?, blank?, presence, try, try!
  180. Lint/SafeNavigationChain:
  181. Exclude:
  182. - 'app/controllers/api_controller.rb'
  183. # Offense count: 4
  184. Lint/ShadowingOuterLocalVariable:
  185. Exclude:
  186. - 'db/seeds.rb'
  187. # Offense count: 2
  188. # Cop supports --auto-correct.
  189. # Configuration parameters: IgnoreEmptyBlocks, AllowUnusedKeywordArguments.
  190. Lint/UnusedBlockArgument:
  191. Exclude:
  192. - 'db/seeds.rb'
  193. # Offense count: 1
  194. # Cop supports --auto-correct.
  195. # Configuration parameters: AllowUnusedKeywordArguments, IgnoreEmptyMethods.
  196. Lint/UnusedMethodArgument:
  197. Exclude:
  198. - 'app/helpers/application_helper.rb'
  199. # Offense count: 8
  200. Lint/UselessAssignment:
  201. Exclude:
  202. - 'app/helpers/authentication_helper.rb'
  203. - 'db/seeds.rb'
  204. # Offense count: 30
  205. Metrics/AbcSize:
  206. Max: 71
  207. # Offense count: 6
  208. # Configuration parameters: CountComments, ExcludedMethods.
  209. # ExcludedMethods: refine
  210. Metrics/BlockLength:
  211. Max: 119
  212. # Offense count: 6
  213. # Configuration parameters: CountComments.
  214. Metrics/ClassLength:
  215. Max: 254
  216. # Offense count: 5
  217. Metrics/CyclomaticComplexity:
  218. Max: 12
  219. # Offense count: 35
  220. # Configuration parameters: CountComments, ExcludedMethods.
  221. Metrics/MethodLength:
  222. Max: 50
  223. # Offense count: 1
  224. # Configuration parameters: CountComments.
  225. Metrics/ModuleLength:
  226. Max: 105
  227. # Offense count: 3
  228. Metrics/PerceivedComplexity:
  229. Max: 13
  230. # Offense count: 1
  231. Naming/AccessorMethodName:
  232. Exclude:
  233. - 'app/helpers/authentication_helper.rb'
  234. # Offense count: 5
  235. # Configuration parameters: NamePrefix, NamePrefixBlacklist, NameWhitelist, MethodDefinitionMacros.
  236. # NamePrefix: is_, has_, have_
  237. # NamePrefixBlacklist: is_, has_, have_
  238. # NameWhitelist: is_a?
  239. # MethodDefinitionMacros: define_method, define_singleton_method
  240. Naming/PredicateName:
  241. Exclude:
  242. - 'spec/**/*'
  243. - 'app/helpers/authentication_helper.rb'
  244. - 'app/models/activity.rb'
  245. - 'app/models/group.rb'
  246. # Offense count: 2
  247. # Cop supports --auto-correct.
  248. Performance/Casecmp:
  249. Exclude:
  250. - 'app/models/activity.rb'
  251. # Offense count: 7
  252. # Cop supports --auto-correct.
  253. # Configuration parameters: EnforcedStyle.
  254. # SupportedStyles: always, conditionals
  255. Style/AndOr:
  256. Exclude:
  257. - 'app/controllers/authentication_controller.rb'
  258. - 'app/models/activity.rb'
  259. - 'app/models/user.rb'
  260. # Offense count: 9
  261. # Cop supports --auto-correct.
  262. # Configuration parameters: EnforcedStyle, ProceduralMethods, FunctionalMethods, IgnoredMethods.
  263. # SupportedStyles: line_count_based, semantic, braces_for_chaining
  264. # ProceduralMethods: benchmark, bm, bmbm, create, each_with_object, measure, new, realtime, tap, with_object
  265. # FunctionalMethods: let, let!, subject, watch
  266. # IgnoredMethods: lambda, proc, it
  267. Style/BlockDelimiters:
  268. Exclude:
  269. - 'app/controllers/activities_controller.rb'
  270. - 'app/controllers/groups_controller.rb'
  271. - 'app/controllers/members_controller.rb'
  272. # Offense count: 3
  273. # Cop supports --auto-correct.
  274. # Configuration parameters: EnforcedStyle.
  275. # SupportedStyles: braces, no_braces, context_dependent
  276. Style/BracesAroundHashParameters:
  277. Exclude:
  278. - 'app/models/activity.rb'
  279. - 'app/models/person.rb'
  280. - 'config/environments/production.rb'
  281. # Offense count: 13
  282. # Cop supports --auto-correct.
  283. # Configuration parameters: AutoCorrect, EnforcedStyle.
  284. # SupportedStyles: nested, compact
  285. Style/ClassAndModuleChildren:
  286. Exclude:
  287. - 'app/controllers/api/activities_controller.rb'
  288. - 'app/controllers/api/groups_controller.rb'
  289. - 'app/controllers/api/me_controller.rb'
  290. - 'app/controllers/api/people_controller.rb'
  291. - 'app/helpers/api/activities_helper.rb'
  292. - 'app/helpers/api/groups_helper.rb'
  293. - 'app/helpers/api/me_helper.rb'
  294. - 'app/helpers/api/people_helper.rb'
  295. - 'test/controllers/api/activities_controller_test.rb'
  296. - 'test/controllers/api/groups_controller_test.rb'
  297. - 'test/controllers/api/me_controller_test.rb'
  298. - 'test/controllers/api/people_controller_test.rb'
  299. - 'test/test_helper.rb'
  300. # Offense count: 2
  301. # Cop supports --auto-correct.
  302. Style/ClassMethods:
  303. Exclude:
  304. - 'app/models/session.rb'
  305. # Offense count: 4
  306. # Cop supports --auto-correct.
  307. Style/ColonMethodCall:
  308. Exclude:
  309. - 'app/controllers/authentication_controller.rb'
  310. - 'app/models/token.rb'
  311. # Offense count: 9
  312. # Cop supports --auto-correct.
  313. # Configuration parameters: EnforcedStyle, SingleLineConditionsOnly, IncludeTernaryExpressions.
  314. # SupportedStyles: assign_to_condition, assign_inside_condition
  315. Style/ConditionalAssignment:
  316. Exclude:
  317. - 'app/controllers/activities_controller.rb'
  318. - 'app/controllers/api/activities_controller.rb'
  319. - 'app/controllers/groups_controller.rb'
  320. - 'app/mailers/participant_mailer.rb'
  321. - 'db/seeds.rb'
  322. # Offense count: 8
  323. # Configuration parameters: AllowCoercion.
  324. Style/DateTime:
  325. Exclude:
  326. - 'app/controllers/api/groups_controller.rb'
  327. - 'app/controllers/authentication_controller.rb'
  328. - 'app/controllers/dashboard_controller.rb'
  329. - 'app/helpers/authentication_helper.rb'
  330. - 'app/models/group.rb'
  331. - 'db/seeds.rb'
  332. # Offense count: 55
  333. Style/Documentation:
  334. Enabled: false
  335. # Offense count: 7
  336. # Cop supports --auto-correct.
  337. # Configuration parameters: EnforcedStyle.
  338. # SupportedStyles: compact, expanded
  339. Style/EmptyMethod:
  340. Exclude:
  341. - 'app/controllers/activities_controller.rb'
  342. - 'app/controllers/api/people_controller.rb'
  343. - 'app/controllers/groups_controller.rb'
  344. - 'app/controllers/members_controller.rb'
  345. - 'app/controllers/people_controller.rb'
  346. - 'db/migrate/20180904163645_generate_calendar_tokens.rb'
  347. # Offense count: 6
  348. # Cop supports --auto-correct.
  349. Style/ExpandPathArguments:
  350. Exclude:
  351. - 'bin/bundle'
  352. - 'bin/rails'
  353. - 'bin/rake'
  354. - 'bin/setup'
  355. - 'bin/update'
  356. - 'test/test_helper.rb'
  357. # Offense count: 140
  358. # Cop supports --auto-correct.
  359. # Configuration parameters: EnforcedStyle.
  360. # SupportedStyles: when_needed, always, never
  361. Style/FrozenStringLiteralComment:
  362. Enabled: false
  363. # Offense count: 14
  364. # Configuration parameters: MinBodyLength.
  365. Style/GuardClause:
  366. Exclude:
  367. - 'app/controllers/people_controller.rb'
  368. - 'app/helpers/activities_helper.rb'
  369. - 'app/helpers/authentication_helper.rb'
  370. - 'app/helpers/groups_helper.rb'
  371. - 'app/models/activity.rb'
  372. - 'app/models/person.rb'
  373. - 'app/models/user.rb'
  374. # Offense count: 1
  375. # Cop supports --auto-correct.
  376. # Configuration parameters: EnforcedStyle, UseHashRocketsWithSymbolValues, PreferHashRocketsForNonAlnumEndingSymbols.
  377. # SupportedStyles: ruby19, hash_rockets, no_mixed_keys, ruby19_no_mixed_keys
  378. Style/HashSyntax:
  379. Exclude:
  380. - 'lib/tasks/sessions.rake'
  381. # Offense count: 20
  382. # Cop supports --auto-correct.
  383. Style/IfUnlessModifier:
  384. Exclude:
  385. - 'app/controllers/activities_controller.rb'
  386. - 'app/controllers/authentication_controller.rb'
  387. - 'app/controllers/people_controller.rb'
  388. - 'app/helpers/authentication_helper.rb'
  389. - 'app/models/activity.rb'
  390. - 'app/models/person.rb'
  391. - 'app/models/user.rb'
  392. - 'config/puma.rb'
  393. # Offense count: 1
  394. # Cop supports --auto-correct.
  395. # Configuration parameters: EnforcedStyle.
  396. # SupportedStyles: require_parentheses, require_no_parentheses, require_no_parentheses_except_multiline
  397. Style/MethodDefParentheses:
  398. Exclude:
  399. - 'app/helpers/dashboard_helper.rb'
  400. # Offense count: 2
  401. Style/MixinUsage:
  402. Exclude:
  403. - 'bin/setup'
  404. - 'bin/update'
  405. # Offense count: 1
  406. Style/MultilineTernaryOperator:
  407. Exclude:
  408. - 'app/models/session.rb'
  409. # Offense count: 3
  410. # Cop supports --auto-correct.
  411. Style/MutableConstant:
  412. Exclude:
  413. - 'app/models/participant.rb'
  414. - 'app/models/token.rb'
  415. # Offense count: 18
  416. # Cop supports --auto-correct.
  417. # Configuration parameters: EnforcedStyle.
  418. # SupportedStyles: both, prefix, postfix
  419. Style/NegatedIf:
  420. Exclude:
  421. - 'app/controllers/activities_controller.rb'
  422. - 'app/controllers/authentication_controller.rb'
  423. - 'app/controllers/dashboard_controller.rb'
  424. - 'app/controllers/members_controller.rb'
  425. - 'app/helpers/activities_helper.rb'
  426. - 'app/helpers/authentication_helper.rb'
  427. - 'app/helpers/groups_helper.rb'
  428. - 'app/models/activity.rb'
  429. - 'app/models/member.rb'
  430. - 'app/models/person.rb'
  431. # Offense count: 1
  432. # Cop supports --auto-correct.
  433. # Configuration parameters: EnforcedStyle, MinBodyLength.
  434. # SupportedStyles: skip_modifier_ifs, always
  435. Style/Next:
  436. Exclude:
  437. - 'db/seeds.rb'
  438. # Offense count: 12
  439. # Cop supports --auto-correct.
  440. Style/Not:
  441. Exclude:
  442. - 'app/controllers/authentication_controller.rb'
  443. - 'app/controllers/members_controller.rb'
  444. - 'app/helpers/authentication_helper.rb'
  445. - 'app/models/activity.rb'
  446. - 'app/models/member.rb'
  447. - 'app/models/person.rb'
  448. # Offense count: 1
  449. # Cop supports --auto-correct.
  450. # Configuration parameters: Strict.
  451. Style/NumericLiterals:
  452. MinDigits: 15
  453. # Offense count: 1
  454. # Cop supports --auto-correct.
  455. # Configuration parameters: PreferredDelimiters.
  456. Style/PercentLiteralDelimiters:
  457. Exclude:
  458. - 'config/spring.rb'
  459. # Offense count: 2
  460. # Cop supports --auto-correct.
  461. Style/Proc:
  462. Exclude:
  463. - 'app/models/activity.rb'
  464. # Offense count: 5
  465. # Cop supports --auto-correct.
  466. Style/RedundantParentheses:
  467. Exclude:
  468. - 'db/seeds.rb'
  469. # Offense count: 5
  470. # Cop supports --auto-correct.
  471. # Configuration parameters: AllowMultipleReturnValues.
  472. Style/RedundantReturn:
  473. Exclude:
  474. - 'app/helpers/authentication_helper.rb'
  475. - 'app/models/activity.rb'
  476. - 'app/models/person.rb'
  477. # Offense count: 85
  478. # Cop supports --auto-correct.
  479. Style/RedundantSelf:
  480. Exclude:
  481. - 'app/models/activity.rb'
  482. - 'app/models/group.rb'
  483. - 'app/models/member.rb'
  484. - 'app/models/participant.rb'
  485. - 'app/models/person.rb'
  486. - 'app/models/subgroup.rb'
  487. - 'app/models/token.rb'
  488. - 'app/models/user.rb'
  489. # Offense count: 3
  490. # Cop supports --auto-correct.
  491. # Configuration parameters: ConvertCodeThatCanStartToReturnNil, Whitelist.
  492. # Whitelist: present?, blank?, presence, try, try!
  493. Style/SafeNavigation:
  494. Exclude:
  495. - 'app/controllers/authentication_controller.rb'
  496. - 'app/models/person.rb'
  497. # Offense count: 215
  498. # Cop supports --auto-correct.
  499. # Configuration parameters: EnforcedStyle, ConsistentQuotesInMultiline.
  500. # SupportedStyles: single_quotes, double_quotes
  501. Style/StringLiterals:
  502. Enabled: false
  503. # Offense count: 18
  504. # Cop supports --auto-correct.
  505. # Configuration parameters: MinSize.
  506. # SupportedStyles: percent, brackets
  507. Style/SymbolArray:
  508. EnforcedStyle: brackets
  509. # Offense count: 5
  510. # Cop supports --auto-correct.
  511. # Configuration parameters: IgnoredMethods.
  512. # IgnoredMethods: respond_to, define_method
  513. Style/SymbolProc:
  514. Exclude:
  515. - 'app/controllers/activities_controller.rb'
  516. - 'app/models/activity.rb'
  517. - 'app/models/member.rb'
  518. - 'db/migrate/20180904163645_generate_calendar_tokens.rb'
  519. # Offense count: 1
  520. # Cop supports --auto-correct.
  521. # Configuration parameters: EnforcedStyleForMultiline.
  522. # SupportedStylesForMultiline: comma, consistent_comma, no_comma
  523. Style/TrailingCommaInArguments:
  524. Exclude:
  525. - 'app/models/activity.rb'
  526. # Offense count: 3
  527. # Cop supports --auto-correct.
  528. # Configuration parameters: WordRegex.
  529. # SupportedStyles: percent, brackets
  530. Style/WordArray:
  531. EnforcedStyle: percent
  532. MinSize: 3
  533. # Offense count: 142
  534. # Configuration parameters: AllowHeredoc, AllowURI, URISchemes, IgnoreCopDirectives, IgnoredPatterns.
  535. # URISchemes: http, https
  536. Metrics/LineLength:
  537. Max: 200