зеркало из
https://github.com/rs-pro/activeadmin-quill_editor.git
synced 2026-08-28 15:36:17 +03:00
Minor improvements
Этот коммит содержится в:
@@ -2,5 +2,6 @@
|
|||||||
exclude_paths:
|
exclude_paths:
|
||||||
- bin/*
|
- bin/*
|
||||||
- db/schema.rb
|
- db/schema.rb
|
||||||
|
- gemfiles/**/*
|
||||||
- spec/dummy/**/*
|
- spec/dummy/**/*
|
||||||
- vendor/**/*
|
- vendor/**/*
|
||||||
|
|||||||
19
.rubocop.yml
19
.rubocop.yml
@@ -17,16 +17,6 @@ AllCops:
|
|||||||
- vendor/**/*
|
- vendor/**/*
|
||||||
NewCops: enable
|
NewCops: enable
|
||||||
|
|
||||||
Gemspec/RequiredRubyVersion:
|
|
||||||
Enabled: false
|
|
||||||
|
|
||||||
Naming/FileName:
|
|
||||||
Enabled: false
|
|
||||||
|
|
||||||
Layout/LineLength:
|
|
||||||
Enabled: true
|
|
||||||
Max: 120
|
|
||||||
|
|
||||||
RSpec/ExampleLength:
|
RSpec/ExampleLength:
|
||||||
# default 5
|
# default 5
|
||||||
Max: 12
|
Max: 12
|
||||||
@@ -34,12 +24,3 @@ RSpec/ExampleLength:
|
|||||||
RSpec/MultipleExpectations:
|
RSpec/MultipleExpectations:
|
||||||
# default 1
|
# default 1
|
||||||
Max: 4
|
Max: 4
|
||||||
|
|
||||||
Style/HashEachMethods:
|
|
||||||
Enabled: true
|
|
||||||
|
|
||||||
Style/HashTransformKeys:
|
|
||||||
Enabled: true
|
|
||||||
|
|
||||||
Style/HashTransformValues:
|
|
||||||
Enabled: true
|
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
Copyright (c) 2017-2020 Mattia Roccoberton
|
Copyright (c) 2017-2022 Mattia Roccoberton
|
||||||
|
|
||||||
Permission is hereby granted, free of charge, to any person obtaining
|
Permission is hereby granted, free of charge, to any person obtaining
|
||||||
a copy of this software and associated documentation files (the
|
a copy of this software and associated documentation files (the
|
||||||
|
|||||||
@@ -1,8 +1,10 @@
|
|||||||
# ActiveAdmin Quill Editor
|
# ActiveAdmin Quill Editor
|
||||||
[](https://badge.fury.io/rb/activeadmin_quill_editor)
|
[](https://badge.fury.io/rb/activeadmin_quill_editor)
|
||||||
[](https://rubygems.org/gems/activeadmin_quill_editor)
|
[](https://rubygems.org/gems/activeadmin_quill_editor)
|
||||||
[](https://github.com/blocknotes/activeadmin_quill_editor/actions/workflows/linters.yml)
|
[](https://github.com/blocknotes/activeadmin_quill_editor/actions/workflows/linters.yml)
|
||||||
[](https://github.com/blocknotes/activeadmin_quill_editor/actions/workflows/specs.yml)
|
[](https://github.com/blocknotes/activeadmin_quill_editor/actions/workflows/specs_rails60.yml)
|
||||||
|
[](https://github.com/blocknotes/activeadmin_quill_editor/actions/workflows/specs_rails61.yml)
|
||||||
|
[](https://github.com/blocknotes/activeadmin_quill_editor/actions/workflows/specs_rails70.yml)
|
||||||
|
|
||||||
An Active Admin plugin to use [Quill Rich Text Editor](https://github.com/quilljs/quill) in form fields.
|
An Active Admin plugin to use [Quill Rich Text Editor](https://github.com/quilljs/quill) in form fields.
|
||||||
|
|
||||||
|
|||||||
Ссылка в новой задаче
Block a user