Skip to content

Commit 0061888

Browse files
author
Andrew Burns
committed
Fix General SCIM Bugs
- Wrong attributes should not be allowed - Required attributes not enforced
1 parent 0017ff4 commit 0061888

File tree

8 files changed

+962
-3
lines changed

8 files changed

+962
-3
lines changed

.rubocop.yml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
inherit_from:
2+
- .rubocop_todo.yml
3+
# - config/rubocops/default.yml
4+
5+
# The behavior of RuboCop can be controlled via the .rubocop.yml
6+
# configuration file. It makes it possible to enable/disable
7+
# certain cops (checks) and to alter their behavior if they accept
8+
# any parameters. The file can be placed either in your home
9+
# directory or in some project directory.
10+
#
11+
# RuboCop will start looking for the configuration file in the directory
12+
# where the inspected file is and continue its way up to the root directory.
13+
#
14+
# See https://github.com/rubocop-hq/rubocop/blob/master/manual/configuration.md
15+
require:
16+
- rubocop-rails
17+
- rubocop-rspec
18+

0 commit comments

Comments
 (0)