rspec/rules/S1128/description.adoc

6 lines
281 B
Plaintext
Raw Normal View History

2020-06-30 12:47:33 +02:00
The imports part of a file should be handled by the Integrated Development Environment (IDE), not manually by the developer.
2021-02-02 15:02:10 +01:00
2020-06-30 12:47:33 +02:00
Unused and useless imports should not occur if that is the case.
2021-02-02 15:02:10 +01:00
2020-06-30 12:47:33 +02:00
Leaving them in reduces the code's readability, since their presence can be confusing.