Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
tagliala committed Oct 13, 2024
1 parent b738f44 commit 459085a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/action_view/models/tag.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ class Tag
extend ActiveModel::Naming
extend ActiveModel::Translation
include ActiveModel::Validations
include ActiveModel::Conversion
include ActiveModel::Conversion;

Check failure on line 7 in test/action_view/models/tag.rb

View workflow job for this annotation

GitHub Actions / Rubocop (ubuntu-latest, 3.3)

Style/Semicolon: Do not use semicolons to terminate expressions. (https://rubystyle.guide#no-semicolon)

attr_reader :id, :title, :description

Expand Down
2 changes: 1 addition & 1 deletion test/javascript/run-qunit.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ export default (async () => {
return new Promise(resolve => setTimeout(resolve, ms))
}

let browser
let browser;

Check failure on line 28 in test/javascript/run-qunit.mjs

View workflow job for this annotation

GitHub Actions / ESLint

Extra semicolon

try {
const chromeExecutablePath = chromeLauncher.Launcher.getInstallations()[0]
Expand Down

0 comments on commit 459085a

Please sign in to comment.