Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
8bce5fde
Commit
8bce5fde
authored
Dec 06, 2021
by
Luke Duncalfe
Committed by
Albert Salim
Dec 06, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Reinstate RSpec/TimecopFreeze offenses
parent
539a48e8
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
27 additions
and
0 deletions
+27
-0
.gitlab/ci/rules.gitlab-ci.yml
.gitlab/ci/rules.gitlab-ci.yml
+6
-0
.rubocop_todo/rspec/timecop_freeze.yml
.rubocop_todo/rspec/timecop_freeze.yml
+21
-0
No files found.
.gitlab/ci/rules.gitlab-ci.yml
View file @
8bce5fde
...
...
@@ -271,6 +271,7 @@
-
"
danger/**/*"
-
"
{,ee/,jh/}fixtures/**/*"
-
"
{,ee/,jh/}rubocop/**/*"
-
"
.rubocop_todo/**/*.yml"
-
"
{,ee/,jh/}spec/**/*"
-
"
{,spec/}tooling/**/*"
...
...
@@ -289,6 +290,7 @@
-
"
vendor/assets/**/*"
-
"
.{eslintignore,gitattributes,nvmrc,prettierrc,stylelintrc,yamllint}"
-
"
.{codeclimate,eslintrc,gitlab-ci,haml-lint,haml-lint_todo,rubocop,rubocop_todo,rubocop_manual_todo}.yml"
-
"
.rubocop_todo/**/*.yml"
-
"
*_VERSION"
-
"
{,jh/}Gemfile{,.lock}"
-
"
Rakefile"
...
...
@@ -312,6 +314,7 @@
-
"
vendor/assets/**/*"
-
"
.{eslintignore,gitattributes,nvmrc,prettierrc,stylelintrc,yamllint}"
-
"
.{codeclimate,eslintrc,gitlab-ci,haml-lint,haml-lint_todo,rubocop,rubocop_todo,rubocop_manual_todo}.yml"
-
"
.rubocop_todo/**/*.yml"
-
"
*_VERSION"
-
"
{,jh/}Gemfile{,.lock}"
-
"
Rakefile"
...
...
@@ -342,6 +345,7 @@
-
"
vendor/assets/**/*"
-
"
.{eslintignore,gitattributes,nvmrc,prettierrc,stylelintrc,yamllint}"
-
"
.{codeclimate,eslintrc,gitlab-ci,haml-lint,haml-lint_todo,rubocop,rubocop_todo,rubocop_manual_todo}.yml"
-
"
.rubocop_todo/**/*.yml"
-
"
*_VERSION"
-
"
{,jh/}Gemfile{,.lock}"
-
"
Rakefile"
...
...
@@ -368,6 +372,7 @@
-
"
vendor/assets/**/*"
-
"
.{eslintignore,gitattributes,nvmrc,prettierrc,stylelintrc,yamllint}"
-
"
.{codeclimate,eslintrc,gitlab-ci,haml-lint,haml-lint_todo,rubocop,rubocop_todo,rubocop_manual_todo}.yml"
-
"
.rubocop_todo/**/*.yml"
-
"
*_VERSION"
-
"
{,jh/}Gemfile{,.lock}"
-
"
Rakefile"
...
...
@@ -401,6 +406,7 @@
-
"
vendor/assets/**/*"
-
"
.{eslintignore,gitattributes,nvmrc,prettierrc,stylelintrc,yamllint}"
-
"
.{codeclimate,eslintrc,gitlab-ci,haml-lint,haml-lint_todo,rubocop,rubocop_todo,rubocop_manual_todo}.yml"
-
"
.rubocop_todo/**/*.yml"
-
"
*_VERSION"
-
"
{,jh/}Gemfile{,.lock}"
-
"
Rakefile"
...
...
.rubocop_todo/rspec/timecop_freeze.yml
View file @
8bce5fde
...
...
@@ -6,3 +6,24 @@ RSpec/TimecopFreeze:
-
ee/spec/lib/gitlab/geo/log_cursor/daemon_spec.rb
-
ee/spec/lib/gitlab/geo/oauth/login_state_spec.rb
-
ee/spec/lib/gitlab/insights/reducers/count_per_period_reducer_spec.rb
-
ee/spec/models/merge_train_spec.rb
-
ee/spec/support/shared_contexts/lib/gitlab/insights/reducers/reducers_shared_contexts.rb
-
qa/spec/support/repeater_spec.rb
-
spec/features/users/active_sessions_spec.rb
-
spec/lib/gitlab/analytics/cycle_analytics/base_query_builder_spec.rb
-
spec/lib/gitlab/analytics/cycle_analytics/median_spec.rb
-
spec/lib/gitlab/analytics/cycle_analytics/records_fetcher_spec.rb
-
spec/lib/gitlab/auth/unique_ips_limiter_spec.rb
-
spec/lib/gitlab/checks/timed_logger_spec.rb
-
spec/lib/gitlab/cycle_analytics/stage_summary_spec.rb
-
spec/lib/gitlab/puma_logging/json_formatter_spec.rb
-
spec/lib/json_web_token/hmac_token_spec.rb
-
spec/models/active_session_spec.rb
-
spec/serializers/entity_date_helper_spec.rb
-
spec/support/cycle_analytics_helpers/test_generation.rb
-
spec/support/helpers/cycle_analytics_helpers.rb
-
spec/support/helpers/javascript_fixtures_helpers.rb
-
spec/support/shared_contexts/rack_attack_shared_context.rb
-
spec/support/shared_examples/workers/concerns/reenqueuer_shared_examples.rb
-
spec/workers/concerns/reenqueuer_spec.rb
-
spec/workers/metrics/dashboard/prune_old_annotations_worker_spec.rb
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment