Skip to content

Commit

Permalink
Run super-linter on all files and disable clippy, 2015 and 2018
Browse files Browse the repository at this point in the history
  • Loading branch information
dragly committed Sep 25, 2024
1 parent b6a25ff commit 6d20542
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/super-linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ jobs:
- name: Lint Code Base
uses: github/super-linter@v4
env:
VALIDATE_ALL_CODEBASE: false
VALIDATE_RUST_2015: false
VALIDATE_RUST_2018: false
DEFAULT_BRANCH: "main"
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ The original version of Neuronify is described in
[this paper published in eNeuro](https://doi.org/10.1523/ENEURO.0022-17.2017).
This repository contains the source code for Neuronify 2,
which is based on the same ideas and concepts as Neuronify 1,
but with new features and the ability to embed simulations into websites and online books.
but with new features and the ability to embed simulations into online books and blogs.

Neuronify 1 was originally written in C++, while Neuronify 2 is written in Rust.

Expand Down

0 comments on commit 6d20542

Please sign in to comment.