Skip to content

Commit

Permalink
f pdkify
Browse files Browse the repository at this point in the history
  • Loading branch information
glennsarti committed Aug 13, 2018
1 parent 39bae1d commit d4767da
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .rubocop_todo.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# This configuration was generated by
# `rubocop --auto-gen-config`
# on 2018-08-13 14:59:28 +0800 using RuboCop version 0.49.1.
# The point is for the user to remove these configuration records
# one by one as the offenses are removed from the code base.
# Note that changes in the inspected code, or installation of new
# versions of RuboCop, may require this file to be generated again.

# Offense count: 2
RSpec/ExpectInHook:
Exclude:
- 'spec/acceptance/sqlserver_role_spec.rb'

# Offense count: 4
RSpec/LetBeforeExamples:
Exclude:
- 'spec/defines/role/permissions_spec.rb'
- 'spec/unit/puppet/type/sqlserver_instance_spec.rb'

0 comments on commit d4767da

Please sign in to comment.