rifter42 / symbolic_computation_ica1

An ELIZA-like chatbot about Prague parks in Clojure.
Other
0 stars 0 forks source link

Fix linter errors #37

Closed rifter42 closed 2 years ago

rifter42 commented 2 years ago

Mostly related to scraper with one exception

src/symbolic_computation_ica1/dog_identifying.clj:18:13: warning: Unresolved namespace clojure.string. Are you missing a require?
src/symbolic_computation_ica1/scraper.clj:75:7: warning: Missing else branch.
src/symbolic_computation_ica1/scraper.clj:86:3: warning: Misplaced docstring.
src/symbolic_computation_ica1/scraper.clj:91:3: warning: Misplaced docstring.
src/symbolic_computation_ica1/scraper.clj:97:3: warning: Misplaced docstring.
src/symbolic_computation_ica1/scraper.clj:97:3: warning: Redundant expression: "takes a string and formats the output to comply with JSON specifications"
src/symbolic_computation_ica1/scraper.clj:98:4: warning: Unresolved namespace clojure.string. Are you missing a require?
src/symbolic_computation_ica1/scraper.clj:108:3: warning: Misplaced docstring.
src/symbolic_computation_ica1/scraper.clj:131:3: warning: Misplaced docstring.
src/symbolic_computation_ica1/scraper.clj:131:3: warning: Redundant expression: "transforms a map of parks descriptions to a JSON formatted file"
linting took 62ms, errors: 0, warnings: 10

After that automatic check on merge to main should b able to pass

Feynman43 commented 2 years ago

Fixed