Skip to content

Commit

Permalink
Fix LineLength namespace (2factorauth#4706)
Browse files Browse the repository at this point in the history
  • Loading branch information
phallobst authored Mar 30, 2020
1 parent 9a73a2a commit 5b6c1c4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,11 @@ task proof_external: 'build' do
).run
end

# rubocop:disable Metrics/LineLength
# rubocop:disable Layout/LineLength
JsonLint::RakeTask.new do |t|
t.paths = %w[_site/api/v1/data.json _site/api/v2/all.json _site/api/v2/tfa.json]
end
# rubocop:enable Metrics/LineLength
# rubocop:enable Layout/LineLength

task :verify do
ruby '.tests/verify.rb'
Expand Down

0 comments on commit 5b6c1c4

Please sign in to comment.