-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy path.standard.yml
262 lines (262 loc) · 10.6 KB
/
.standard.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
# TODO: Rename this file to .standard_todo.yml once we update to standard 0.4.0 (which added support for the _todo.yml file)
# Auto generated files with errors to ignore.
# Remove from this list as you refactor files.
---
ignore:
- Gemfile
- Rakefile
- app/controllers/accounts/confirmations_controller.rb
- app/controllers/accounts/passwords_controller.rb
- app/controllers/accounts/registrations_controller.rb
- app/controllers/accounts/requests_controller.rb
- app/controllers/accounts/settings_controller.rb
- app/controllers/application_controller.rb
- app/controllers/contest_relations_controller.rb
- app/controllers/contest_supervisors_controller.rb
- app/controllers/contests_controller.rb
- app/controllers/evaluators_controller.rb
- app/controllers/file_attachments_controller.rb
- app/controllers/filelinks/roots_controller.rb
- app/controllers/group_problem_set_controller.rb
- app/controllers/groups/files_controller.rb
- app/controllers/groups/members_controller.rb
- app/controllers/groups/problem_sets_controller.rb
- app/controllers/groups_controller.rb
- app/controllers/home_controller.rb
- app/controllers/importers/problem_series_controller.rb
- app/controllers/item_controller.rb
- app/controllers/items_controller.rb
- app/controllers/organisations_controller.rb
- app/controllers/problem_problem_set_controller.rb
- app/controllers/problem_sets_controller.rb
- app/controllers/problems/files_controller.rb
- app/controllers/problems/test_cases_controller.rb
- app/controllers/problems_controller.rb
- app/controllers/products_controller.rb
- app/controllers/roles_controller.rb
- app/controllers/schools_controller.rb
- app/controllers/settings_controller.rb
- app/controllers/submissions_controller.rb
- app/controllers/test_cases_controller.rb
- app/controllers/test_sets_controller.rb
- app/controllers/user_controller.rb
- app/controllers/users_controller.rb
- app/exporters/base_exporter.rb
- app/exporters/contests/contest_exporter.rb
- app/exporters/problems/test_case_exporter.rb
- app/helpers/accounts/requests_helper.rb
- app/helpers/application_helper.rb
- app/helpers/problems_helper.rb
- app/helpers/submissions_helper.rb
- app/importers/pdf/extract_images.rb
- app/importers/problems.rb
- app/importers/problems/base_importer.rb
- app/importers/problems/coci/importer.rb
- app/importers/problems/coci/index.rb
- app/importers/problems/coci/pdf_importer.rb
- app/importers/problems/flat_case_importer.rb
- app/importers/problems/test_case_importer.rb
- app/mailers/admin_mailer.rb
- app/models/contest.rb
- app/models/contest_relation.rb
- app/models/contest_score.rb
- app/models/contest_supervisor.rb
- app/models/entity.rb
- app/models/enumeration.rb
- app/models/evaluator.rb
- app/models/file_attachment.rb
- app/models/filelink.rb
- app/models/group.rb
- app/models/group_membership.rb
- app/models/item.rb
- app/models/item_history.rb
- app/models/language.rb
- app/models/language_group.rb
- app/models/organisation.rb
- app/models/problem.rb
- app/models/problem_series.rb
- app/models/problem_set.rb
- app/models/product.rb
- app/models/request.rb
- app/models/role.rb
- app/models/school.rb
- app/models/setting.rb
- app/models/submission.rb
- app/models/submission/judge_data.rb
- app/models/test_case_relation.rb
- app/models/user.rb
- app/models/user_problem_relation.rb
- app/policies/application_policy.rb
- app/policies/authenticated_policy.rb
- app/policies/contest_policy.rb
- app/policies/contest_relation_policy.rb
- app/policies/contest_supervisor_policy.rb
- app/policies/evaluator_policy.rb
- app/policies/file_attachment_policy.rb
- app/policies/filelink_policy.rb
- app/policies/group_policy.rb
- app/policies/item_policy.rb
- app/policies/organisation_policy.rb
- app/policies/problem_policy.rb
- app/policies/problem_set_policy.rb
- app/policies/product_policy.rb
- app/policies/request_policy.rb
- app/policies/role_policy.rb
- app/policies/school_policy.rb
- app/policies/setting_policy.rb
- app/policies/submission_policy.rb
- app/policies/user_policy.rb
- app/presenters/application_presenter.rb
- app/presenters/problem_presenter.rb
- app/scrubbers/loofah/scrubbers/escape_with_custom_whitelist.rb
- app/scrubbers/loofah/scrubbers/math_jax.rb
- app/scrubbers/loofah/scrubbers/no_comment.rb
- app/scrubbers/loofah/scrubbers/no_form.rb
- app/scrubbers/loofah/scrubbers/relative_link.rb
- app/services/code.rb
- app/services/isolate.rb
- app/uploaders/avatar_uploader.rb
- app/uploaders/file_attachment_uploader.rb
- app/workers/application_worker.rb
- app/workers/judge_submission_worker.rb
- app/workers/problem_series/base.rb
- app/workers/problem_series/download_worker.rb
- app/workers/problem_series/import_worker.rb
- app/workers/problem_series/reindex_worker.rb
- app/workers/problem_series/update_worker.rb
- app/workers/rejudge_problem_worker.rb
- config.ru
- config/application.rb
- config/authorization_rules.rb
- config/backup.rb
- config/backup/latest.rb
- config/backup/weekly.rb
- config/boot.rb
- config/environment.rb
- config/environments/development.rb
- config/environments/production.rb
- config/environments/test.rb
- config/initializers/accessible_attributes.rb
- config/initializers/carrierwave.rb
- config/initializers/datetime_limits.rb
- config/initializers/devise.rb
- config/initializers/logger.rb
- config/initializers/mail_interceptor.rb
- config/initializers/mailer.rb
- config/initializers/mime_types.rb
- config/initializers/pdfkit.rb
- config/initializers/redis.rb
- config/initializers/secret_token.rb
- config/initializers/session_store.rb
- config/initializers/timezone.rb
- config/initializers/will_paginate.rb
- config/navigation.rb
- config/routes.rb
- config/schedule.rb
- config/unicorn.rb
- db/migrate/20110819224757_devise_create_users.rb
- db/migrate/20110904045150_create_contests_problems_table.rb
- db/migrate/20110924035337_create_group_user_table.rb
- db/migrate/20110925021620_create_group_problem_table.rb
- db/migrate/20111002021523_create_contest_group_table.rb
- db/migrate/20111206102437_add_brownie_points_to_users.rb
- db/migrate/20120115015112_create_contests_max_score_submissions_view.rb
- db/migrate/20120115020222_create_contests_latest_submissions_view.rb
- db/migrate/20120115044124_create_contests_max_score_scoreboard_view.rb
- db/migrate/20120115044140_create_contests_latest_scoreboard_view.rb
- db/migrate/20120117133515_add_indexes_id_fields.rb
- db/migrate/20120119025544_create_problem_sets.rb
- db/migrate/20120119081526_remove_problems_contests_groups.rb
- db/migrate/20120122061329_create_roles.rb
- db/migrate/20120127063021_add_username_to_users.rb
- db/migrate/20120128000525_create_settings.rb
- db/migrate/20120128235138_create_evaluators.rb
- db/migrate/20120201080849_add_title_index_to_problem.rb
- db/migrate/20120201113029_add_sessions_table.rb
- db/migrate/20120210235859_create_test_sets.rb
- db/migrate/20120805020042_add_confirmable_to_users.rb
- db/migrate/20120807033035_add_end_time_to_contest_relations.rb
- db/migrate/20120807042326_create_contest_scores.rb
- db/migrate/20120810041325_add_results_final_to_contest.rb
- db/migrate/20130926021023_convert_groups_users_to_memberships.rb
- db/migrate/20130926065258_add_visibility_and_membership_to_groups.rb
- db/migrate/20130926105411_create_requests.rb
- db/migrate/20130928133936_add_last_seen_at_to_users.rb
- db/migrate/20131007025034_convert_test_case_associations.rb
- db/migrate/20131013050536_add_language_id_to_submission.rb
- db/migrate/20131205201359_add_type_to_test_set.rb
- db/migrate/20131206074948_name_all_test_sets_and_cases.rb
- db/migrate/20131207080120_change_enumeration_on_test_sets.rb
- db/migrate/20131207091535_convert_dummy_test_sets_to_samples.rb
- db/migrate/20131208014408_add_language_group_model.rb
- db/migrate/20131208015044_change_language_identifiers_to_match.rb
- db/migrate/20131208131723_rename_bad_usernames.rb
- db/migrate/20131209063832_fix_bad_markdown.rb
- db/migrate/20131217112526_change_test_set_and_test_case_sample_and_prerequisites.rb
- db/migrate/20131219035927_add_problems_order_position_to_tests.rb
- db/migrate/20131220034551_change_habtm_problem_associations.rb
- db/migrate/20131221014009_create_user_problem_relation.rb
- db/migrate/20131221101354_remove_submission_classification_default.rb
- db/migrate/20131222021036_add_rejudge_at_to_problem.rb
- db/migrate/20140206025958_create_items_and_products.rb
- db/migrate/20140218212023_generate_scan_tokens.rb
- db/migrate/20141224134542_clean_language_model.rb
- db/migrate/20150109101859_add_school_country_year_to_users.rb
- db/migrate/20150116010255_normalize_line_endings.rb
- db/migrate/20150118010607_weighted_contests.rb
- db/migrate/20150118104425_calculate_weighted_columns.rb
- db/migrate/20160131000430_update_checked_in_field.rb
- db/migrate/20200418113600_add_live_scoreboard_field.rb
- db/migrate/20200418113601_add_offical_contestants.rb
- db/seeds.rb
- lib/development_mail_interceptor.rb
- lib/ean13.rb
- lib/file_size_validator.rb
- lib/tasks/sessions.rake
- script/install/cint.rb
- script/rails
- spec/controllers/accounts/passwords_controller_spec.rb
- spec/controllers/accounts/registrations_controller_spec.rb
- spec/controllers/application_controller_spec.rb
- spec/controllers/contests_controller_spec.rb
- spec/controllers/evaluators_controller_spec.rb
- spec/controllers/groups_controller_spec.rb
- spec/controllers/problem_sets_controller_spec.rb
- spec/controllers/problems_controller_spec.rb
- spec/controllers/roles_controller_spec.rb
- spec/controllers/settings_controller_spec.rb
- spec/controllers/submissions_controller_spec.rb
- spec/controllers/test_cases_controller_spec.rb
- spec/controllers/test_sets_controller_spec.rb
- spec/controllers/user_controller_spec.rb
- spec/controllers/users_controller_spec.rb
- spec/factories/contest_supervisors.rb
- spec/factories/contests.rb
- spec/factories/evaluators.rb
- spec/factories/groups.rb
- spec/factories/problem_sets.rb
- spec/factories/problems.rb
- spec/factories/roles.rb
- spec/factories/settings.rb
- spec/factories/submissions.rb
- spec/factories/test_cases.rb
- spec/factories/test_sets.rb
- spec/factories/users.rb
- spec/features/invitation_and_join_request_spec.rb
- spec/features/registrations_spec.rb
- spec/features/submissions_spec.rb
- spec/importers/problems/flat_case_importer.rb
- spec/importers/problems/test_case_importer.rb
- spec/models/contest_relation_spec.rb
- spec/models/contest_score_spec.rb
- spec/models/contest_supervisor_spec.rb
- spec/models/language_spec.rb
- spec/models/problem_spec.rb
- spec/models/submission_spec.rb
- spec/models/test_case_relation_spec.rb
- spec/policies/authorization_spec.rb
- spec/spec_helper.rb
- spec/support/ability_spec_helper.rb
- spec/support/controllers_spec_helper.rb
- spec/support/fixtures_spec_helper.rb
- spec/support/requests_spec_helper.rb