diff options
| author | jc0b <j@jc0b.computer> | 2020-07-28 17:53:23 +0200 |
|---|---|---|
| committer | Fabian Mastenbroek <mail.fabianm@gmail.com> | 2020-08-24 19:48:44 +0200 |
| commit | 40e15a1a21edf5229c6ea8ec6655c56bfc1cc25b (patch) | |
| tree | 7738ecb6ed85e32aaf347b8d0de2cce08f4a4fd4 /api/.pylintrc | |
| parent | 39aa5c22d893769fcfa8501eaa95c82014906a2a (diff) | |
| parent | ceaddeb0f6927e0f99f7b140aba6a85dac0106fb (diff) | |
Merge branch 'master' of github.com:atlarge-research/opendc-dev
Diffstat (limited to 'api/.pylintrc')
| -rw-r--r-- | api/.pylintrc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/api/.pylintrc b/api/.pylintrc index f25e4fc2..7fe24187 100644 --- a/api/.pylintrc +++ b/api/.pylintrc @@ -64,7 +64,8 @@ disable=duplicate-code, missing-module-docstring, invalid-name, bare-except, - too-few-public-methods + too-few-public-methods, + fixme # Enable the message, report, category or checker with the given id(s). You can # either give multiple identifier separated by comma (,) or put this option |
