Skip to content

Commit

Permalink
Revert "Add linting following styleguide (#1027)" (#1032)
Browse files Browse the repository at this point in the history
This reverts commit 42c3326.
  • Loading branch information
Daltz333 authored Dec 26, 2020
1 parent 42c3326 commit e754654
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 9 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/CI.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,18 +53,12 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Checkout master
run: |
git fetch origin master --depth=1
- uses: actions/setup-python@v2
with:
python-version: 3.7
- name: Install Dependencies
run: |
pip install -r source/requirements.txt
- name: Remove unchanged files
run: |
( git diff --name-only origin/master ; git ls-files ) | sort | uniq -u | grep "^.*\.rst$" | xargs rm
- name: Check Lint
run: |
make lint
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ help:
@$(SPHINXBUILD) -M help "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O)

lint:
@$(LINTER) $(LINTEROPTS) $(SOURCEDIR)/docs
@$(LINTER) $(LINTEROPTS) $(SOURCEDIR)

sizecheck:
@$(SIZECHECKER) $(SOURCEDIR) $(SIZEMAX) $(CONFEXCLUDE)
Expand Down
2 changes: 1 addition & 1 deletion make.bat
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ goto end
goto end

:lint
%LINTER% %LINTEROPTS% %SOURCEDIR%\docs
%LINTER% %LINTEROPTS%
goto end

:sizecheck
Expand Down
1 change: 0 additions & 1 deletion source/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,3 @@ sphinxext-toptranslators==0.1.1
sphinxext-linkcheckdiff==0.1.0
sphinxext-rediraffe==0.2.3
sphinx-version-warning==1.1.2
ohnoyoudidnt

0 comments on commit e754654

Please sign in to comment.