From c43d8167040dd7d351d264fb1c2e8d6617f3f230 Mon Sep 17 00:00:00 2001 From: Raghav Dua Date: Sat, 21 Apr 2018 12:30:43 +0530 Subject: [PATCH] Add Solium to Clean Code Linters collection Add Solium, a style and security linter for the Solidity Programming Language - [x] I followed the contributing guidelines: https://github.com/github/explore/blob/master/CONTRIBUTING.md I am: - [x] Suggesting edits to an existing topic or collection - [ ] Curating a new topic or collection ***********EDITING AN EXISTING TOPIC OR COLLECTION************ I'm suggesting these edits to an existing topic or collection: - [ ] Image (and my file is `*.png`, square, dimensions 288x288) - [x] Content (and my changes are in `index.md`) Please explain why these changes are necessary: The collection currently doesn't contain linters for blockchain-based programming languages. Solidity is Ethereum's flagship language and Solium is the leading linter for it, being used by many solidity projects trending on github. ************CURATING A NEW TOPIC************ - [ ] I've formatted my changes as a new folder directory, named for the topic as it appears in the URL on GitHub (e.g. `https://github.com/topics/[NAME]`) - [ ] My folder contains a `*.png` image (if applicable) and `index.md` - [ ] All required fields in my `index.md` conform to the Style Guide and API docs: https://github.com/github/explore/tree/master/docs Please explain why you think this topic should be curated: ************CURATING A NEW COLLECTION************ - [ ] I've formatted my changes as a new folder directory, named for the collection as it appears in the URL on GitHub (e.g. `https://github.com/collections/[NAME]`) - [ ] My folder contains a `*.png` image (if applicable) and `index.md` - [ ] All required fields in my `index.md` conform to the Style Guide and API docs: https://github.com/github/explore/tree/master/docs Please explain why you think this collection should be curated: **Please note: we will close your PR without comment if you do not check the boxes above and provide ALL requested information.** --- collections/clean-code-linters/index.md | 1 + 1 file changed, 1 insertion(+) diff --git a/collections/clean-code-linters/index.md b/collections/clean-code-linters/index.md index 096bab97df53..4e32cb04a535 100644 --- a/collections/clean-code-linters/index.md +++ b/collections/clean-code-linters/index.md @@ -18,6 +18,7 @@ items: - pre-commit/pre-commit - rodjek/puppet-lint - koalaman/shellcheck + - duaraghav8/Solium display_name: Clean code linters created_by: holman ---