# Sway Lint nitpick

**URL:** https://forum.fuel.network/t/sway-lint-nitpick/1910
**Category:** Sway
**Created:** [February 28, 2023, 10:33pm UTC](https://forum.fuel.network/t/sway-lint-nitpick/1910 "2023-02-28T22:33:12Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![buddy-brontosaurus](https://sea2.discourse-cdn.com/flex022/user_avatar/forum.fuel.network/buddy-brontosaurus/32/1055_2.png) [@buddy-brontosaurus](https://forum.fuel.network/u/buddy-brontosaurus)
#### Post date: [February 28, 2023, 10:33pm UTC](https://forum.fuel.network/t/sway-lint-nitpick/1910/1 "2023-02-28T22:33:12Z")

</div>

Forc lint and `forc build` keep giving these warnings that storage variable xyz is never used when this isn’t true (I keep referencing it as `storage.variable_name`).

Is this something I can avoid or is this a poor programming pattern on my part?

 ![Screenshot 2023-02-28 at 22.33.55](https://us1.discourse-cdn.com/flex022/uploads/fuel/original/2X/0/0fb4304140292eed1ddc7158e09992b5ed1490e1.png)

---

<div class="post-metadata">

### Author: ![mohammadfawaz](https://avatars.discourse-cdn.com/v4/letter/m/e56c9b/32.png) [@mohammadfawaz](https://forum.fuel.network/u/mohammadfawaz)
#### Post date: [March 1, 2023, 3:25pm UTC](https://forum.fuel.network/t/sway-lint-nitpick/1910/2 "2023-03-01T15:25:36Z")

</div>

This seems like a bug. Seems that you are indeed using `balances` here. Do you mind producing a small reproducer and filing an issue on Github [here](https://github.com/FuelLabs/sway/issues)? You can also link to a repo containing your contract where this can be reproduced.
