Skip to content

Commit 489a6a9

Browse files
authored
Merge pull request tractionguest#29 from tractionguest/feature-scim-fixes-current-branch
Feature SCIM fixes current branch
2 parents 0017ff4 + 6fe89e1 commit 489a6a9

File tree

9 files changed

+1085
-6
lines changed

9 files changed

+1085
-6
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)