Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add table for weather observation (Stacked PR) #3452

Draft
wants to merge 19 commits into
base: dev
Choose a base branch
from

Merge branch 'dev' into add-garden-attributes

99d5b08
Select commit
Loading
Failed to load commit list.
Draft

Add table for weather observation (Stacked PR) #3452

Merge branch 'dev' into add-garden-attributes
99d5b08
Select commit
Loading
Failed to load commit list.
codefactor.io / CodeFactor failed Jan 7, 2024 in 4s

3 issues found. Autofix available.

Annotations

Check notice on line 16 in app/models/weather_observation.rb

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

app/models/weather_observation.rb#L16

Final newline missing. (Layout/TrailingEmptyLines)

Check notice on line 12 in app/models/garden.rb

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

app/models/garden.rb#L12

Specify a `:dependent` option. (Rails/HasManyOrHasOneDependent)

Check notice on line 1 in app/models/weather_observation.rb

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

app/models/weather_observation.rb#L1

Missing frozen string literal comment. (Style/FrozenStringLiteralComment)