-
Notifications
You must be signed in to change notification settings - Fork 436
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #41 from dennisweissmann/misc
bumps version to 0.3.4 use 2-space indentation adds documentation
- Loading branch information
Showing
5 changed files
with
475 additions
and
440 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 |
---|---|---|
@@ -1,21 +1,11 @@ | ||
excluded: # paths to ignore during linting. overridden by `included`. | ||
opt_in_rules: | ||
- empty_count | ||
- missing_docs | ||
- force_unwrapping | ||
|
||
disabled_rules: | ||
- line_length | ||
- force_try | ||
- type_name | ||
- cyclomatic_complexity | ||
- todo | ||
- file_length | ||
disabled_rules: | ||
- file_length | ||
|
||
type_body_length: | ||
- 300 # warning | ||
- 400 # error | ||
|
||
variable_name_max_length: | ||
- 40 # warning | ||
- 60 # error | ||
|
||
variable_name_min_length: | ||
- 3 # warning | ||
- 1 # error | ||
line_length: | ||
- 160 | ||
- 160 |
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.