Skip to content

Commit

Permalink
Disable linters related to brackets spacing (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
smortex authored Aug 19, 2022
1 parent 7a64941 commit 9b0672b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions config_defaults.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,12 @@ Rakefile:
disabled_lint_checks:
- parameter_documentation
- parameter_types
# CCIN2P3 style
- manifest_whitespace_closing_bracket_before
- manifest_whitespace_opening_brace_after
- manifest_whitespace_opening_brace_before
- manifest_whitespace_opening_bracket_after
- manifest_whitespace_class_name_single_space_after
enabled_lint_checks: []
spec/default_facts.yml:
delete: true
Expand Down

0 comments on commit 9b0672b

Please sign in to comment.