todo.yml 22 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562
  1. Style/Documentation:
  2. Enabled: false
  3. Lint/MissingCopEnableDirective:
  4. Exclude:
  5. - 'lib/import/factory.rb'
  6. - 'lib/import/helper.rb'
  7. - 'lib/import/otrs/async.rb'
  8. - 'lib/import/otrs/history.rb'
  9. - 'lib/import/otrs/priority_factory.rb'
  10. - 'lib/import/otrs/state_factory.rb'
  11. - 'lib/import/otrs/user_factory.rb'
  12. - 'lib/import/transaction_factory.rb'
  13. Metrics/AbcSize:
  14. Max: 34
  15. Exclude:
  16. - 'app/controllers/application_controller/authenticates.rb'
  17. - 'app/controllers/application_controller/handles_devices.rb'
  18. - 'app/controllers/application_controller/handles_errors.rb'
  19. - 'app/controllers/application_controller/logs_http_access.rb'
  20. - 'app/controllers/channels_email_controller.rb'
  21. - 'app/controllers/concerns/creates_ticket_articles.rb'
  22. - 'app/controllers/first_steps_controller.rb'
  23. - 'app/controllers/form_controller.rb'
  24. - 'app/controllers/getting_started_controller.rb'
  25. - 'app/controllers/import_otrs_controller.rb'
  26. - 'app/controllers/import_zendesk_controller.rb'
  27. - 'app/controllers/integration/check_mk_controller.rb'
  28. - 'app/controllers/knowledge_base/search_controller.rb'
  29. - 'app/controllers/object_manager_attributes_controller.rb'
  30. - 'app/controllers/organizations_controller.rb'
  31. - 'app/controllers/reports_controller.rb'
  32. - 'app/controllers/sessions_controller.rb'
  33. - 'app/controllers/ticket_articles_controller.rb'
  34. - 'app/controllers/ticket_overviews_controller.rb'
  35. - 'app/controllers/tickets_controller.rb'
  36. - 'app/controllers/time_accountings_controller.rb'
  37. - 'app/controllers/user_access_token_controller.rb'
  38. - 'app/controllers/users_controller.rb'
  39. - 'app/jobs/communicate_facebook_job.rb'
  40. - 'app/jobs/communicate_sms_job.rb'
  41. - 'app/jobs/communicate_telegram_job.rb'
  42. - 'app/jobs/communicate_twitter_job.rb'
  43. - 'app/jobs/ticket_article_communicate_email_job.rb'
  44. - 'app/models/activity_stream/assets.rb'
  45. - 'app/models/application_model/can_associations.rb'
  46. - 'app/models/application_model/can_cleanup_param.rb'
  47. - 'app/models/application_model/checks_attribute_values_and_length.rb'
  48. - 'app/models/authorization.rb'
  49. - 'app/models/avatar.rb'
  50. - 'app/models/calendar.rb'
  51. - 'app/models/channel.rb'
  52. - 'app/models/channel/assets.rb'
  53. - 'app/models/channel/driver/imap.rb'
  54. - 'app/models/channel/driver/pop3.rb'
  55. - 'app/models/channel/driver/smtp.rb'
  56. - 'app/models/channel/driver/twitter.rb'
  57. - 'app/models/channel/email_build.rb'
  58. - 'app/models/channel/email_parser.rb'
  59. - 'app/models/channel/filter/auto_response_check.rb'
  60. - 'app/models/channel/filter/bounce_delivery_permanent_failed.rb'
  61. - 'app/models/channel/filter/bounce_follow_up_check.rb'
  62. - 'app/models/channel/filter/database.rb'
  63. - 'app/models/channel/filter/follow_up_check.rb'
  64. - 'app/models/channel/filter/identify_sender.rb'
  65. - 'app/models/channel/filter/monitoring_base.rb'
  66. - 'app/models/channel/filter/reply_to_based_sender.rb'
  67. - 'app/models/channel/filter/sender_is_system_address.rb'
  68. - 'app/models/chat/session/assets.rb'
  69. - 'app/models/concerns/can_clone_attachments.rb'
  70. - 'app/models/concerns/can_csv_import.rb'
  71. - 'app/models/concerns/has_history.rb'
  72. - 'app/models/concerns/has_rich_text.rb'
  73. - 'app/models/cti/caller_id.rb'
  74. - 'app/models/cti/driver/base.rb'
  75. - 'app/models/cti/driver/placetel.rb'
  76. - 'app/models/cti/driver/sipgate_io.rb'
  77. - 'app/models/cti/log.rb'
  78. - 'app/models/history.rb'
  79. - 'app/models/link.rb'
  80. - 'app/models/object_manager/attribute.rb'
  81. - 'app/models/online_notification/assets.rb'
  82. - 'app/models/organization/assets.rb'
  83. - 'app/models/organization/search.rb'
  84. - 'app/models/overview/assets.rb'
  85. - 'app/models/package.rb'
  86. - 'app/models/package/migration.rb'
  87. - 'app/models/report.rb'
  88. - 'app/models/setting.rb'
  89. - 'app/models/tag/item.rb'
  90. - 'app/models/ticket.rb'
  91. - 'app/models/ticket/article.rb'
  92. - 'app/models/ticket/article/assets.rb'
  93. - 'app/models/ticket/article/has_ticket_contact_attributes_impact.rb'
  94. - 'app/models/ticket/overviews.rb'
  95. - 'app/models/ticket/screen_options.rb'
  96. - 'app/models/ticket/search.rb'
  97. - 'app/models/ticket/search_index.rb'
  98. - 'app/models/ticket/sets_last_owner_update_time.rb'
  99. - 'app/models/transaction/notification.rb'
  100. - 'app/models/transaction/signature_detection.rb'
  101. - 'app/models/transaction/slack.rb'
  102. - 'app/models/translation.rb'
  103. - 'app/models/trigger/assets.rb'
  104. - 'app/models/user.rb'
  105. - 'app/models/user/assets.rb'
  106. - 'app/models/user/search.rb'
  107. - 'app/models/user_device.rb'
  108. - 'db/migrate/20120101000001_create_base.rb'
  109. - 'db/migrate/20120101000010_create_ticket.rb'
  110. - 'db/migrate/20161117000001_job_unable_to_create_issue_432.rb'
  111. - 'db/migrate/20170403000001_fixed_admin_user_permission_920.rb'
  112. - 'db/migrate/20171023000001_fixed_store_upgrade_ror_45.rb'
  113. - 'db/migrate/20180806000001_fixed_twitter_ticket_article_preferences7.rb'
  114. - 'db/migrate/20181017000001_cti_generic_api2.rb'
  115. - 'db/migrate/20190531180304_initialize_knowledge_base.rb'
  116. - 'lib/auto_wizard.rb'
  117. - 'lib/calendar_subscriptions.rb'
  118. - 'lib/calendar_subscriptions/tickets.rb'
  119. - 'lib/core_ext/string.rb'
  120. - 'lib/email_helper/probe.rb'
  121. - 'lib/email_helper/verify.rb'
  122. - 'lib/excel_sheet.rb'
  123. - 'lib/excel_sheet/ticket.rb'
  124. - 'lib/external_credential/exchange.rb'
  125. - 'lib/external_credential/facebook.rb'
  126. - 'lib/external_credential/google.rb'
  127. - 'lib/external_credential/microsoft365.rb'
  128. - 'lib/external_credential/twitter.rb'
  129. - 'lib/facebook.rb'
  130. - 'lib/fill_db.rb'
  131. - 'lib/import/otrs.rb'
  132. - 'lib/models.rb'
  133. - 'lib/notification_factory/mailer.rb'
  134. - 'lib/notification_factory/renderer.rb'
  135. - 'lib/report/article_by_type_sender.rb'
  136. - 'lib/report/base.rb'
  137. - 'lib/report/ticket_first_solution.rb'
  138. - 'lib/report/ticket_generic_time.rb'
  139. - 'lib/report/ticket_moved.rb'
  140. - 'lib/search_index_backend.rb'
  141. - 'lib/secure_mailing/smime/incoming.rb'
  142. - 'lib/selector/search_index.rb'
  143. - 'lib/selector/sql.rb'
  144. - 'lib/sequencer/state.rb'
  145. - 'lib/sequencer/unit/exchange/connection.rb'
  146. - 'lib/session_helper/collection_base.rb'
  147. - 'lib/session_helper/collection_ticket.rb'
  148. - 'lib/sessions.rb'
  149. - 'lib/sessions/backend/ticket_overview_list.rb'
  150. - 'lib/sessions/client.rb'
  151. - 'lib/sessions/event/chat_session_start.rb'
  152. - 'lib/signature_detection.rb'
  153. - 'lib/stats.rb'
  154. - 'lib/stats/ticket_channel_distribution.rb'
  155. - 'lib/stats/ticket_in_process.rb'
  156. - 'lib/stats/ticket_waiting_time.rb'
  157. - 'lib/telegram_helper.rb'
  158. - 'lib/transaction_dispatcher.rb'
  159. - 'lib/twitter_sync.rb'
  160. - 'lib/user_agent.rb'
  161. - 'lib/websocket_server.rb'
  162. - 'spec/**/*'
  163. - 'test/**/*'
  164. Metrics/BlockLength:
  165. Exclude:
  166. - 'Gemfile'
  167. - 'config/initializers/mariadb_json_columns.rb'
  168. - 'app/models/ticket/can_selector.rb'
  169. - 'app/models/concerns/can_selector.rb'
  170. - 'app/controllers/application_controller/authenticates.rb'
  171. - 'app/controllers/reports_controller.rb'
  172. - 'app/controllers/time_accountings_controller.rb'
  173. - 'app/models/application_model/can_assets.rb'
  174. - 'app/models/application_model/can_associations.rb'
  175. - 'app/models/application_model/can_cleanup_param.rb'
  176. - 'app/models/application_model/can_creates_and_updates.rb'
  177. - 'app/models/application_model/can_lookup.rb'
  178. - 'app/models/channel.rb'
  179. - 'app/models/channel/driver/imap.rb'
  180. - 'app/models/channel/driver/pop3.rb'
  181. - 'app/models/channel/email_parser.rb'
  182. - 'app/models/channel/filter/bounce_delivery_permanent_failed.rb'
  183. - 'app/models/channel/filter/database.rb'
  184. - 'app/models/channel/filter/identify_sender.rb'
  185. - 'app/models/chat/session/search.rb'
  186. - 'app/models/concerns/can_be_published.rb'
  187. - 'app/models/concerns/can_clone_attachments.rb'
  188. - 'app/models/concerns/can_csv_import.rb'
  189. - 'app/models/concerns/has_groups.rb'
  190. - 'app/models/concerns/has_history.rb'
  191. - 'app/models/concerns/has_rich_text.rb'
  192. - 'app/models/job.rb'
  193. - 'app/models/knowledge_base/search.rb'
  194. - 'app/models/object_manager/attribute.rb'
  195. - 'app/models/organization/search.rb'
  196. - 'app/models/package.rb'
  197. - 'app/models/package/migration.rb'
  198. - 'app/models/ticket.rb'
  199. - 'app/models/ticket/overviews.rb'
  200. - 'app/models/ticket/search.rb'
  201. - 'lib/selector/search_index.rb'
  202. - 'app/models/transaction/notification.rb'
  203. - 'app/models/transaction/slack.rb'
  204. - 'app/models/translation.rb'
  205. - 'app/models/user/search.rb'
  206. - 'config/environments/development.rb'
  207. - 'config/initializers/omniauth.rb'
  208. - 'config/routes/knowledge_base.rb'
  209. - 'config/routes/user.rb'
  210. - 'config/routes/test.rb'
  211. - 'config/routes/ticket.rb'
  212. - 'db/migrate/20120101000001_create_base.rb'
  213. - 'db/migrate/20120101000010_create_ticket.rb'
  214. - 'db/migrate/20180806000001_fixed_twitter_ticket_article_preferences7.rb'
  215. - 'lib/can_be_published/state_machine.rb'
  216. - 'lib/core_ext/string.rb'
  217. - 'lib/email_helper.rb'
  218. - 'lib/facebook.rb'
  219. - 'lib/fill_db.rb'
  220. - 'lib/notification_factory/renderer.rb'
  221. - 'lib/report/ticket_first_solution.rb'
  222. - 'lib/report/ticket_generic_time.rb'
  223. - 'lib/report/ticket_moved.rb'
  224. - 'lib/report/ticket_reopened.rb'
  225. - 'lib/search_index_backend.rb'
  226. - 'lib/sequencer/unit/exchange/connection.rb'
  227. - 'lib/sessions.rb'
  228. - 'lib/sessions/backend/ticket_overview_list.rb'
  229. - 'lib/sessions/client.rb'
  230. - 'lib/tasks/zammad/search_index_es.rake'
  231. - 'lib/transaction_dispatcher.rb'
  232. - 'lib/twitter_sync.rb'
  233. - 'script/websocket-server.rb'
  234. - 'spec/**/*'
  235. - 'test/**/*'
  236. Metrics/BlockNesting:
  237. Exclude:
  238. - 'app/controllers/import_otrs_controller.rb'
  239. - 'app/models/chat.rb'
  240. - 'app/models/concerns/has_history.rb'
  241. - 'app/models/object_manager/attribute.rb'
  242. - 'lib/notification_factory/mailer.rb'
  243. - 'lib/twitter_sync.rb'
  244. - 'test/browser_test_helper.rb'
  245. Metrics/CyclomaticComplexity:
  246. Max: 12
  247. Exclude:
  248. - 'app/controllers/application_controller/authenticates.rb'
  249. - 'app/controllers/application_controller/handles_devices.rb'
  250. - 'app/controllers/application_controller/handles_errors.rb'
  251. - 'app/controllers/channels_email_controller.rb'
  252. - 'app/controllers/concerns/creates_ticket_articles.rb'
  253. - 'app/controllers/form_controller.rb'
  254. - 'app/controllers/getting_started_controller.rb'
  255. - 'app/controllers/import_otrs_controller.rb'
  256. - 'app/controllers/integration/check_mk_controller.rb'
  257. - 'app/controllers/object_manager_attributes_controller.rb'
  258. - 'app/controllers/reports_controller.rb'
  259. - 'app/controllers/tickets_controller.rb'
  260. - 'app/controllers/time_accountings_controller.rb'
  261. - 'app/controllers/users_controller.rb'
  262. - 'app/jobs/communicate_sms_job.rb'
  263. - 'app/jobs/communicate_telegram_job.rb'
  264. - 'app/jobs/communicate_twitter_job.rb'
  265. - 'app/jobs/ticket_article_communicate_email_job.rb'
  266. - 'app/models/application_model/can_associations.rb'
  267. - 'app/models/application_model/can_cleanup_param.rb'
  268. - 'app/models/application_model/checks_attribute_values_and_length.rb'
  269. - 'app/models/authorization.rb'
  270. - 'app/models/avatar.rb'
  271. - 'app/models/calendar.rb'
  272. - 'app/models/channel.rb'
  273. - 'app/models/channel/assets.rb'
  274. - 'app/models/channel/driver/imap.rb'
  275. - 'app/models/channel/driver/pop3.rb'
  276. - 'app/models/channel/driver/smtp.rb'
  277. - 'app/models/channel/driver/twitter.rb'
  278. - 'app/models/channel/email_build.rb'
  279. - 'app/models/channel/email_parser.rb'
  280. - 'app/models/channel/filter/auto_response_check.rb'
  281. - 'app/models/channel/filter/bounce_delivery_permanent_failed.rb'
  282. - 'app/models/channel/filter/database.rb'
  283. - 'app/models/channel/filter/follow_up_check.rb'
  284. - 'app/models/channel/filter/identify_sender.rb'
  285. - 'app/models/channel/filter/monitoring_base.rb'
  286. - 'app/models/channel/filter/sender_is_system_address.rb'
  287. - 'app/models/concerns/can_clone_attachments.rb'
  288. - 'app/models/concerns/can_csv_import.rb'
  289. - 'app/models/concerns/has_history.rb'
  290. - 'app/models/cti/caller_id.rb'
  291. - 'app/models/cti/driver/base.rb'
  292. - 'app/models/cti/driver/placetel.rb'
  293. - 'app/models/cti/driver/sipgate_io.rb'
  294. - 'app/models/cti/log.rb'
  295. - 'app/models/history.rb'
  296. - 'app/models/object_manager/attribute.rb'
  297. - 'app/models/organization/search.rb'
  298. - 'app/models/package/migration.rb'
  299. - 'app/models/ticket.rb'
  300. - 'app/models/ticket/article/has_ticket_contact_attributes_impact.rb'
  301. - 'app/models/ticket/screen_options.rb'
  302. - 'app/models/ticket/search.rb'
  303. - 'app/models/ticket/sets_last_owner_update_time.rb'
  304. - 'app/models/transaction/notification.rb'
  305. - 'app/models/transaction/slack.rb'
  306. - 'app/models/user.rb'
  307. - 'app/models/user/assets.rb'
  308. - 'app/models/user/search.rb'
  309. - 'app/models/user_device.rb'
  310. - 'db/migrate/20180806000001_fixed_twitter_ticket_article_preferences7.rb'
  311. - 'lib/auto_wizard.rb'
  312. - 'lib/core_ext/string.rb'
  313. - 'lib/email_helper/probe.rb'
  314. - 'lib/excel_sheet.rb'
  315. - 'lib/external_credential/google.rb'
  316. - 'lib/external_credential/microsoft365.rb'
  317. - 'lib/external_credential/twitter.rb'
  318. - 'lib/facebook.rb'
  319. - 'lib/fill_db.rb'
  320. - 'lib/models.rb'
  321. - 'lib/notification_factory/mailer.rb'
  322. - 'lib/notification_factory/renderer.rb'
  323. - 'lib/report/base.rb'
  324. - 'lib/report/ticket_first_solution.rb'
  325. - 'lib/report/ticket_generic_time.rb'
  326. - 'lib/report/ticket_moved.rb'
  327. - 'lib/search_index_backend.rb'
  328. - 'lib/secure_mailing/smime/incoming.rb'
  329. - 'lib/selector/search_index.rb'
  330. - 'lib/selector/sql.rb'
  331. - 'lib/sequencer/unit/exchange/connection.rb'
  332. - 'lib/sessions.rb'
  333. - 'lib/sessions/backend/ticket_overview_list.rb'
  334. - 'lib/sessions/client.rb'
  335. - 'lib/signature_detection.rb'
  336. - 'lib/stats.rb'
  337. - 'lib/stats/ticket_channel_distribution.rb'
  338. - 'lib/telegram_helper.rb'
  339. - 'lib/transaction_dispatcher.rb'
  340. - 'lib/twitter_sync.rb'
  341. - 'lib/user_agent.rb'
  342. - 'test/**/*'
  343. Metrics/ModuleLength:
  344. Exclude:
  345. - 'app/models/ticket/can_selector.rb'
  346. - 'app/models/concerns/can_selector.rb'
  347. - 'app/controllers/application_controller/authenticates.rb'
  348. - 'app/controllers/application_controller/renders_models.rb'
  349. - 'app/models/application_model/can_assets.rb'
  350. - 'app/models/application_model/can_associations.rb'
  351. - 'app/models/application_model/can_creates_and_updates.rb'
  352. - 'app/models/channel/email_build.rb'
  353. - 'app/models/channel/filter/identify_sender.rb'
  354. - 'app/models/concerns/can_be_published.rb'
  355. - 'app/models/concerns/can_csv_import.rb'
  356. - 'app/models/concerns/has_groups.rb'
  357. - 'app/models/concerns/has_history.rb'
  358. - 'app/models/concerns/has_rich_text.rb'
  359. - 'app/models/concerns/has_search_index_backend.rb'
  360. - 'app/models/ticket/escalation.rb'
  361. - 'app/models/ticket/overviews.rb'
  362. - 'app/models/ticket/screen_options.rb'
  363. - 'app/models/ticket/search.rb'
  364. - 'app/models/user/search.rb'
  365. - 'lib/auto_wizard.rb'
  366. - 'lib/fill_db.rb'
  367. - 'lib/import/otrs.rb'
  368. - 'lib/sessions.rb'
  369. - 'lib/sessions/node.rb'
  370. - 'lib/signature_detection.rb'
  371. - 'lib/transaction_dispatcher.rb'
  372. - 'spec/support/capybara/common_actions.rb'
  373. Metrics/PerceivedComplexity:
  374. Max: 12
  375. Exclude:
  376. - 'app/controllers/application_controller/authenticates.rb'
  377. - 'app/controllers/application_controller/handles_devices.rb'
  378. - 'app/controllers/application_controller/handles_errors.rb'
  379. - 'app/controllers/channels_email_controller.rb'
  380. - 'app/controllers/concerns/creates_ticket_articles.rb'
  381. - 'app/controllers/form_controller.rb'
  382. - 'app/controllers/getting_started_controller.rb'
  383. - 'app/controllers/import_otrs_controller.rb'
  384. - 'app/controllers/integration/check_mk_controller.rb'
  385. - 'app/controllers/object_manager_attributes_controller.rb'
  386. - 'app/controllers/reports_controller.rb'
  387. - 'app/controllers/tickets_controller.rb'
  388. - 'app/controllers/time_accountings_controller.rb'
  389. - 'app/controllers/users_controller.rb'
  390. - 'app/jobs/communicate_sms_job.rb'
  391. - 'app/jobs/communicate_telegram_job.rb'
  392. - 'app/jobs/communicate_twitter_job.rb'
  393. - 'app/jobs/ticket_article_communicate_email_job.rb'
  394. - 'app/models/application_model/can_associations.rb'
  395. - 'app/models/application_model/can_cleanup_param.rb'
  396. - 'app/models/application_model/checks_attribute_values_and_length.rb'
  397. - 'app/models/authorization.rb'
  398. - 'app/models/avatar.rb'
  399. - 'app/models/calendar.rb'
  400. - 'app/models/channel.rb'
  401. - 'app/models/channel/assets.rb'
  402. - 'app/models/channel/driver/imap.rb'
  403. - 'app/models/channel/driver/pop3.rb'
  404. - 'app/models/channel/driver/smtp.rb'
  405. - 'app/models/channel/driver/twitter.rb'
  406. - 'app/models/channel/email_build.rb'
  407. - 'app/models/channel/email_parser.rb'
  408. - 'app/models/channel/filter/auto_response_check.rb'
  409. - 'app/models/channel/filter/bounce_delivery_permanent_failed.rb'
  410. - 'app/models/channel/filter/database.rb'
  411. - 'app/models/channel/filter/follow_up_check.rb'
  412. - 'app/models/channel/filter/identify_sender.rb'
  413. - 'app/models/channel/filter/monitoring_base.rb'
  414. - 'app/models/channel/filter/sender_is_system_address.rb'
  415. - 'app/models/concerns/can_clone_attachments.rb'
  416. - 'app/models/concerns/can_csv_import.rb'
  417. - 'app/models/concerns/has_history.rb'
  418. - 'app/models/cti/caller_id.rb'
  419. - 'app/models/cti/driver/base.rb'
  420. - 'app/models/cti/driver/placetel.rb'
  421. - 'app/models/cti/driver/sipgate_io.rb'
  422. - 'app/models/cti/log.rb'
  423. - 'app/models/history.rb'
  424. - 'app/models/object_manager/attribute.rb'
  425. - 'app/models/organization/search.rb'
  426. - 'app/models/package.rb'
  427. - 'app/models/package/migration.rb'
  428. - 'app/models/setting.rb'
  429. - 'app/models/ticket.rb'
  430. - 'app/models/ticket/article/has_ticket_contact_attributes_impact.rb'
  431. - 'app/models/ticket/screen_options.rb'
  432. - 'app/models/ticket/search.rb'
  433. - 'app/models/ticket/sets_last_owner_update_time.rb'
  434. - 'app/models/transaction/notification.rb'
  435. - 'app/models/transaction/slack.rb'
  436. - 'app/models/user.rb'
  437. - 'app/models/user/assets.rb'
  438. - 'app/models/user/search.rb'
  439. - 'app/models/user_device.rb'
  440. - 'db/migrate/20180806000001_fixed_twitter_ticket_article_preferences7.rb'
  441. - 'db/migrate/20181017000001_cti_generic_api2.rb'
  442. - 'lib/auto_wizard.rb'
  443. - 'lib/core_ext/string.rb'
  444. - 'lib/email_helper/probe.rb'
  445. - 'lib/excel_sheet.rb'
  446. - 'lib/external_credential/google.rb'
  447. - 'lib/external_credential/microsoft365.rb'
  448. - 'lib/external_credential/twitter.rb'
  449. - 'lib/facebook.rb'
  450. - 'lib/fill_db.rb'
  451. - 'lib/models.rb'
  452. - 'lib/notification_factory/mailer.rb'
  453. - 'lib/notification_factory/renderer.rb'
  454. - 'lib/report/base.rb'
  455. - 'lib/report/ticket_generic_time.rb'
  456. - 'lib/search_index_backend.rb'
  457. - 'lib/secure_mailing/smime/incoming.rb'
  458. - 'lib/selector/search_index.rb'
  459. - 'lib/selector/sql.rb'
  460. - 'lib/sequencer/unit/exchange/connection.rb'
  461. - 'lib/sessions.rb'
  462. - 'lib/sessions/backend/ticket_overview_list.rb'
  463. - 'lib/sessions/client.rb'
  464. - 'lib/signature_detection.rb'
  465. - 'lib/stats.rb'
  466. - 'lib/stats/ticket_channel_distribution.rb'
  467. - 'lib/telegram_helper.rb'
  468. - 'lib/transaction_dispatcher.rb'
  469. - 'lib/twitter_sync.rb'
  470. - 'lib/user_agent.rb'
  471. - 'test/browser_test_helper.rb'
  472. Rails/CreateTableWithTimestamps:
  473. Exclude:
  474. - 'db/migrate/20120101000001_create_base.rb'
  475. - 'db/migrate/20120101000010_create_ticket.rb'
  476. - 'db/migrate/20170419000002_overview_role_ids.rb'
  477. - 'db/migrate/20170608151442_enhanced_permissions.rb'
  478. Rails/HasManyOrHasOneDependent:
  479. Exclude:
  480. - 'app/models/chat/session.rb'
  481. - 'app/models/concerns/has_groups.rb'
  482. - 'app/models/email_address.rb'
  483. - 'app/models/organization.rb'
  484. - 'app/models/signature.rb'
  485. - 'app/models/ticket/state_type.rb'
  486. - 'app/models/user.rb'
  487. Style/OptionalBooleanParameter:
  488. Exclude:
  489. - 'app/models/application_model/can_activity_stream_log.rb'
  490. - 'app/models/application_model/can_cleanup_param.rb'
  491. - 'app/models/avatar.rb'
  492. - 'app/models/channel.rb'
  493. - 'app/models/channel/driver/facebook.rb'
  494. - 'app/models/channel/driver/sendmail.rb'
  495. - 'app/models/channel/driver/sms/massenversand.rb'
  496. - 'app/models/channel/driver/sms/message_bird.rb'
  497. - 'app/models/channel/driver/sms/twilio.rb'
  498. - 'app/models/channel/driver/smtp.rb'
  499. - 'app/models/channel/driver/telegram.rb'
  500. - 'app/models/channel/driver/twitter.rb'
  501. - 'app/models/channel/driver/whatsapp.rb'
  502. - 'app/models/channel/email_build.rb'
  503. - 'app/models/channel/email_parser.rb'
  504. - 'app/models/chat/session.rb'
  505. - 'app/models/concerns/has_history.rb'
  506. - 'app/models/job.rb'
  507. - 'app/models/object_manager/attribute.rb'
  508. - 'app/models/package.rb'
  509. - 'app/models/setting.rb'
  510. - 'app/models/store/file.rb'
  511. - 'app/models/text_module.rb'
  512. - 'app/models/ticket/escalation.rb'
  513. - 'app/models/translation.rb'
  514. - 'app/models/user.rb'
  515. - 'lib/app_version.rb'
  516. - 'lib/core_ext/string.rb'
  517. - 'lib/external_credential/facebook.rb'
  518. - 'lib/external_credential/google.rb'
  519. - 'lib/external_credential/microsoft365.rb'
  520. - 'lib/external_credential/exchange.rb'
  521. - 'lib/external_credential/twitter.rb'
  522. - 'lib/html_sanitizer.rb'
  523. - 'lib/models.rb'
  524. - 'lib/sessions/backend/ticket_overview_list.rb'
  525. - 'lib/sessions/node.rb'
  526. - 'spec/support/system_init_done.rb'
  527. - 'test/browser_test_helper.rb'
  528. Style/ReturnNilInPredicateMethodDefinition:
  529. Exclude:
  530. - app/models/application_model/can_lookup_search_index_attributes.rb
  531. - app/models/channel/filter/import_archive.rb
  532. - app/models/core_workflow/attributes.rb
  533. - app/models/core_workflow/condition.rb
  534. - app/models/ticket/article/adds_metadata_email.rb
  535. - app/models/ticket/article/adds_metadata_general.rb
  536. - app/models/ticket/article/adds_metadata_origin_by_id.rb
  537. - lib/selector/base.rb
  538. - app/models/trigger.rb
  539. - app/models/user/avatar.rb
  540. - app/policies/ticket/shared_draft_start_policy.rb
  541. - app/services/service/ticket/create.rb
  542. - lib/auth/backend/ldap.rb
  543. - lib/enrichment/clearbit/organization.rb
  544. - lib/enrichment/clearbit/user.rb
  545. - lib/html_sanitizer/scrubber/link.rb
  546. - lib/html_sanitizer/scrubber/remove_last_empty_node.rb
  547. - lib/html_sanitizer/scrubber/wipe.rb
  548. - lib/import/otrs/diff.rb
  549. - lib/search_index_backend.rb
  550. - lib/sequencer/unit/import/kayako/sub_sequence/generic.rb
  551. - lib/sessions/event/base.rb