mirror of
https://github.com/discourse/discourse.git
synced 2025-06-02 03:24:33 +08:00
DEV: Enable Style/SingleLineMethods
and Style/Semicolon
in Rubocop (#6717)
This commit is contained in:

committed by
Guo Xiang Tan

parent
56948896ff
commit
9248ad1905
@ -53,6 +53,6 @@ module ImportScripts::PhpBB3
|
||||
end
|
||||
end
|
||||
|
||||
class UnsupportedVersionError < RuntimeError;
|
||||
class UnsupportedVersionError < RuntimeError
|
||||
end
|
||||
end
|
||||
|
Reference in New Issue
Block a user