Enable the Layout/FirstArrayElementLineBreak cop
This commit is contained in:
parent
8f08e2fdf9
commit
08ed400ec2
17 changed files with 201 additions and 149 deletions
|
@ -1,8 +1,10 @@
|
|||
class FindDubiousProceduresJob < ApplicationJob
|
||||
queue_as :cron
|
||||
|
||||
FORBIDDEN_KEYWORDS = ['IBAN', 'NIR', 'NIRPP', 'race', 'religion',
|
||||
'carte bancaire', 'carte bleue', 'sécurité sociale']
|
||||
FORBIDDEN_KEYWORDS = [
|
||||
'IBAN', 'NIR', 'NIRPP', 'race', 'religion',
|
||||
'carte bancaire', 'carte bleue', 'sécurité sociale'
|
||||
]
|
||||
|
||||
def perform(*args)
|
||||
# \\y is a word boundary
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue