annotable 0.1.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA256:
3
+ metadata.gz: 3c994186b8487d47a54dd1379d33e54e25f53117458c33317119bb2c9e57e9b2
4
+ data.tar.gz: 32b4e9043b9162ceb1710283998e802baf8d977e711a084a7215d096713ab6ac
5
+ SHA512:
6
+ metadata.gz: e0299fc20ed9c02ac517ca7be9e7ec6aa0170bdb8690c8bd1437c3b8e13d7bbd3ecf2dd3c16b2dedd5a2444f31724358c7a506a5c3b5e189f85fb1b0bfb51902
7
+ data.tar.gz: da8f86804d96c76055a369e83032c3fbad2891a325bcf9b1274a05e634d9ed26445fd25e3e58d5e749d672e4f6bd9f7a92d15b9d372c93b0e0394a45086e569c
data/.rspec ADDED
@@ -0,0 +1,3 @@
1
+ --format documentation
2
+ --color
3
+ --require spec_helper
data/.rubocop.yml ADDED
@@ -0,0 +1,23 @@
1
+ require: rubocop-rspec
2
+
3
+ AllCops:
4
+ NewCops: enable
5
+ TargetRubyVersion: 3.1
6
+
7
+ Style/StringLiterals:
8
+ Enabled: true
9
+ EnforcedStyle: double_quotes
10
+
11
+ Style/StringLiteralsInInterpolation:
12
+ Enabled: true
13
+ EnforcedStyle: double_quotes
14
+
15
+ Layout/LineLength:
16
+ Enabled: true
17
+ Max: 120
18
+
19
+ Metrics/BlockLength:
20
+ IgnoredMethods: ['describe', 'context']
21
+
22
+ RSpec/MultipleMemoizedHelpers:
23
+ Max: 10
@@ -0,0 +1,14 @@
1
+ {
2
+ "cSpell.words": [
3
+ "annotable",
4
+ "bindir",
5
+ "circleci",
6
+ "Mathieu",
7
+ "progressbar",
8
+ "rexml",
9
+ "rubocop",
10
+ "simplecov",
11
+ "sord",
12
+ "webrick"
13
+ ]
14
+ }