Skip to content
Snippets Groups Projects
Select Git revision
  • as-if-foss/jennli-ensure-qa-suite-status-env-file-exists
  • as-if-foss/520313-implement-pat-scope-enforcement-for-depproxy
  • as-if-foss/pb/509427/scim-self-managed-get-group
  • as-if-foss/jnnkl-duo-chat-locale
  • as-if-foss/dg-fix-issues
  • as-if-foss/gkatz_add_security_findings_severity_override_audit
  • as-if-foss/482499-cronjob-to-evaluate-compliance-controls
  • as-if-foss/523685-add-severity-override-to-pipeline-page
  • master default protected
  • as-if-foss/pl-rubocop-internal-affairs
  • as-if-foss/470699-requirement-entries
  • as-if-foss/ysiev-vulnerability-namespace-statistics-update-service
  • as-if-foss/470699-present-data
  • as-if-foss/470699-model-validations
  • as-if-foss/523422-bug-vulnerbaility-statistics-total-not-updated
  • as-if-foss/521110-limit-date-inheritance-to-epics-in-work-item-creation
  • as-if-foss/justin_ho-fix-a11y-issues-with-duo-workflow
  • as-if-foss/508977-stub-fe-for-vscode-extension-marketplace
  • as-if-foss/overdue-finalize-background-migration--delete-orphaned-partitioned-ci-runner-machine-records
  • as-if-foss/overdue-finalize-background-migration--backfill-ci-secure-file-states-project-id
  • v17.7.6 protected
  • v17.8.4 protected
  • v17.9.1 protected
  • v17.8.3 protected
  • v17.7.5 protected
  • v17.9.0 protected
  • v17.9.0-rc42 protected
  • v17.6.5 protected
  • v17.7.4 protected
  • v17.8.2 protected
  • v17.6.4 protected
  • v17.7.3 protected
  • v17.8.1 protected
  • v17.8.0 protected
  • v17.7.2 protected
  • v17.8.0-rc42 protected
  • v17.5.5 protected
  • v17.6.3 protected
  • v17.7.1 protected
  • v17.7.0 protected
40 results

spammable.rb

  • Yorick Peterse's avatar
    8fbbf41e
    Added Cop to blacklist the use of `dependent:` · 8fbbf41e
    Yorick Peterse authored
    This is allowed for existing instances so we don't end up 76 offenses
    right away, but for new code one should _only_ use this if they _have_
    to remove non database data. Even then it's usually better to do this in
    a service class as this gives you more control over how to remove the
    data (e.g. in bulk).
    Verified
    8fbbf41e
    History
    Added Cop to blacklist the use of `dependent:`
    Yorick Peterse authored
    This is allowed for existing instances so we don't end up 76 offenses
    right away, but for new code one should _only_ use this if they _have_
    to remove non database data. Even then it's usually better to do this in
    a service class as this gives you more control over how to remove the
    data (e.g. in bulk).
Code owners
Assign users and groups as approvers for specific file changes. Learn more.