1
0
mirror of https://github.com/mgechev/revive.git synced 2024-11-21 17:16:40 +02:00
revive/testdata/golint
2024-11-11 19:31:18 +01:00
..
blank_import_lib.go refactor: rename files to follow Go convention 2024-11-11 19:31:18 +01:00
blank_import_with_embed.go refactor: rename files to follow Go convention 2024-11-11 19:31:18 +01:00
const_block.go refactor: rename files to follow Go convention 2024-11-11 19:31:18 +01:00
context_keys_type.go refactor: rename files to follow Go convention 2024-11-11 19:31:18 +01:00
docs_test.go renames fixtures as testdata to avoid spurious dependencies (#359) 2020-03-02 09:12:43 -10:00
error_naming.go refactor: rename files to follow Go convention 2024-11-11 19:31:18 +01:00
error_return.go refactor: rename files to follow Go convention 2024-11-11 19:31:18 +01:00
error_strings_pkg_errors.go refactor: rename files to follow Go convention 2024-11-11 19:31:18 +01:00
error_strings.go refactor: rename files to follow Go convention 2024-11-11 19:31:18 +01:00
errorf.go renames fixtures as testdata to avoid spurious dependencies (#359) 2020-03-02 09:12:43 -10:00
exported.go #1002 - add "checkPublicInterface" option to "exported" rule to allow check documentation on public methods on public interfaces (#1003) 2024-07-30 10:36:03 +02:00
import_dot.go refactor: rename files to follow Go convention 2024-11-11 19:31:18 +01:00
increment_decrement.go refactor: rename files to follow Go convention 2024-11-11 19:31:18 +01:00
indent_error_flow.go refactor: rename files to follow Go convention 2024-11-11 19:31:18 +01:00
package_doc1.go refactor: rename files to follow Go convention 2024-11-11 19:31:18 +01:00
package_doc2.go refactor: rename files to follow Go convention 2024-11-11 19:31:18 +01:00
package_doc3.go refactor: rename files to follow Go convention 2024-11-11 19:31:18 +01:00
package_doc5.go refactor: rename files to follow Go convention 2024-11-11 19:31:18 +01:00
package_doc6.go refactor: rename files to follow Go convention 2024-11-11 19:31:18 +01:00
package_main.go refactor: rename files to follow Go convention 2024-11-11 19:31:18 +01:00
pkg_caps.go refactor: rename files to follow Go convention 2024-11-11 19:31:18 +01:00
range.go renames fixtures as testdata to avoid spurious dependencies (#359) 2020-03-02 09:12:43 -10:00
receiver_naming.go refactor: rename files to follow Go convention 2024-11-11 19:31:18 +01:00
sort.go renames fixtures as testdata to avoid spurious dependencies (#359) 2020-03-02 09:12:43 -10:00
stutter.go renames fixtures as testdata to avoid spurious dependencies (#359) 2020-03-02 09:12:43 -10:00
time_naming.go refactor: rename files to follow Go convention 2024-11-11 19:31:18 +01:00
unexported_return.go refactor: rename files to follow Go convention 2024-11-11 19:31:18 +01:00
value_spec.go refactor: rename files to follow Go convention 2024-11-11 19:31:18 +01:00
var_declaration.go refactor: rename files to follow Go convention 2024-11-11 19:31:18 +01:00
var_naming.go refactor: rename files to follow Go convention 2024-11-11 19:31:18 +01:00