-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* add rubocop to rake tasks * teeny tiny tweak to rakefile * more rubocop settings * rubocop auto_correct * point to develop instead of released branches temporarily Co-authored-by: kflemin <[email protected]>
- Loading branch information
Showing
16 changed files
with
1,261 additions
and
1,232 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
|
||
AllCops: | ||
Exclude: | ||
- 'spec/test_measures/**/*' | ||
- 'example_project/resources/**/*' | ||
require: rubocop-performance | ||
inherit_from: | ||
- http://s3.amazonaws.com/openstudio-resources/styles/rubocop_v4.yml |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.