---
name: Bug report
about: Report a bug in the linter
title: ''
labels: bug
assignees: ''

---

**Description**
A clear and concise description of what the bug is.

**Steps to reproduce**
This section may contain all or a combination of the following:

- The command you used to lint
- The solidity code over which you ran the linter
- Contents of your `.soliumrc.json` file
- Contents of your `.soliumignore`

In addition, you may add anything you feel is relevant.

**Expected behavior**
A clear and concise description of what you expected to happen.

**Operating System**
OS you ran the linter on (Windows / MacOS / Linux / Any other)

**Linter version**
The output of `solium --version`

**Comments**
If you'd like to share any additional information that doesn't fit in above sections or suggest a solution to the maintainers.

**Priority**
If you'd like to, specify the priority of this bug for your organisation. Priority could be `High` (meaning that the bug is seriously hindering your workflow), `Medium`, or `Low`.
