Commit 01a20033 authored by Petr Babic's avatar Petr Babic
Browse files

ignore docstring errors

parent 7934a453
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -20,4 +20,4 @@ jobs:
        pip install pylint
        pip install pylint
    - name: Analysing the code with pylint
    - name: Analysing the code with pylint
      run: |
      run: |
        pylint $(git ls-files '*.py')
        pylint $(git ls-files '*.py') --disable='C0114,C0115,C0116'