skrapeit / skrape.it

A Kotlin-based testing/scraping/parsing library providing the ability to analyze and extract data from HTML (server & client-side rendered). It places particular emphasis on ease of use and a high level of readability by providing an intuitive DSL. It aims to be a testing lib, but can also be used to scrape websites in a convenient fashion.
https://docs.skrape.it
MIT License
813 stars 59 forks source link

131 use qodana as linter #218

Closed msotho closed 1 year ago

msotho commented 1 year ago

Changes

To discuss

codecov[bot] commented 1 year ago

Codecov Report

Merging #218 (e22710f) into master (51d9d3a) will not change coverage. The diff coverage is n/a.

@@           Coverage Diff           @@
##           master     #218   +/-   ##
=======================================
  Coverage   80.91%   80.91%           
=======================================
  Files          39       39           
  Lines        1168     1168           
  Branches      180      180           
=======================================
  Hits          945      945           
  Misses        162      162           
  Partials       61       61           

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

msotho commented 1 year ago

Hi @christian-draeger

Please have a look and provide feedback when you get time.

Thanks.

christian-draeger commented 1 year ago

Nice thx a lot 🙂