diff --git a/.github/workflows/super-linter.yml b/.github/workflows/super-linter.yml index af6a923..941c482 100644 --- a/.github/workflows/super-linter.yml +++ b/.github/workflows/super-linter.yml @@ -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 }} diff --git a/README.md b/README.md index 01c8c37..ca2bb30 100644 --- a/README.md +++ b/README.md @@ -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.