Skip to content

Commit

Permalink
pre-commit update
Browse files Browse the repository at this point in the history
  • Loading branch information
OCA-git-bot committed Mar 7, 2020
1 parent 0bd97b7 commit ca187a0
Show file tree
Hide file tree
Showing 19 changed files with 539 additions and 577 deletions.
8 changes: 4 additions & 4 deletions .codeclimate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ languages:
JavaScript: true
Python: true
exclude_paths:
- "__unported__/*"
- "*/__openerp__.py" # because this is fed to eval
- "*/__manifest__.py"
- "*/migrations/*" # without OpenUpgrade, repetitions can be necessary
- "__unported__/*"
- "*/__openerp__.py" # because this is fed to eval
- "*/__manifest__.py"
- "*/migrations/*" # without OpenUpgrade, repetitions can be necessary
4 changes: 2 additions & 2 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ indent_style = space
insert_final_newline = true
trim_trailing_whitespace = true

[.eslintrc,*.{json,yml,yaml,rst,md}]
[*.{json,yml,yaml,rst,md}]
indent_size = 2

# Do not configure editor for libs and autogenerated content
[*/static/{lib,src/lib}/**,*/static/description/index.html,*/readme/../README.rst]
[{*/static/{lib,src/lib}/**,*/static/description/index.html,*/readme/../README.rst}]
charset = unset
end_of_line = unset
indent_size = unset
Expand Down
291 changes: 0 additions & 291 deletions .eslintrc

This file was deleted.

Loading

0 comments on commit ca187a0

Please sign in to comment.