@@ -101,18 +101,17 @@ jobs:
101101 - name : Lint with flake8
102102 run : |
103103 # TODO: fix unittest dir and remove from excludes
104- # TODO: fix or migrate legacy grsfs-fuse dir and remove from excludes
105104 # NOTE: include tests here as they should be fully python3 compatible
106105 # stop the build if there are Python syntax errors or undefined names
107- flake8 . --exclude=state,envhelp,fixture,output,unittest,grsfs-fuse, irclib.py,seafile-seahub_settings-template.py --count --select=E9,F63,F7,F82 --ignore=F824 --show-source --statistics
106+ flake8 . --exclude=state,envhelp,fixture,output,unittest,irclib.py,seafile-seahub_settings-template.py --count --select=E9,F63,F7,F82 --ignore=F824 --show-source --statistics
108107 # exit-zero treats all errors as warnings. The GitHub editor is 127 chars wide
109- flake8 . --exclude=state,envhelp,fixture,output,unittest,grsfs-fuse, vm-proxy,irclib.py,seafile-seahub_settings-template.py --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
108+ flake8 . --exclude=state,envhelp,fixture,output,unittest,vm-proxy,irclib.py,seafile-seahub_settings-template.py --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
110109 # NOTE: for interactive clean up one can use current ignores
111110 # E501 Ignore long lines, E402 imports below top, E722 bare except,
112111 # F401 unused imports, F502 explicit list in str expand, F841 unused var,
113112 # E721 compare type instead of isinstance, W293 blank line with space,
114113 # C901 too complex get
115- #flake8 mig --exclude=unittest,grsfs-fuse, vm-proxy,irclib.py,seafile-seahub_settings-template.py --ignore=E501,E402,E722,F401,F502,E713,F841,C901 --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
114+ #flake8 mig --exclude=unittest,vm-proxy,irclib.py,seafile-seahub_settings-template.py --ignore=E501,E402,E722,F401,F502,E713,F841,C901 --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
116115 # TODO: prepare and enable pytest
117116 # - name: Test with pytest
118117 # run: |
@@ -158,19 +157,18 @@ jobs:
158157 - name : Lint with flake8
159158 run : |
160159 # TODO: fix unittest dir and remove from excludes
161- # TODO: fix or migrate legacy grsfs-fuse dir and remove from excludes
162160 # NOTE: include tests here as they should be fully python3 compatible
163161 # TODO: fix e.g. '`global logger` is unused' and remove F824 from ignores
164162 # stop the build if there are Python syntax errors or undefined names
165- flake8 . --exclude=state,envhelp,fixture,output,unittest,grsfs-fuse, irclib.py,seafile-seahub_settings-template.py --count --select=E9,F63,F7,F82 --ignore=F824 --show-source --statistics
163+ flake8 . --exclude=state,envhelp,fixture,output,unittest,irclib.py,seafile-seahub_settings-template.py --count --select=E9,F63,F7,F82 --ignore=F824 --show-source --statistics
166164 # exit-zero treats all errors as warnings. The GitHub editor is 127 chars wide
167- flake8 . --exclude=state,envhelp,fixture,output,unittest,grsfs-fuse, vm-proxy,irclib.py,seafile-seahub_settings-template.py --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
165+ flake8 . --exclude=state,envhelp,fixture,output,unittest,vm-proxy,irclib.py,seafile-seahub_settings-template.py --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
168166 # NOTE: for interactive clean up one can use current ignores
169167 # E501 Ignore long lines, E402 imports below top, E722 bare except,
170168 # F401 unused imports, F502 explicit list in str expand, F841 unused var,
171169 # E721 compare type instead of isinstance, W293 blank line with space,
172170 # C901 too complex get
173- #flake8 mig --exclude=unittest,grsfs-fuse, vm-proxy,irclib.py,seafile-seahub_settings-template.py --ignore=E501,E402,E722,F401,F502,E713,F841,C901 --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
171+ #flake8 mig --exclude=unittest,vm-proxy,irclib.py,seafile-seahub_settings-template.py --ignore=E501,E402,E722,F401,F502,E713,F841,C901 --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
174172 # TODO: prepare and enable pytest
175173 # - name: Test with pytest
176174 # run: |
0 commit comments