Swati4star / Images-to-PDF

An app to convert images to PDF file!
GNU General Public License v3.0
1.19k stars 806 forks source link

Improve code quality with lint #1161

Open karyotakisg opened 6 months ago

karyotakisg commented 6 months ago

Description

  1. Use single quotes instead of double quotes for groovy language in gradle.build
  2. Remove double assignment from AddTextFragment class.
  3. Remove redundant OutputStream syntax from AddTextFragment class.
  4. Add public interface for BrushItem.mColor in BrushItem class.
  5. Rename colorSimilarCheck method to isColorSimilar because it returns Boolean and offers readability.
  6. Split lines with more than 100 characters in AboutUsFragment.
codeclimate[bot] commented 6 months ago

Code Climate has analyzed commit 49ea4879 and detected 0 issues on this pull request.

View more on Code Climate.