Skip to content

Commit

Permalink
[Documentation:Developer] Removed travis docs (#566)
Browse files Browse the repository at this point in the history
We no longer use Travis CI, so the documentation has been mostly updated
to no longer show our uses in Travis CI

Co-authored-by: Barb Cutler <[email protected]>
  • Loading branch information
jason490 and bmcutler authored Dec 1, 2023
1 parent 1bb6b32 commit 1aa5cea
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ pip3 install flake8 flake8-bugbear pylint
and then you can just run `flake8` at the root to check all files or pass it an individual file to check just that.
To see all files that are currently checked as part of Travis-CI, please look at the `.flake8` config file.

For pylint, you can just run `pylint --recursive=y .` at the root to check all files or pass it an individual file.
For pylint, you can just run `pylint --recursive=y .` at the root to check all files or pass it an individual file.
3 changes: 0 additions & 3 deletions _docs/developer/testing/linting_static_analysis.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,6 @@ python3 -m flake8
python3 -m pylint --recursive=y .
```

_NOTE: Our Travis CI testing currently [excludes a number of legacy source code files](https://github.com/Submitty/Submitty/blob/master/.flake8).
from Python linting, though there is effort to bring more and more of them under flake8._

Optionally, you can pass in a specific file or directory to only lint that file or directory, e.g.:

```bash
Expand Down

0 comments on commit 1aa5cea

Please sign in to comment.