Этот коммит содержится в:
Mattia Roccoberton
2022-03-26 19:45:11 +01:00
родитель 664765ac79
Коммит 6d0599c39e
4 изменённых файлов: 6 добавлений и 22 удалений

Просмотреть файл

@@ -2,5 +2,6 @@
exclude_paths: exclude_paths:
- bin/* - bin/*
- db/schema.rb - db/schema.rb
- gemfiles/**/*
- spec/dummy/**/* - spec/dummy/**/*
- vendor/**/* - vendor/**/*

Просмотреть файл

@@ -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
[![gem version](https://badge.fury.io/rb/activeadmin_quill_editor.svg)](https://badge.fury.io/rb/activeadmin_quill_editor) [![gem version](https://badge.fury.io/rb/activeadmin_quill_editor.svg)](https://badge.fury.io/rb/activeadmin_quill_editor)
[![gem downloads](https://badgen.net/rubygems/dt/activeadmin_quill_editor)](https://rubygems.org/gems/activeadmin_quill_editor) [![gem downloads](https://badgen.net/rubygems/dt/activeadmin_quill_editor)](https://rubygems.org/gems/activeadmin_quill_editor)
[![Linters](https://github.com/blocknotes/activeadmin_quill_editor/actions/workflows/linters.yml/badge.svg)](https://github.com/blocknotes/activeadmin_quill_editor/actions/workflows/linters.yml) [![linters](https://github.com/blocknotes/activeadmin_quill_editor/actions/workflows/linters.yml/badge.svg)](https://github.com/blocknotes/activeadmin_quill_editor/actions/workflows/linters.yml)
[![specs](https://github.com/blocknotes/activeadmin_quill_editor/actions/workflows/specs.yml/badge.svg)](https://github.com/blocknotes/activeadmin_quill_editor/actions/workflows/specs.yml) [![specs Rails 6.0](https://github.com/blocknotes/activeadmin_quill_editor/actions/workflows/specs_rails60.yml/badge.svg)](https://github.com/blocknotes/activeadmin_quill_editor/actions/workflows/specs_rails60.yml)
[![specs Rails 6.1](https://github.com/blocknotes/activeadmin_quill_editor/actions/workflows/specs_rails61.yml/badge.svg)](https://github.com/blocknotes/activeadmin_quill_editor/actions/workflows/specs_rails61.yml)
[![specs Rails 7.0](https://github.com/blocknotes/activeadmin_quill_editor/actions/workflows/specs_rails70.yml/badge.svg)](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.