Skip to content

Commit

Permalink
Use linter config
Browse files Browse the repository at this point in the history
  • Loading branch information
ToniRV committed Jul 11, 2019
1 parent b1a0f4f commit d156532
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 23 deletions.
11 changes: 4 additions & 7 deletions .linterconfig.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Turn the components of the linter individualy on / off.
clangformat: on
cpplint: on
yapf: on
pylint: on
use_clangformat: on
use_cpplint: on
use_yapf: on
use_pylint: on

# If on, the linter blocks commits after detecting an error. Otherwise, the
# user is asked whether to proceed with the commit.
Expand All @@ -11,6 +11,3 @@ block_commits: off
# If this whitelist block is present, the linter only operates on the files and
# directories listed in this whitelist.
whitelist:
- rel/path/to/file.py
- another_file.py
- some/directory
16 changes: 0 additions & 16 deletions linterconfig.yaml

This file was deleted.

0 comments on commit d156532

Please sign in to comment.